-
Notifications
You must be signed in to change notification settings - Fork 725
[RPC] Table registration update and wallet table decoupled. #1702
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] Table registration update and wallet table decoupled. #1702
Conversation
42980fe to
ff91002
Compare
|
Needs rebase. |
ff91002 to
9f4868a
Compare
|
Rebased |
Fuzzbawls
left a comment
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.
ACK 9f4868a
Note: Zerocoin wallet-related RPC commands are still registered in the commands table even with -disablewallet. This, however is a minor issue as there isn't much demand to run the daemon without wallet functionality.
random-zebra
left a comment
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.
All good. ACK 9f4868a and merging...
Initial work over the RPC dispatch table registration update.
Includes the following changes:
EnsureWalletIsAvailableon every RPC call --> mainly because the wallet RPC commands will only be registered if the wallet is available).to do: Move the remaining commands that were not moved from server to rpcwallet.
Next step would be bitcoin#7766 (If anyone want to tackle it, feel more than welcome to tackle it).