lightninglabs / lightninglabs/taproot-assets
[feature]: `SendAssetRequest`: add a `min_confs` option
- Dominant language
- Go
- Stars
- 525
- Forks
- 150
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
In `SendAssetRequest` (https://github.com/lightninglabs/taproot-assets/blob/b581962e3e986f7b0f131f8a41066b43d032cdbb/taprpc/taprootassets.proto#L1410-L1442) I'd like to see a `min_confs` option like in `SendCoinsRequest` (https://github.com/lightningnetwork/lnd/blob/6b326152d419d0777f739a23c0d9330164d26c4d/lnrpc/lightning.proto#L1231-L1238).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with SendAssetRequest in taprpc/taprootassets.proto at lines 1410-1442, then compare its fields with SendCoinsRequest in lnrpc/lightning.proto at lines 1231-1238. Trace how the existing request fields are exposed and handled in the repository. Done means SendAssetRequest supports a min_confs option consistently with the referenced SendCoinsRequest behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100