-
Notifications
You must be signed in to change notification settings - Fork 366
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
base: main
Are you sure you want to change the base?
Implement accepting dual-funded channels without contributing #3137
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8acb178 - Browse repository at this point
Copy the full SHA 8acb178View 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 06d08c7 - Browse repository at this point
Copy the full SHA 06d08c7View 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 790d65c - Browse repository at this point
Copy the full SHA 790d65cView 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 f4578ff - Browse repository at this point
Copy the full SHA f4578ffView 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 5f90ad4 - Browse repository at this point
Copy the full SHA 5f90ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e67ce54 - Browse repository at this point
Copy the full SHA e67ce54View commit details -
Configuration menu - View commit details
-
Copy full SHA for be8e1c6 - Browse repository at this point
Copy the full SHA be8e1c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe7ad62 - Browse repository at this point
Copy the full SHA fe7ad62View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4806ae - Browse repository at this point
Copy the full SHA d4806aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72a4745 - Browse repository at this point
Copy the full SHA 72a4745View commit details -
f move get_initial_commitment_signed to ChannelContext method & clean…
… up funding_tx_constructed
Configuration menu - View commit details
-
Copy full SHA for 5a569b7 - Browse repository at this point
Copy the full SHA 5a569b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 338fb01 - Browse repository at this point
Copy the full SHA 338fb01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d60495 - Browse repository at this point
Copy the full SHA 5d60495View commit details -
Configuration menu - View commit details
-
Copy full SHA for fabe32d - Browse repository at this point
Copy the full SHA fabe32dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1479f87 - Browse repository at this point
Copy the full SHA 1479f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c6f097 - Browse repository at this point
Copy the full SHA 1c6f097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 863f913 - Browse repository at this point
Copy the full SHA 863f913View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8db0cd - Browse repository at this point
Copy the full SHA d8db0cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d51d91 - Browse repository at this point
Copy the full SHA 0d51d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for b36539f - Browse repository at this point
Copy the full SHA b36539fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d450bef - Browse repository at this point
Copy the full SHA d450befView commit details