Age | Commit message (Expand) | Author |
2020-09-22 | Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet) | MarcoFalke |
2020-06-05 | refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable func... | Russell Yanofsky |
2020-05-28 | Remove g_rpc_chain global | Russell Yanofsky |
2020-05-28 | refactor: replace RegisterWalletRPCCommands with GetWalletRPCCommands | Russell Yanofsky |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-02 | rpc: Make rpc documentation not depend on rpc args | MarcoFalke |
2020-01-23 | Refactor: Allow LegacyScriptPubKeyMan to be null | Andrew Chow |
2019-11-05 | Add EnsureLegacyScriptPubKeyMan and use in rpcwallet.cpp | Russell Yanofsky |
2019-10-28 | Avoid using g_rpc_node global in wallet code | Russell Yanofsky |
2019-05-16 | Merge #15870: wallet: Only fail rescan when blocks have actually been pruned | MarcoFalke |
2019-05-06 | scripted-diff: Bump copyright headers in wallet | MarcoFalke |
2019-05-02 | rpcwallet: Make helper methods const on CWallet | MarcoFalke |
2019-03-05 | Remove use of CRPCTable::appendCommand in wallet code | Russell Yanofsky |
2019-02-11 | Move PSBT definitions and code to separate files | Glenn Willen |
2018-11-01 | Simplify arguments to SignPSBTInput | Glenn Willen |
2018-11-01 | Remove redundant txConst parameter to FillPSBT | Glenn Willen |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-16 | Create wallet RPCs for PSBT | Andrew Chow |
2018-05-22 | wallet: Use shared pointer to retain wallet instance | João Barbosa |
2018-02-17 | Split signrawtransaction into wallet and non-wallet | Andrew Chow |
2018-02-16 | Create getaddressinfo RPC and deprecate parts of validateaddress | Andrew Chow |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-09-07 | [wallet] Add RegisterWalletRPC() function to wallet/init.cpp | John Newbery |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-07-16 | Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma... | practicalswift |
2017-02-27 | Move wallet RPC declarations to rpcwallet.h | Luke Dashjr |
2016-08-25 | Do not shadow global RPC table variable (tableRPC) | Pavel Janík |
2016-03-31 | rpc: Register calls where they are defined | Wladimir J. van der Laan |
2016-01-20 | [RPC, Wallet] Move RPC dispatch table registration to wallet/ code | Jonas Schnelli |