-
Notifications
You must be signed in to change notification settings - Fork 913
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
Dual-Funding Flag Day #4427
Dual-Funding Flag Day #4427
Conversation
4a61e21
to
82bdc4b
Compare
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.
Ack 82bdc4b
82bdc4b
to
e91d19c
Compare
Trivial rebase now previous PR merged. Ack e91d19c |
e91d19c
to
cc76cf9
Compare
Trivial re-rebase. Ack b146b83 |
b146b83
to
a6aa04e
Compare
I screwed up the rebase (accidentally moved an unrelated feature into experimental). Fixed now, waiting for CI. Ack b146b83 |
a6aa04e
to
913ea4e
Compare
Re-rebased, fixed up disconnect tests which need DEVELOPER. |
946f8bf
to
236af89
Compare
675aa4a
to
ac25f23
Compare
| 28/29 | `option_dual_fund` | Use v2 of channel open, enables dual funding | IN9 | `option_anchor_outputs`, `option_static_remotekey` | [BOLT #2](02-peer-protocol.md) |
Use designated feature bit, instead of future-bit.
You can now activate dual-funded channels using the `--experimental-dual-fund` flag Changelog-Changed: Config: `--experimental-dual-fund` runtime flag will enable dual-funded protocol on this node
Aligns the feature bit number to the name-label. Is this correct?
They must be marked DEVELOPER-only. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
The logs we're looking for don't exist anymore, we got rid of them.
83a1227
to
5fd2143
Compare
Rebased, fixed conflicts in tests. Ack 5fd2143 |
Convert dual-funding activation to actually use the runtime flag
--experimental-dual-fund
(prior to this you'd need both the runtime flag and have built with the--enable-experimental-features
configured).Built on top of #4424; new commits start at 4eef3db.