aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove separate node and wallet contextsRoss Nicoll2021-06-091-1/+1
* Add node context to wallet RPC request objectRoss Nicoll2021-06-091-1/+1
* wallet: Make -wallet setting not create walletsRussell Yanofsky2020-10-211-1/+1
* Do not create default walletAndrew Chow2020-09-081-10/+1
* Merge #19671: wallet: Remove -zapwallettxesfanquake2020-09-011-18/+4
|\
| * Remove -zapwallettxesAndrew Chow2020-08-311-18/+4
* | refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-271-1/+4
|/
* Merge #14582: wallet: always do avoid partial spends if fees are within a spe...Samuel Dobson2020-08-171-0/+1
|\
| * wallet: try -avoidpartialspends mode and use its result if fees are below thr...Karl-Johan Alm2020-08-061-0/+1
* | Add loadwallet and createwallet RPC load_on_startup optionsRussell Yanofsky2020-08-131-1/+10
|/
* scripted-diff: Replace gArgs with local argsmanIvan Metlushko2020-07-291-23/+23
* refactor: add unused ArgsManager to replace gArgsIvan Metlushko2020-07-291-2/+2
* wallet: Pass unused args to StartWalletsMarcoFalke2020-07-091-5/+7
* scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-1/+1
* wallet: remove -salvagewalletAndrew Chow2020-05-251-11/+0
* Make InitError bilingualHennadii Stepanov2020-05-051-3/+3
* Merge #15761: Replace -upgradewallet startup option with upgradewallet RPCMarcoFalke2020-04-191-7/+0
|\
| * Remove -upgradewallet startup optionAndrew Chow2020-04-131-7/+0
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* Merge #13339: wallet: Replace %w by wallet name in -walletnotify scriptWladimir J. van der Laan2020-02-171-1/+1
|\
| * wallet: Replace %w by wallet name in -walletnotify scriptJoão Barbosa2020-01-151-1/+1
* | Document better -keypool as a look-ahead safety mechanismAntoine Riard2019-12-181-1/+1
|/
* refactor: Nuke coincontrol circular dependencyHennadii Stepanov2019-11-231-0/+2
* wallet: Make -walletdir network onlyJoão Barbosa2019-11-121-1/+1
* Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-0/+1
* scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky2019-10-281-4/+4
* Remove unused includespracticalswift2019-10-151-1/+0
* [wallet] Remove pruning check for -rescan optionJohn Newbery2019-10-141-2/+0
* Truly decouple wallet from chainparams for -fallbackfeeJorge Timón2019-10-021-1/+2
* Use ArgsManager::NETWORK_ONLY flagHennadii Stepanov2019-07-271-1/+1
* scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov2019-07-271-25/+25
* scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov2019-07-271-25/+25
* scripted-diff: Make translation bilingualHennadii Stepanov2019-07-241-1/+1
* Refactor out translation.hHennadii Stepanov2019-07-241-2/+3
* [build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)Sjors Provoost2019-07-051-1/+1
* Merge #15457: Check std::system for -[alert|block|wallet]notifyWladimir J. van der Laan2019-07-051-0/+2
|\
| * [build]: check std::system for -[alert|block|wallet]notifySjors Provoost2019-06-061-0/+2
* | Merge #13756: wallet: "avoid_reuse" wallet flag for improved privacyMeshCollider2019-06-191-1/+1
|\ \
| * | bitcoind: update -avoidpartialspends description to account for auto-enable f...Karl-Johan Alm2019-05-291-1/+1
| |/
* / Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-5/+0
|/
* scripted-diff: Bump copyright headers in walletMarcoFalke2019-05-061-1/+1
* [wallet] Move maxTxFee to walletJohn Newbery2019-04-181-4/+2
* [build] Move wallet load functions to wallet/load unitJohn Newbery2019-04-091-101/+0
* [build] Add several util unitsJohn Newbery2019-04-091-0/+1
* [wallet] Schedule tx rebroadcasts in walletJohn Newbery2019-04-091-1/+2
* Remove remaining wallet accesses to node globalsRussell Yanofsky2019-03-061-1/+1
* Remove uses of InitMessage/Warning/Error in wallet codeRussell Yanofsky2019-02-221-6/+10
* Move maxTxFee initialization to init.cppJordan Baczuk2019-02-081-15/+0
* rpc: Make unloadwallet wait for complete wallet unloadJoão Barbosa2019-01-151-2/+6
* Remove direct node->wallet calls in init.cppRussell Yanofsky2018-11-061-46/+16