aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Add -avoidpartialspends and m_avoid_partial_spendsKarl-Johan Alm2018-07-241-0/+1
* Add outputtype moduleAnthony Towns2018-07-091-0/+1
* cleanup: avoid hidden copies in range-for loopsCory Fields2018-06-151-1/+1
* Stop translating command line optionsWladimir J. van der Laan2018-05-301-20/+20
* wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-6/+5
* [wallet] Pass error message back from CWallet::Verify()John Newbery2018-05-161-1/+6
* [wallet] Add CWallet::Verify functionJohn Newbery2018-05-161-42/+11
* [wallet] setup wallet background flushing in WalletInit directlyJohn Newbery2018-05-151-1/+5
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-39/+31
* Merge #12909: wallet: Make fee settings to be non-static membersWladimir J. van der Laan2018-04-241-53/+1
|\
| * wallet: Make fee settings non-static membersMarcoFalke2018-04-231-53/+1
* | Merge #13030: [bugfix] [wallet] Fix zapwallettxes/multiwallet interaction.Wladimir J. van der Laan2018-04-231-5/+5
|\ \ | |/ |/|
| * [wallet] Fix zapwallettxes/multiwallet interaction.John Newbery2018-04-191-5/+5
* | wallet: Add AddWallet, RemoveWallet, GetWallet and GetWalletsJoão Barbosa2018-04-181-6/+6
* | refactor: Drop CWalletRef typedefJoão Barbosa2018-04-181-4/+4
|/
* wallet: Refactor g_wallet_init_interface to const referenceJoão Barbosa2018-04-131-2/+1
* wallet: Make WalletInitInterface members constJoão Barbosa2018-04-131-18/+18
* scripted-diff: Rename wallet database classesRussell Yanofsky2018-04-071-4/+4
* wallet: Refactor to WalletInitInterface* const g_wallet_init_interfaceJoão Barbosa2018-04-051-1/+3
* wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa2018-04-051-2/+36
* Merge #10762: [wallet] Remove Wallet dependencies from init.cppWladimir J. van der Laan2018-03-291-9/+13
|\
| * [wallet] Move wallet init functions into WalletInit class.John Newbery2018-03-261-9/+13
* | wallet: Change output type globals to membersMarcoFalke2018-03-171-13/+1
* | Create new wallet databases as directories rather than filesRussell Yanofsky2018-03-031-5/+17
* | Allow wallet files not in -walletdir directoryRussell Yanofsky2018-03-031-9/+1
* | Allow wallet files in multiple directoriesRussell Yanofsky2018-03-031-5/+5
* | Disable wallet fallbackfee by default on mainnetJonas Schnelli2018-02-251-0/+4
|/
* Properly alphabetize output of CLI --help option.murrayn2018-02-011-4/+4
* initwallet: Do not translate highly technical addresstype helpMarcoFalke2018-01-241-4/+4
* Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...Wladimir J. van der Laan2018-01-241-3/+5
|\
| * [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSHSjors Provoost2018-01-231-3/+5
* | Don't allow relative -walletdir pathsRussell Yanofsky2018-01-181-4/+8
|/
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-0/+12
|\
| * SegWit wallet supportPieter Wuille2018-01-091-0/+12
* | Merge #11605: [Wallet] Enable RBF by default in QTWladimir J. van der Laan2017-12-221-1/+1
|\ \
| * | [Wallet] Use RBF by default in QT onlySjors Provoost2017-12-221-1/+1
| |/
* / Cleanups for walletdir PRMeshCollider2017-12-131-1/+4
|/
* Create walletdir if datadir doesn't exist and fix testsMeshCollider2017-11-181-0/+6
* Add -walletdir parameter to specify custom wallet dirMeshCollider2017-11-181-4/+6
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* Fix -disablewallet default valueJoão Barbosa2017-11-071-2/+5
* Improve -disablewallet parameter interactionJoão Barbosa2017-11-071-3/+8
* Merge #11250: Bump wallet version to 159900 and remove the `usehd` optionWladimir J. van der Laan2017-09-081-1/+0
|\
| * Remove usehd option and warn when it is usedAndrew Chow2017-09-071-1/+0
* | [wallet] Add StartWallets() function to wallet/init.cppJohn Newbery2017-09-071-0/+6
* | [wallet] Add RegisterWalletRPC() function to wallet/init.cppJohn Newbery2017-09-071-0/+8
* | [wallet] Add CloseWallets() function to wallet/init.cppJohn Newbery2017-09-071-0/+7
* | [wallet] Add StopWallets() function to wallet/init.cppJohn Newbery2017-09-071-2/+8
* | [wallet] Add FlushWallets() function to wallet/init.cppJohn Newbery2017-09-071-0/+6