index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
init.cpp
Age
Commit message (
Expand
)
Author
2018-07-09
Add outputtype module
Anthony Towns
2018-06-15
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-05-30
Stop translating command line options
Wladimir J. van der Laan
2018-05-22
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-16
[wallet] Pass error message back from CWallet::Verify()
John Newbery
2018-05-16
[wallet] Add CWallet::Verify function
John Newbery
2018-05-15
[wallet] setup wallet background flushing in WalletInit directly
John Newbery
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-04-24
Merge #12909: wallet: Make fee settings to be non-static members
Wladimir J. van der Laan
2018-04-23
Merge #13030: [bugfix] [wallet] Fix zapwallettxes/multiwallet interaction.
Wladimir J. van der Laan
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-19
[wallet] Fix zapwallettxes/multiwallet interaction.
John Newbery
2018-04-18
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
refactor: Drop CWalletRef typedef
João Barbosa
2018-04-13
wallet: Refactor g_wallet_init_interface to const reference
João Barbosa
2018-04-13
wallet: Make WalletInitInterface members const
João Barbosa
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-05
wallet: Refactor to WalletInitInterface* const g_wallet_init_interface
João Barbosa
2018-04-05
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-03-29
Merge #10762: [wallet] Remove Wallet dependencies from init.cpp
Wladimir J. van der Laan
2018-03-26
[wallet] Move wallet init functions into WalletInit class.
John Newbery
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-03
Create new wallet databases as directories rather than files
Russell Yanofsky
2018-03-03
Allow wallet files not in -walletdir directory
Russell Yanofsky
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
2018-02-25
Disable wallet fallbackfee by default on mainnet
Jonas Schnelli
2018-02-01
Properly alphabetize output of CLI --help option.
murrayn
2018-01-24
initwallet: Do not translate highly technical addresstype help
MarcoFalke
2018-01-24
Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...
Wladimir J. van der Laan
2018-01-23
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
Sjors Provoost
2018-01-18
Don't allow relative -walletdir paths
Russell Yanofsky
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
SegWit wallet support
Pieter Wuille
2017-12-22
Merge #11605: [Wallet] Enable RBF by default in QT
Wladimir J. van der Laan
2017-12-22
[Wallet] Use RBF by default in QT only
Sjors Provoost
2017-12-13
Cleanups for walletdir PR
MeshCollider
2017-11-18
Create walletdir if datadir doesn't exist and fix tests
MeshCollider
2017-11-18
Add -walletdir parameter to specify custom wallet dir
MeshCollider
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-07
Fix -disablewallet default value
João Barbosa
2017-11-07
Improve -disablewallet parameter interaction
João Barbosa
2017-09-08
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option
Wladimir J. van der Laan
2017-09-07
Remove usehd option and warn when it is used
Andrew Chow
2017-09-07
[wallet] Add StartWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add RegisterWalletRPC() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add CloseWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add StopWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add FlushWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Rename WalletVerify() to VerifyWallets()
John Newbery
2017-09-07
[wallet] Rename InitLoadWallet() to OpenWallets()
John Newbery
[next]