lightninglabs / lightninglabs/taproot-assets
[feature]: Allow users to specify a fee rate when burning assets
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 525
- Forks
- 150
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
When burning assets with tapcli assets burn an onchain transaction is necessary.
As a user, I would like to optionally define a confirmation target for this burn transaction (--conf_target) or a fee rate (--sat_per_vbyte).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the tapcli assets burn command and trace how it constructs the onchain burn transaction. Add the optional --conf_target and --sat_per_vbyte inputs, then verify that each setting is used when the transaction is created and that the command still works without either option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100