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
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-04-28
Merge bitcoin/bitcoin#18554: wallet: ensure wallet files are not reused acros...
Andrew Chow
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-02-16
wallet: ensure wallet files are not reused across chains
Seibart Nedor
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-28
Merge bitcoin/bitcoin#23840: doc: Fix -changetype help text
fanquake
2021-12-22
scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
Russell Yanofsky
2021-12-22
doc: Fix -changetype help text
MarcoFalke
2021-11-16
Mention bech32m in -addresstype and -changetype help
Andrew Chow
2021-10-25
scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags
Russell Yanofsky
2021-09-30
Remove -rescan startup parameter
Samuel Dobson
2021-09-16
Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha...
fanquake
2021-08-27
Allow the long term feerate to be configured, default of 10 sat/vb
Andrew Chow
2021-08-17
Start using init makeNode, makeChain, etc methods
Russell Yanofsky
2021-05-26
Merge bitcoin/bitcoin#18418: wallet: Increase OUTPUT_GROUP_MAX_ENTRIES to 100
fanquake
2021-05-18
rpc: Improve avoidpartialspends and avoid_reuse documentation
Fabian Jahr
2021-05-01
doc: Clarify that feerates are per virtual size
MarcoFalke
2021-05-01
scripted-diff: Clarify that feerates are per virtual size
MarcoFalke
2021-04-12
tests: Skip SQLite fsyncs while testing
Andrew Chow
2021-03-15
Add new format string placeholders for walletnotify to include relevant block...
Maayan Keshet
2021-02-23
wallet: fix doc typo in signer option
William Casarin
2021-02-23
wallet: add -signer argument for external signer command
Sjors Provoost
2021-01-17
wallet: Add BerkeleyDB version sanity check at init time
Wladimir J. van der Laan
2020-11-18
Do not compile BDB things when USE_BDB is defined
Andrew Chow
2020-11-18
Include wallet/bdb.h where it is actually being used
Andrew Chow
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
[next]