lightninglabs / lightninglabs/taproot-assets
[feature]: make FundChannel streaming like OpenChannel
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 525
- Forks
- 150
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
OpenChannel (https://lightning.engineering/api-docs/api/lnd/lightning/open-channel) is a streaming RPC.
FundChannel (https://lightning.engineering/api-docs/api/taproot-assets/taproot-asset-channels/fund-channel) is not a streaming RPC. Would like to see it become streaming like for opening normal lightning channels so we can check the status of the channel as it is opening and know when it is ready to use.
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 by comparing the OpenChannel and FundChannel RPCs in the linked LND and Taproot Assets API documentation. Determine how FundChannel should expose channel-opening progress and readiness to callers; done means its streaming behavior and readiness signal are defined and implemented consistently with OpenChannel.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100