Age | Commit message (Expand) | Author |
2022-02-16 | wallet: ensure wallet files are not reused across chains | Seibart Nedor |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |
2022-01-06 | Add src/node/* code to node:: namespace | Russell Yanofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-22 | scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader | Russell Yanofsky |
2021-09-30 | Remove -rescan startup parameter | Samuel Dobson |
2021-09-29 | Remove outdated dummy wallet -salvagewallet arg | Samuel Dobson |
2021-09-16 | Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha... | fanquake |
2021-08-27 | Allow the long term feerate to be configured, default of 10 sat/vb | Andrew Chow |
2021-08-17 | Start using init makeNode, makeChain, etc methods | Russell Yanofsky |
2021-04-12 | tests: Skip SQLite fsyncs while testing | Andrew Chow |
2021-02-23 | wallet: add -signer argument for external signer command | Sjors Provoost |
2020-11-04 | wallet: Remove -upgradewallet from dummywallet | MarcoFalke |
2020-09-01 | Merge #19671: wallet: Remove -zapwallettxes | fanquake |
2020-08-31 | Remove -zapwallettxes | Andrew Chow |
2020-08-27 | refactor: Move wallet methods out of chain.h and node.h | Russell Yanofsky |
2020-08-06 | wallet: try -avoidpartialspends mode and use its result if fees are below thr... | Karl-Johan Alm |
2020-07-29 | scripted-diff: Replace gArgs with local argsman | Ivan Metlushko |
2020-07-29 | refactor: add unused ArgsManager to replace gArgs | Ivan Metlushko |
2020-05-01 | wallet: Avoid translating RPC errors when loading wallets | MarcoFalke |
2020-01-15 | scripted-diff: Bump copyright of files changed in 2020 | MarcoFalke |
2020-01-08 | Merge #16963: wallet: Fix unique_ptr usage in boost::signals2 | Wladimir J. van der Laan |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-28 | scripted-diff: Rename InitInterfaces to NodeContext | Russell Yanofsky |
2019-10-26 | Drop signal CClientUIInterface::LoadWallet | Russell Yanofsky |
2019-10-08 | wallet: Avoid showing GUI popups on RPC errors | MarcoFalke |
2019-09-05 | Expose wallet creation to the GUI via WalletController | Andrew Chow |
2019-04-28 | Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options | Luke Dashjr |
2019-04-28 | dummywallet: Reformat ignored wallet options list | Luke Dashjr |
2019-04-18 | [wallet] Move maxTxFee to wallet | John Newbery |
2019-02-04 | wallet: Factor out LoadWallet | João Barbosa |
2018-11-06 | Remove direct node->wallet calls in init.cpp | Russell Yanofsky |
2018-11-06 | Pass chain and client variables where needed | Russell Yanofsky |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-10-18 | interfaces: Add getWalletDir and listWalletDir to Node | João Barbosa |
2018-09-13 | [build] remove #ifdef ENABLE_WALLET from interfaces/node | John Newbery |
2018-09-10 | [build] remove ENABLE_WALLET ifdef from httprpc.cpp | John Newbery |
2018-09-07 | [build] Move dummy wallet into its own .cpp file. | John Newbery |