aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
AgeCommit message (Expand)Author
2017-12-20Add CScripts to dumpwallet RPCMeshCollider
2017-12-14Merge #10839: Don't use pass by reference to const for cheaply-copied types (...Wladimir J. van der Laan
2017-11-22clarify abortrescan rpc useGregory Sanders
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Merge #10368: [wallet] Remove helper conversion operator from walletWladimir J. van der Laan
2017-11-08Merge #11289: Add wallet backup text to import* and add* RPCsWladimir J. van der Laan
2017-10-19Wrap dumpwallet warning and note scripts aren't dumpedMeshCollider
2017-10-14Add wallet backup text to import*, add* and dumpwallet RPCsMeshCollider
2017-10-11Fix importmulti bug when importing an already imported keyPedro Branco
2017-10-09Update importprivkey named args documentationDusty Williams
2017-09-26rpc: Prevent `dumpwallet` from overwriting filesWladimir J. van der Laan
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-08-29rpc: Push down safe mode checksAndrew Chow
2017-08-14Don't use pass by reference to const for cheaply-copied types (bool, char, et...practicalswift
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-05-09[wallet] Remove CTransaction&() helper conversion operator from wallet implem...Karl-Johan Alm
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