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
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-09
[build] Move wallet load functions to wallet/load unit
John Newbery
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[wallet] Schedule tx rebroadcasts in wallet
John Newbery
2019-03-06
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-02-22
Remove uses of InitMessage/Warning/Error in wallet code
Russell Yanofsky
2019-02-08
Move maxTxFee initialization to init.cpp
Jordan Baczuk
2019-01-15
rpc: Make unloadwallet wait for complete wallet unload
João Barbosa
2018-11-06
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-05
trivial: Don't translate in help text
ken2812221
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-25
wallet: Refactor to use WalletLocation
João Barbosa
2018-09-12
wallet: Remove trailing separators from -walletdir arg
Pierre Rochard
2018-09-10
[build] remove ENABLE_WALLET ifdef from httprpc.cpp
John Newbery
2018-08-30
[wallet] Kill accounts
John Newbery
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
Add -avoidpartialspends and m_avoid_partial_spends
Karl-Johan Alm
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
[next]