aboutsummaryrefslogtreecommitdiff
path: root/src/dummywallet.cpp
AgeCommit message (Expand)Author
2020-11-04wallet: Remove -upgradewallet from dummywalletMarcoFalke
2020-09-01Merge #19671: wallet: Remove -zapwallettxesfanquake
2020-08-31Remove -zapwallettxesAndrew Chow
2020-08-27refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky
2020-08-06wallet: try -avoidpartialspends mode and use its result if fees are below thr...Karl-Johan Alm
2020-07-29scripted-diff: Replace gArgs with local argsmanIvan Metlushko
2020-07-29refactor: add unused ArgsManager to replace gArgsIvan Metlushko
2020-05-01wallet: Avoid translating RPC errors when loading walletsMarcoFalke
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-08Merge #16963: wallet: Fix unique_ptr usage in boost::signals2Wladimir J. van der Laan
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-28scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky
2019-10-26Drop signal CClientUIInterface::LoadWalletRussell Yanofsky
2019-10-08wallet: Avoid showing GUI popups on RPC errorsMarcoFalke
2019-09-05Expose wallet creation to the GUI via WalletControllerAndrew Chow
2019-04-28Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet optionsLuke Dashjr
2019-04-28dummywallet: Reformat ignored wallet options listLuke Dashjr
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
2019-02-04wallet: Factor out LoadWalletJoão Barbosa
2018-11-06Remove direct node->wallet calls in init.cppRussell Yanofsky
2018-11-06Pass chain and client variables where neededRussell Yanofsky
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-18interfaces: Add getWalletDir and listWalletDir to NodeJoão Barbosa
2018-09-13[build] remove #ifdef ENABLE_WALLET from interfaces/nodeJohn Newbery
2018-09-10[build] remove ENABLE_WALLET ifdef from httprpc.cppJohn Newbery
2018-09-07[build] Move dummy wallet into its own .cpp file.John Newbery