-
Notifications
You must be signed in to change notification settings - Fork 38.7k
rpc, wallet: Expose wallet id in getwalletinfo RPC output #20243
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
Conversation
|
Seems useful if an id is added, which is under debate. Can haz test? |
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. 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. |
Adds a unique id for each wallet that is saved in a new "walletid" record. For compatibility, wallets using BDB will use the BDB generated id. All other wallets will have a randomly generated id if an id does not already exist.
|
Rebased 17a20b9 -> b7eb69c (pr20243.01 -> pr20243.02). |
|
@jonatack BDB wallets already have an id |
|
Concept ACK, first skim of the code looks reasonable |
|
🐙 This pull request conflicts with the target branch and needs rebase. Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a "draft". |
|
Waiting for a #20205, and closing for now. |
Based on #20205.