-
Notifications
You must be signed in to change notification settings - Fork 367
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
Implement accepting dual-funded channels without contributing #3137
Merged
jkczyz
merged 15 commits into
lightningdevkit:main
from
dunxen:2024-06-non-public-API-v2-channels
Nov 20, 2024
Merged
Implement accepting dual-funded channels without contributing #3137
jkczyz
merged 15 commits into
lightningdevkit:main
from
dunxen:2024-06-non-public-API-v2-channels
Nov 20, 2024
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 899d5f5 - Browse repository at this point
Copy the full SHA 899d5f5View commit details -
Remove dual_funding cfg attributes
We'll only gate public API related to contributing toward an inbound or opening a dual funded channel.
Configuration menu - View commit details
-
Copy full SHA for 7e23afc - Browse repository at this point
Copy the full SHA 7e23afcView commit details -
Add interactive tx constructor to all V2-related channel structs
Here we add the `interactive_tx_constructor` field to the `Channel`, `OutboundV2Channel`, and `InboundV2Channel` structs.
Configuration menu - View commit details
-
Copy full SHA for bb81598 - Browse repository at this point
Copy the full SHA bb81598View commit details -
Remove unused
Channel::dual_funding_channel_context
For now this is unneeded as we do not provide any inputs as channel acceptor and we do not allow creating outbound channels yet. It will be re-added when that functionality is introduced.
Configuration menu - View commit details
-
Copy full SHA for b0dc394 - Browse repository at this point
Copy the full SHA b0dc394View commit details -
Add features in InteractiveTxConstructor requried for V2 chan accept
1. InteractiveTxConstructorArgs is introduced to act as a single, more readable input to InteractiveTxConstructor::new(). 2. Various documentation updates.
Configuration menu - View commit details
-
Copy full SHA for f71bbb9 - Browse repository at this point
Copy the full SHA f71bbb9View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24ba584 - Browse repository at this point
Copy the full SHA 24ba584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 684b3b7 - Browse repository at this point
Copy the full SHA 684b3b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 982e25d - Browse repository at this point
Copy the full SHA 982e25dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c79b49d - Browse repository at this point
Copy the full SHA c79b49dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f793bf8 - Browse repository at this point
Copy the full SHA f793bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3896b5 - Browse repository at this point
Copy the full SHA c3896b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2deb41a - Browse repository at this point
Copy the full SHA 2deb41aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c762c6b - Browse repository at this point
Copy the full SHA c762c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d58ba - Browse repository at this point
Copy the full SHA 85d58baView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd190ae - Browse repository at this point
Copy the full SHA dd190aeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.