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-11-23
refactor: Nuke coincontrol circular dependency
Hennadii Stepanov
2019-11-12
wallet: Make -walletdir network only
João Barbosa
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-15
Remove unused includes
practicalswift
2019-10-14
[wallet] Remove pruning check for -rescan option
John Newbery
2019-10-02
Truly decouple wallet from chainparams for -fallbackfee
Jorge Timón
2019-07-27
Use ArgsManager::NETWORK_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-05
[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)
Sjors Provoost
2019-07-05
Merge #15457: Check std::system for -[alert|block|wallet]notify
Wladimir J. van der Laan
2019-06-19
Merge #13756: wallet: "avoid_reuse" wallet flag for improved privacy
MeshCollider
2019-06-06
[build]: check std::system for -[alert|block|wallet]notify
Sjors Provoost
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-29
bitcoind: update -avoidpartialspends description to account for auto-enable f...
Karl-Johan Alm
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
[next]