-
Notifications
You must be signed in to change notification settings - Fork 37.4k
refactor: importpubkey, importprivkey, importaddress, importmulti, and importdescriptors rpc #26840
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
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process. 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. |
c284727
to
45c71bf
Compare
de77e45
to
206def7
Compare
@achow101 any thoughts on the best way/time to merge this? Conflicting with a lot of other changes. |
e60d258
to
aa67ca4
Compare
8fd8291
to
4fff303
Compare
Needs rebase if still relevant |
closing due to bitcoin-core/gui#650 (comment) |
This is a wallet rpc refactor from my gui pr bitcoin-core/gui#650
I was told by a contributor I should make a pr here for anything not in src/qt except for makefile/.ui stuff
So this pr refactors the RPC code so that it can be used through interfaces so there isn't a ton of code duplication more details would be in my bitcoin-core/gui pr.
For context this is apart of my Summer of Bitcoin project achow101 was my mentor.