-
Notifications
You must be signed in to change notification settings - Fork 0
Merge bitcoin/bitcoin#26558: doc: add tr() descriptor example to deriveaddresses #139
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
base: backport-0.25-batch-247
Are you sure you want to change the base?
Merge bitcoin/bitcoin#26558: doc: add tr() descriptor example to deriveaddresses #139
Conversation
92a4ed0 doc: add tr() descriptor example to deriveaddresses (FractalEncrypt) Pull request description: This simple PR adds a missing tr() descriptor example to the help deriveaddresses examples. - The functionality added in bitcoin#24043 is a significant departure from legacy multisig address creation, yet there is no corresponding tr() descriptor example in the help. - Having this example in combination with the examples in the descriptors documentation will be helpful to users. Co-authored-by: FractalEncrypt <[email protected]>
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Backport Verification SuccessfulNo issues found! This backport is complete and faithful to the original Bitcoin change. Original Bitcoin commit: Verification Details:
Analysis:Bitcoin modified The help text content is identical between Bitcoin and Dash versions, achieving the same documentation improvement goal. Size comparison: Bitcoin: 9 changes, Dash: 8 changes (89% ratio - within acceptable range) This PR is ready for merge. ✅ |
✅ Backport Verification SuccessfulNo issues found! This backport is complete and faithful to the original Bitcoin change. Original Bitcoin commit: bc67215 Verification Details:
What Bitcoin Changed:Bitcoin added two new descriptor examples to the deriveaddresses help:
What Dash Implemented:✅ All Bitcoin changes correctly applied to src/rpc/misc.cpp This PR is ready for merge. ✅ |
Backports bitcoin#26558
Original commit: bc67215
Backported from Bitcoin Core v0.25
Note: Applied to src/rpc/misc.cpp instead of src/rpc/output_script.cpp as the deriveaddresses function is located in a different file in Dash.