-
Notifications
You must be signed in to change notification settings - Fork 804
Finish pending to receivable changes for RPCs #3689
Description
The following RPC commands need an alias added and the previous RPC command to be marked as deprecated:
-
accounts_pendingdeprecated, addaccounts_receivable -
search_pendingdeprecated, addsearch_receivable -
search_pending_alldeprecated, addsearch_receivable_all -
wallet_pendingdeprecated, addwallet_receivable -
account_infoandblocks_infoRPC command needs the optionalpendingparameter to be deprecated andreceivableparameter added -
account_infoandblocks_infoRPC response for both should include bothpendingandreceivablefor backwards compatibility -
ledgerandwallet_ledgerRPCs needreceivableoption support, deprecatependingoption -
pendingandpending_existsRPCs need to havedeprecation=1returned
These details were incorrectly noted in the documentation as having been completed in V23 (via PR #3411) but those notes will be removed by nanocurrency/nano-docs#613.