aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-3/+3
* really s/doge/dis/g this timeTomo Ueda2021-09-021-3/+3
* Switch `bitcoinprivkey` to `dogecoinprivkey`chromatic2021-04-181-1/+1
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-5/+5
* Return correct error codes in removeprunedfunds().John Newbery2017-06-051-2/+2
* Fix importwallet edge case rescan bugRussell Yanofsky2017-05-231-6/+3
* Clarify importprivkey help text with example of blank label without rescanWarren Togami2017-04-201-0/+2
* Fix importmulti returning rescan errors for wrong keysRussell Yanofsky2017-02-281-0/+1
* Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-221-2/+23
* [wallet] Remove importmulti always-true checkRussell Yanofsky2017-02-201-1/+1
* Use 2 hour grace period for key timestamps in importmulti rescansRussell Yanofsky2017-02-161-2/+3
* Merge #9756: Return error when importmulti called with invalid address.Wladimir J. van der Laan2017-02-151-0/+3
|\
| * Return error when importmulti called with invalid address.Russell Yanofsky2017-02-131-0/+3
* | Use importmulti timestamp when importing watch only keysRussell Yanofsky2017-02-101-9/+11
* | Dedup nTimeFirstKey update logicRussell Yanofsky2017-02-101-9/+4
* | Use MTP for importmulti "now" timestampsRussell Yanofsky2017-02-101-1/+1
* | Require timestamps for importmulti keysRussell Yanofsky2017-02-101-6/+29
|/
* Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell2017-01-121-2/+2
* rpc: Argument name consistencyWladimir J. van der Laan2017-01-051-3/+3
* rpc: Named arguments for wallet callsWladimir J. van der Laan2017-01-051-4/+4
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make DecodeHexTx return a CMutableTransactionPieter Wuille2016-12-021-2/+2
* Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-021-1/+1
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Initialize variable to prevent compiler warningPavel Janík2016-11-101-1/+1
* Merge #8981: Wshadow: Do not shadow argument with a local variableWladimir J. van der Laan2016-11-071-2/+2
|\
| * Do not shadow local variablePavel Janík2016-10-201-2/+2
* | RPC: importmulti: Avoid using boost::variant::operator!=, which is only in ne...Luke Dashjr2016-10-201-4/+4
|/
* Add consistency check to RPC call importmultiPedro Branco2016-10-191-8/+40
* Add importmulti rpc callPedro Branco2016-10-191-0/+390
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-50/+50
* [Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfundsJonas Schnelli2016-09-201-2/+0
* [wallet] rpc: Drop misleading optionMarcoFalke2016-08-241-6/+1
* Remove CWalletDB* parameter from CWallet::AddToWalletPatrick Strateman2016-07-291-2/+1
* Split CWallet::AddToWallet into AddToWallet and LoadToWallet.Patrick Strateman2016-07-291-1/+1
* [Wallet] add HD xpriv to dumpwalletJonas Schnelli2016-07-271-3/+26
* Merge #7687: Stop treating importaddress'ed scripts as changeWladimir J. van der Laan2016-06-201-0/+7
|\
| * Stop treating importaddress'ed scripts as changePieter Wuille2016-06-021-0/+7
* | build: Get rid of `CLIENT_DATE`Wladimir J. van der Laan2016-06-091-1/+1
|/
* Added companion removeprunedfunds call.instagibbs2016-03-231-0/+38
* Add importprunedfunds rpc callinstagibbs2016-03-231-0/+67
* Correct importaddress help reference to importpubkeyDenis Lukianov2016-03-211-1/+1
* move rpc* to rpc/Daniel Cousens2016-01-211-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* Enable wallet key imports without rescan in pruned mode.Gregory Maxwell2015-09-071-6/+9
* Merge pull request #6415Wladimir J. van der Laan2015-08-141-31/+104
|\
| * Update importaddress help to push its use to script-onlyMatt Corallo2015-07-201-6/+7
| * Add importpubkey method to import a watch-only pubkeyMatt Corallo2015-07-201-0/+57
| * Add p2sh option to importaddress to import redeemScriptsMatt Corallo2015-07-201-6/+20