-
Notifications
You must be signed in to change notification settings - Fork 922
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
Deprecate newaddress p2sh #5751
Deprecate newaddress p2sh #5751
Conversation
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.
Going to clash with a very similar commit in #5670 but otherwise lgtm
39ff9e8
to
f106b9d
Compare
cd41fcb
to
88d7af5
Compare
…, use bech32. Signed-off-by: Rusty Russell <[email protected]>
We used to create some p2sh-segwit addresses just to mix things up. This streamlines back to just bech32. Signed-off-by: Rusty Russell <[email protected]>
Signed-off-by: Rusty Russell <[email protected]> Changelog-Deprecated: JSON-RPC: `newaddr`: `addresstype` `p2sh-segwit` (use default, or `bech32`).
88d7af5
to
c530b3d
Compare
Last DF test fixup due to number change (not using p2sh any more, so we have more sats!) and rebased to fix up rust gen files. |
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 c530b3d
Rerun the CI because looks like a little bit flacky in the last 2 days (from github side)
…stination The close call can fail, since we already unilaterally closed since we mined blocks too fast: ``` 2023-01-14T01:00:10.2502199Z E pyln.client.lightning.RpcError: RPC call failed: method: close, payload: ['107x1x1', None, 'bcrt1qeyyk6sl5pr49ycpqyckvmttus5ttj25pd0zpvg'], error: {'code': -32602, 'message': "Short channel ID not active: '107x1x1'"} ... 2023-01-14T01:00:10.5288050Z lightningd-4 2023-01-14T00:59:59.650Z UNUSUAL 0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518-chan#1: Peer permanent failure in CHANNELD_NORMAL: Fulfilled HTLC 0 SENT_REMOVE_COMMIT cltv 113 hit deadline ``` Signed-off-by: Rusty Russell <[email protected]>
Ack 48661a3 Simple fix... |
This means we no longer hand out p2sh addresses (after two more releases). Hopefully we'll be handing out taproot by then!
Based on #5747.