aboutsummaryrefslogtreecommitdiff
path: root/src/dummywallet.cpp
AgeCommit message (Expand)Author
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-22scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoaderRussell Yanofsky
2021-09-30Remove -rescan startup parameterSamuel Dobson
2021-09-29Remove outdated dummy wallet -salvagewallet argSamuel Dobson
2021-09-16Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha...fanquake
2021-08-27Allow the long term feerate to be configured, default of 10 sat/vbAndrew Chow
2021-08-17Start using init makeNode, makeChain, etc methodsRussell Yanofsky
2021-04-12tests: Skip SQLite fsyncs while testingAndrew Chow
2021-02-23wallet: add -signer argument for external signer commandSjors Provoost
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