aboutsummaryrefslogtreecommitdiff
path: root/src/dummywallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* wallet: Remove -upgradewallet from dummywalletMarcoFalke2020-11-041-1/+0
* Merge #19671: wallet: Remove -zapwallettxesfanquake2020-09-011-1/+0
|\
| * Remove -zapwallettxesAndrew Chow2020-08-311-1/+0
* | refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-271-34/+0
|/
* wallet: try -avoidpartialspends mode and use its result if fees are below thr...Karl-Johan Alm2020-08-061-0/+1
* scripted-diff: Replace gArgs with local argsmanIvan Metlushko2020-07-291-1/+1
* refactor: add unused ArgsManager to replace gArgsIvan Metlushko2020-07-291-2/+2
* wallet: Avoid translating RPC errors when loading walletsMarcoFalke2020-05-011-2/+3
* scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* Merge #16963: wallet: Fix unique_ptr usage in boost::signals2Wladimir J. van der Laan2020-01-081-2/+8
|\
| * Drop signal CClientUIInterface::LoadWalletRussell Yanofsky2019-10-261-2/+8
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* | scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky2019-10-281-1/+1
|/
* wallet: Avoid showing GUI popups on RPC errorsMarcoFalke2019-10-081-3/+2
* Expose wallet creation to the GUI via WalletControllerAndrew Chow2019-09-051-0/+7
* Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet optionsLuke Dashjr2019-04-281-0/+1
* dummywallet: Reformat ignored wallet options listLuke Dashjr2019-04-281-5/+26
* [wallet] Move maxTxFee to walletJohn Newbery2019-04-181-1/+1
* wallet: Factor out LoadWalletJoão Barbosa2019-02-041-0/+9
* Remove direct node->wallet calls in init.cppRussell Yanofsky2018-11-061-7/+1
* Pass chain and client variables where neededRussell Yanofsky2018-11-061-2/+2
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* interfaces: Add getWalletDir and listWalletDir to NodeJoão Barbosa2018-10-181-0/+10
* [build] remove #ifdef ENABLE_WALLET from interfaces/nodeJohn Newbery2018-09-131-0/+18
* [build] remove ENABLE_WALLET ifdef from httprpc.cppJohn Newbery2018-09-101-0/+1
* [build] Move dummy wallet into its own .cpp file.John Newbery2018-09-071-0/+32