-
Notifications
You must be signed in to change notification settings - Fork 37.9k
[rpc] deriveaddresses: add range to CRPCConvertParam #15510
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
349c8cf
to
9586157
Compare
The linter caught a related mistake in |
ACK 9586157 Before:
After:
|
utACK 9586157 |
TIL how to use named params... |
utACK 9586157. |
utACK 9586157 |
jasonbcox
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Oct 2, 2020
Summary: Related to D6614 Backport of Core [[bitcoin/bitcoin#15510 | PR15510]] Test Plan: ``` ninja && ninja check sudo ninja install ``` Before: ``` $ bitcoin-cli -named deriveaddresses descriptor="pkh([d34db33f/84h/0h/0h]xpub6DJ2dNUysrn5Vt36jH2KLBT2i1auw1tTSSomg8PhqNiUtx8QX2SvC9nrHu81fT41fvDUnhMjEzQgXnQjKEu3oaqMSzhSrHMxyyoEAmUHQbY/0/*)#3vhfv5h5" range=3 error code: -8 error message: Unknown named parameter range ``` After: ``` $ bitcoin-cli -named deriveaddresses descriptor="pkh([d34db33f/84h/0h/0h]xpub6DJ2dNUysrn5Vt36jH2KLBT2i1auw1tTSSomg8PhqNiUtx8QX2SvC9nrHu81fT41fvDUnhMjEzQgXnQjKEu3oaqMSzhSrHMxyyoEAmUHQbY/0/*)#3vhfv5h5" range=3 [ "bitcoincash:qprtnzgt6eph9hh0ejsn508qjjhspcagsses6cmsf0", "bitcoincash:qpqmyerc9q5atsvqlx668ulur2s2le36qv996lljtt", "bitcoincash:qz338f4ef5kl8ygqcwg822m99nyydq4lju7mlv08ny", "bitcoincash:qqe9495xzm8g80z9cm3angqq9pcn3978c5xuj82h68" ] ``` Reviewers: O1 Bitcoin ABC, #bitcoin_abc, Fabien Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D7730
vijaydasmp
pushed a commit
to vijaydasmp/dash
that referenced
this pull request
Sep 15, 2021
…aram 9586157 [rpc] deriveaddresses: add range to CRPCConvertParam (Sjors Provoost) Pull request description: Missing from bitcoin#15497 Tree-SHA512: 469de3f896bcd3435a480685e5257c51ba895df0311329d5e5a3cb2e1894e5358324473d998ea45221776aefe8836a7af6c4f12198a36d2d10bf6761991cfd60
vijaydasmp
added a commit
to vijaydasmp/dash
that referenced
this pull request
Sep 16, 2021
…aram (space linter)
vijaydasmp
pushed a commit
to vijaydasmp/dash
that referenced
this pull request
Sep 16, 2021
…aram 9586157 [rpc] deriveaddresses: add range to CRPCConvertParam (Sjors Provoost) Pull request description: Missing from bitcoin#15497 Tree-SHA512: 469de3f896bcd3435a480685e5257c51ba895df0311329d5e5a3cb2e1894e5358324473d998ea45221776aefe8836a7af6c4f12198a36d2d10bf6761991cfd60
vijaydasmp
pushed a commit
to vijaydasmp/dash
that referenced
this pull request
Sep 16, 2021
…aram 9586157 [rpc] deriveaddresses: add range to CRPCConvertParam (Sjors Provoost) Pull request description: Missing from bitcoin#15497 Tree-SHA512: 469de3f896bcd3435a480685e5257c51ba895df0311329d5e5a3cb2e1894e5358324473d998ea45221776aefe8836a7af6c4f12198a36d2d10bf6761991cfd60
vijaydasmp
pushed a commit
to vijaydasmp/dash
that referenced
this pull request
Sep 20, 2021
…aram 9586157 [rpc] deriveaddresses: add range to CRPCConvertParam (Sjors Provoost) Pull request description: Missing from bitcoin#15497 Tree-SHA512: 469de3f896bcd3435a480685e5257c51ba895df0311329d5e5a3cb2e1894e5358324473d998ea45221776aefe8836a7af6c4f12198a36d2d10bf6761991cfd60
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Missing from #15497