Commit Graph

83 Commits (af4100cd6f772c4894b6af96e6c5ef929a2eff18)

Author SHA1 Message Date
Wladimir J. van der Laan 6d53663a43
Merge #10762: [wallet] Remove Wallet dependencies from init.cpp
7 years ago
John Newbery 5fb54210a6 [wallet] Move wallet init functions into WalletInit class.
7 years ago
MarcoFalke fab8a6f609
wallet: Change output type globals to members
7 years ago
Russell Yanofsky be8ab7d082 Create new wallet databases as directories rather than files
7 years ago
Russell Yanofsky 26c06f24e5 Allow wallet files not in -walletdir directory
7 years ago
Russell Yanofsky d8a99f65e5 Allow wallet files in multiple directories
7 years ago
Jonas Schnelli 8222e057fe
Disable wallet fallbackfee by default on mainnet
7 years ago
murrayn d3e467520f Properly alphabetize output of CLI --help option.
7 years ago
MarcoFalke fa7ecbf9f8
initwallet: Do not translate highly technical addresstype help
7 years ago
Wladimir J. van der Laan 95941396ff
Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
7 years ago
Sjors Provoost 596c44633f
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
7 years ago
Russell Yanofsky ec527c6c88 Don't allow relative -walletdir paths
7 years ago
Jonas Schnelli d889c036cd
Merge #11403: SegWit wallet support
7 years ago
Pieter Wuille 940a21932b SegWit wallet support
7 years ago
Wladimir J. van der Laan f19ca129ff
Merge #11605: [Wallet] Enable RBF by default in QT
7 years ago
Sjors Provoost 5cbbbd7143
[Wallet] Use RBF by default in QT only
7 years ago
MeshCollider b67342906c Cleanups for walletdir PR
7 years ago
MeshCollider 8263f6a5ac Create walletdir if datadir doesn't exist and fix tests
7 years ago
MeshCollider 0530ba0eae Add -walletdir parameter to specify custom wallet dir
7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky)
7 years ago
João Barbosa 7963335d25 Fix -disablewallet default value
7 years ago
João Barbosa b411c2a12a Improve -disablewallet parameter interaction
7 years ago
Wladimir J. van der Laan c22a53cd63
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option
7 years ago
Andrew Chow 713a92073b Remove usehd option and warn when it is used
7 years ago
John Newbery 43b0e81d0f [wallet] Add StartWallets() function to wallet/init.cpp
7 years ago
John Newbery 290f3c56d9 [wallet] Add RegisterWalletRPC() function to wallet/init.cpp
7 years ago
John Newbery 062d63102e [wallet] Add CloseWallets() function to wallet/init.cpp
7 years ago
John Newbery 77fe07c159 [wallet] Add StopWallets() function to wallet/init.cpp
7 years ago
John Newbery 2da5eafa47 [wallet] Add FlushWallets() function to wallet/init.cpp
7 years ago
John Newbery 1b9cee66e1 [wallet] Rename WalletVerify() to VerifyWallets()
7 years ago
John Newbery 9c76ba18cd [wallet] Rename InitLoadWallet() to OpenWallets()
7 years ago
Russell Yanofsky f01103c1e0 MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cpp
7 years ago
Russell Yanofsky d97fe2016c Move some static functions out of wallet.h/cpp
7 years ago