aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/init.cpp
AgeCommit message (Expand)Author
2021-05-01doc: Clarify that feerates are per virtual sizeMarcoFalke
2021-05-01scripted-diff: Clarify that feerates are per virtual sizeMarcoFalke
2021-04-12tests: Skip SQLite fsyncs while testingAndrew Chow
2021-03-15Add new format string placeholders for walletnotify to include relevant block...Maayan Keshet
2021-02-23wallet: fix doc typo in signer optionWilliam Casarin
2021-02-23wallet: add -signer argument for external signer commandSjors Provoost
2021-01-17wallet: Add BerkeleyDB version sanity check at init timeWladimir J. van der Laan
2020-11-18Do not compile BDB things when USE_BDB is definedAndrew Chow
2020-11-18Include wallet/bdb.h where it is actually being usedAndrew Chow
2020-10-21wallet: Make -wallet setting not create walletsRussell Yanofsky
2020-09-08Do not create default walletAndrew Chow
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-17Merge #14582: wallet: always do avoid partial spends if fees are within a spe...Samuel Dobson
2020-08-13Add loadwallet and createwallet RPC load_on_startup optionsRussell 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-07-09wallet: Pass unused args to StartWalletsMarcoFalke
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-05-25wallet: remove -salvagewalletAndrew Chow
2020-05-05Make InitError bilingualHennadii Stepanov
2020-04-19Merge #15761: Replace -upgradewallet startup option with upgradewallet RPCMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-13Remove -upgradewallet startup optionAndrew Chow
2020-02-17Merge #13339: wallet: Replace %w by wallet name in -walletnotify scriptWladimir J. van der Laan
2020-01-15wallet: Replace %w by wallet name in -walletnotify scriptJoão Barbosa
2019-12-18Document better -keypool as a look-ahead safety mechanismAntoine Riard
2019-11-23refactor: Nuke coincontrol circular dependencyHennadii Stepanov
2019-11-12wallet: Make -walletdir network onlyJoão Barbosa
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-28scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky
2019-10-15Remove unused includespracticalswift
2019-10-14[wallet] Remove pruning check for -rescan optionJohn Newbery
2019-10-02Truly decouple wallet from chainparams for -fallbackfeeJorge Timón
2019-07-27Use ArgsManager::NETWORK_ONLY flagHennadii Stepanov
2019-07-27scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov
2019-07-27scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov
2019-07-24scripted-diff: Make translation bilingualHennadii Stepanov
2019-07-24Refactor out translation.hHennadii Stepanov
2019-07-05[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)Sjors Provoost
2019-07-05Merge #15457: Check std::system for -[alert|block|wallet]notifyWladimir J. van der Laan
2019-06-19Merge #13756: wallet: "avoid_reuse" wallet flag for improved privacyMeshCollider
2019-06-06[build]: check std::system for -[alert|block|wallet]notifySjors Provoost
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-29bitcoind: update -avoidpartialspends description to account for auto-enable f...Karl-Johan Alm
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
2019-04-09[build] Move wallet load functions to wallet/load unitJohn Newbery