aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
AgeCommit message (Expand)Author
2017-08-04[wallet] Cache keyid -> keypool id mappingsJohn Newbery
2017-07-17check for null values in rpc args and handle appropriatelyGregory Sanders
2017-07-17importmulti options are optionalGregory Sanders
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-07-03fix typo in help text for removeprunedfundsAkio Nakamura
2017-06-24Merge #10412: Improve wallet rescan APIWladimir J. van der Laan
2017-06-22Handle TIMESTAMP_WINDOW within CWallet::RescanFromTimeRussell Yanofsky
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-06-05Merge #9740: Add friendly output to dumpwalletWladimir J. van der Laan
2017-06-05Add RescanFromTime method and use from rpcdumpRussell Yanofsky
2017-06-05Merge #10403: Fix importmulti failure to return rescan errorsWladimir J. van der Laan
2017-05-27Fixing typo in rpcdump.cppJames Evans
2017-05-16Fix importwallet edge case rescan bugRussell Yanofsky
2017-05-15Fix importmulti failure to return rescan errorsRussell Yanofsky
2017-04-18Merge #10208: [wallet] Rescan abortabilityWladimir J. van der Laan
2017-04-18[rpc] Add abortrescan command to RPC interface.Kalle Alm
2017-04-13Clarify importprivkey help text with example of blank label without rescanWarren Togami
2017-04-13Add friendly output to dumpwallet refs #9564aideca
2017-03-17Merge #9818: Save watch only key timestamps when reimporting keysWladimir J. van der Laan
2017-03-09Merge #9853: Fix error codes from various RPCsWladimir J. van der Laan
2017-03-08Refactor: Remove using namespace <xxx> from wallet/Karl-Johan Alm
2017-03-07Return correct error codes in removeprunedfunds().John Newbery
2017-03-06Merge #9908: Define 7200 second timestamp window constantWladimir J. van der Laan
2017-03-03Define 7200 second timestamp window constantRussell Yanofsky
2017-03-03Save watch only key timestamps when reimporting keysRussell Yanofsky
2017-03-03Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequestWladimir J. van der Laan
2017-02-27More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest w...Luke Dashjr
2017-02-27Move wallet RPC declarations to rpcwallet.hLuke Dashjr
2017-02-27Reformat touched lines with C++11Luke Dashjr
2017-02-27RPC: Do all wallet access through new GetWalletForJSONRPCRequestLuke Dashjr
2017-02-27RPC/Wallet: Pass CWallet as pointer to helper functionsLuke Dashjr
2017-02-27Fix importmulti returning rescan errors for wrong keysRussell Yanofsky
2017-02-22Merge #9773: Return errors from importmulti if complete rescans are not succe...Wladimir J. van der Laan
2017-02-17Return errors from importmulti if complete rescans are not successfulRussell Yanofsky
2017-02-17[wallet] Remove importmulti always-true checkRussell Yanofsky
2017-02-16Use 2 hour grace period for key timestamps in importmulti rescansRussell Yanofsky
2017-02-15Merge #9756: Return error when importmulti called with invalid address.Wladimir J. van der Laan
2017-02-13Return error when importmulti called with invalid address.Russell Yanofsky
2017-02-10Use importmulti timestamp when importing watch only keysRussell Yanofsky
2017-02-10Dedup nTimeFirstKey update logicRussell Yanofsky
2017-02-10Use MTP for importmulti "now" timestampsRussell Yanofsky
2017-02-10Require timestamps for importmulti keysRussell Yanofsky
2017-01-12Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell
2017-01-05rpc: Argument name consistencyWladimir J. van der Laan
2017-01-05rpc: Named arguments for wallet callsWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983