ElementsProject / ElementsProject/elements
`issueasset` should pick a non-null contract_hash
Open
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 417
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 15
Description
Grabbing a key from keypool and committing to that public key would allow a simpler method of proving issuance by that person, rather than showing they spent the input that created it.
Currently the only way to do this is the `rawissueasset` API.
Contributor guide
Research direction
Start by locating the issueasset and rawissueasset API entry points and comparing how each obtains or sets contract_hash. Trace the keypool and issuance flow, then verify that issueasset can commit to a keypool public key and returns a non-null contract_hash without requiring the input-spending proof described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100