aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/init.cpp
AgeCommit message (Expand)Author
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
2019-04-09[build] Add several util unitsJohn Newbery
2019-04-09[wallet] Schedule tx rebroadcasts in walletJohn Newbery
2019-03-06Remove remaining wallet accesses to node globalsRussell Yanofsky
2019-02-22Remove uses of InitMessage/Warning/Error in wallet codeRussell Yanofsky
2019-02-08Move maxTxFee initialization to init.cppJordan Baczuk
2019-01-15rpc: Make unloadwallet wait for complete wallet unloadJoã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-05trivial: Don't translate in help textken2812221
2018-11-05Merge #14350: Add WalletLocation classWladimir J. van der Laan
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-25wallet: Refactor to use WalletLocationJoão Barbosa
2018-09-12wallet: Remove trailing separators from -walletdir argPierre Rochard
2018-09-10[build] remove ENABLE_WALLET ifdef from httprpc.cppJohn Newbery
2018-08-30[wallet] Kill accountsJohn Newbery
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24Add -avoidpartialspends and m_avoid_partial_spendsKarl-Johan Alm
2018-07-09Add outputtype moduleAnthony Towns
2018-06-15cleanup: avoid hidden copies in range-for loopsCory Fields
2018-05-30Stop translating command line optionsWladimir J. van der Laan
2018-05-22wallet: Use shared pointer to retain wallet instanceJoão Barbosa
2018-05-16[wallet] Pass error message back from CWallet::Verify()John Newbery
2018-05-16[wallet] Add CWallet::Verify functionJohn Newbery
2018-05-15[wallet] setup wallet background flushing in WalletInit directlyJohn Newbery
2018-05-09Make gArgs aware of the argumentsAndrew Chow
2018-04-24Merge #12909: wallet: Make fee settings to be non-static membersWladimir J. van der Laan