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
2020-10-21
wallet: Make -wallet setting not create wallets
Russell Yanofsky
2020-09-08
Do not create default wallet
Andrew Chow
2020-09-01
Merge #19671: wallet: Remove -zapwallettxes
fanquake
2020-08-31
Remove -zapwallettxes
Andrew Chow
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-17
Merge #14582: wallet: always do avoid partial spends if fees are within a spe...
Samuel Dobson
2020-08-13
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-06
wallet: try -avoidpartialspends mode and use its result if fees are below thr...
Karl-Johan Alm
2020-07-29
scripted-diff: Replace gArgs with local argsman
Ivan Metlushko
2020-07-29
refactor: add unused ArgsManager to replace gArgs
Ivan Metlushko
2020-07-09
wallet: Pass unused args to StartWallets
MarcoFalke
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-05-25
wallet: remove -salvagewallet
Andrew Chow
2020-05-05
Make InitError bilingual
Hennadii Stepanov
2020-04-19
Merge #15761: Replace -upgradewallet startup option with upgradewallet RPC
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-13
Remove -upgradewallet startup option
Andrew Chow
2020-02-17
Merge #13339: wallet: Replace %w by wallet name in -walletnotify script
Wladimir J. van der Laan
2020-01-15
wallet: Replace %w by wallet name in -walletnotify script
João Barbosa
2019-12-18
Document better -keypool as a look-ahead safety mechanism
Antoine Riard
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
[next]