-
Notifications
You must be signed in to change notification settings - Fork 37.7k
rpc, docs: Add note for commands that supports only legacy wallets #25680
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
rpc, docs: Add note for commands that supports only legacy wallets #25680
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.
This note you have copied over from #25368 does not seem relevant to these RPCs. In some cases, the error message may need to be updated as well.
Looks like no need of this note for According to this release note: bitcoin/doc/release-notes/release-notes-0.21.0.md Lines 412 to 422 in 194f6dc
We can simply add "Note: This command is only compatible with legacy wallets." note to these RPCs, but for example where there is alternative command to use for descriptor wallets; e.g. release note says: bitcoin/doc/release-notes/release-notes-0.21.0.md Lines 405 to 406 in 194f6dc
In this case for |
?!?!?! |
Didn't do any changes as i'm waiting for an answer about my last message, or let's say suggestion to what to do. |
6a0779c
to
0885471
Compare
0885471
to
c0d399a
Compare
1f27b23
to
775ba9c
Compare
775ba9c Conflicts are resolved and rebased. |
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
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.
Concept ACK
For the importprivkey
and importpubkey
RPC notes, it could make sense to suggest using importdescriptor
with combo(X)
for descriptor wallets?
@theStack It seems to make sense for me. I can rebase and push changes if no other suggestion about that. |
Note is added for following rpc commands: importprivkey, importpubkey, importwallet, dumpprivkey, dumpwallet, importmulti, addmultisigaddress, sethdseed
775ba9c
to
9141e43
Compare
ACK 9141e43 |
…nly legacy wallets 9141e43 rpc, docs: Add note for commands that supports only legacy wallets (Yusuf Sahin HAMZA) Pull request description: Refs bitcoin#25363, apparently issue is not updated since over a month, so i decided to put the same `importaddress` note in bitcoin#25368 to other rpc commands that needs this note. Note is added for following commands: - `importprivkey` - `importpubkey` - `importwallet` - `dumpprivkey` - `dumpwallet` - `importmulti` - `addmultisigaddress` - `sethdseed` ACKs for top commit: achow101: ACK 9141e43 Tree-SHA512: f3dc05d26577fd8dbe2bd69cb5c14ffccebacd6010402af44427b3d01be8484895dfcf33d55dfa766eadb7f9f3bae5cc4c2add3ac816a2ac60e8beb5a97527f3
@achow101 Why was this merged? I'm not sure suggesting |
While I don't think we should necessarily encourage people to use |
Note is added for following rpc commands: importprivkey, importpubkey, importwallet, dumpprivkey, dumpwallet, importmulti, addmultisigaddress, sethdseed Github-Pull: bitcoin#25680 Rebased-From: 9141e43
Refs #25363, apparently issue is not updated since over a month, so i decided to put the same
importaddress
note in #25368 to other rpc commands that needs this note.Note is added for following commands:
importprivkey
importpubkey
importwallet
dumpprivkey
dumpwallet
importmulti
addmultisigaddress
sethdseed