-
Notifications
You must be signed in to change notification settings - Fork 906
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
New RPC command listaddresses
#7800
New RPC command listaddresses
#7800
Conversation
02e3f30
to
d3769c1
Compare
Maybe include https://github.com/rustyrussell/lightning/tree/guilt/remember-keytype as a precursor? Though that's untested (might have broken Elements). Then we need only show address types types actually used, at least from now on! |
7d41a24
to
92be426
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 92be426
If we really need those dev fields, I'd rather leave the dev-listaddrs command around, and keep listaddresses
clean?
30bb08d
to
e381553
Compare
ba142b8
to
419de06
Compare
onchaind used to make its own txs, but doesn't any more. This parameter is useless. Signed-off-by: Rusty Russell <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
Both for HTLC txs and the to-self outputs. Signed-off-by: Rusty Russell <[email protected]> Changelog-Changed: Wallet: Taproot addresses are used for unilateral-close change addresses.
Signed-off-by: Rusty Russell <[email protected]>
Rebased on master with flake fixes, and fixed elements (no P2TR). |
419de06
to
4362fe6
Compare
Changelog-Added: New rpc `listaddresses` to list issued addresses from the node.
Added a new test for listaddresses rpc.
4362fe6
to
d46b4d4
Compare
Changelog-Added: New rpc
listaddresses
to list issued addresses from the node.Closes #7439