-
Notifications
You must be signed in to change notification settings - Fork 407
Add channel_keys_id as param in get_destination_script to support gen… #2744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2744 +/- ##
==========================================
- Coverage 88.54% 88.52% -0.03%
==========================================
Files 113 113
Lines 89355 89330 -25
Branches 89355 89330 -25
==========================================
- Hits 79119 79075 -44
- Misses 7864 7883 +19
Partials 2372 2372 ☔ View full report in Codecov by Sentry. |
LGTM, please amend the commit message to follow our guidelines https://cbea.ms/git-commit/. |
d04d58f
to
f53e911
Compare
Done |
Is there a way to reference a key id to a channel? Would be nice so we can see a transaction to a given address and know which channel it was for |
You should be able to map the |
Yeah that'd work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work on the new code—it's looking really clean and clear!
I was curious if there were any chats or discussions leading up to this change. If so, could you point me in that direction?
Also, thinking about the impact of this change, I think it might be a good idea to update the comments for the get_destination_script
, indicating why are we (now) passing the channel_keys_id
as an argument.
Needs a rebase |
e14f391
to
43dc081
Compare
This enables implementers to generate a different destination script for each channel.
43dc081
to
7f0fd86
Compare
Done |
Thanks! Yes, this was briefly discussed in the Lightspark discord channel here. And I've updated the description for |
…erating a different destination script for each channel.