lightninglabs / lightninglabs/taproot-assets

[feature]: make FundChannel streaming like OpenChannel

Open
#1,189 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

API enhancement tap-channels
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.