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
/
wallettool.cpp
Age
Commit message (
Expand
)
Author
2024-05-21
Merge bitcoin/bitcoin#26606: wallet: Implement independent BDB parser
merge-script
2024-05-16
wallettool: Optionally use BERKELEY_RO as format when dumping BDB wallets
Ava Chow
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2023-12-19
wallettool: Don't create CWallet when dumping DB
Andrew Chow
2023-12-19
wallettool: Don't unilaterally reset wallet_instance if loading error
Ava Chow
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-02-15
refactor: wallet, remove global 'ArgsManager' access
furszy
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-08-19
Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFlags...
Andrew Chow
2022-08-05
Bugfix: Wallet: Document expectations for AddWalletFlags (now InitWalletFlags...
Luke Dashjr
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-09
Merge bitcoin/bitcoin#23346: util, refactor: Improve headers for bitcoin-wall...
MarcoFalke
2021-11-16
Merge bitcoin/bitcoin#23349: util: Use FEATURE_LATEST for wallets created wit...
Samuel Dobson
2021-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-10-30
util, refactor: Improve headers for bitcoin-wallet tool
Hennadii Stepanov
2021-10-25
refactor: const shared_ptrs
Karl-Johan Alm
2021-10-25
util: Use FEATURE_LATEST for wallets created with bitcoin-wallet
Hennadii Stepanov
2021-10-22
Merge bitcoin/bitcoin#23002: Make descriptor wallets by default
MarcoFalke
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-10-01
scripted-diff: rename DBErrors::RESCAN_REQUIRED to NEED_RESCAN
Samuel Dobson
2021-09-30
Corrupt wallet tx shouldn't trigger rescan of all wallets
Samuel Dobson
2021-09-17
wallet: Default new wallets to descriptor wallets
Andrew Chow
2021-05-19
refactor: move first run detection to client code
Ivan Metlushko
2021-01-21
refactor: Move all command dependend checks to ExecuteWalletToolFunc
MarcoFalke
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2020-12-17
wallet: Add missing check for -descriptors wallet tool option
MarcoFalke
2020-12-17
wallet: Pass ArgsManager into ExecuteWalletToolFunc instead of using global
MarcoFalke
2020-12-16
wallettool: Add createfromdump command
Andrew Chow
2020-12-16
wallettool: Add dump command
Andrew Chow
2020-12-16
Merge #20365: wallettool: add parameter to create descriptors wallet
MarcoFalke
2020-11-18
Do not compile BDB things when USE_BDB is defined
Andrew Chow
2020-11-11
wallettool: add param to create descriptors wallet
Ivan Metlushko
2020-11-11
wallettool: pass in DatabaseOptions into MakeWallet
Ivan Metlushko
2020-10-21
Show name, format and if uses descriptors in bitcoin-wallet tool
Jonas Schnelli
2020-09-03
wallet: Remove path checking code from bitcoin-wallet tool
Russell Yanofsky
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-08-14
build: Add Werror=range-loop-analysis
MarcoFalke
2020-08-14
Merge #19457: wallet: Cleanup wallettool salvage and walletdb extraneous decl...
MarcoFalke
2020-07-26
wallettool: Have RecoverDatabaseFile return errors and warnings
Andrew Chow
2020-07-22
Call RecoverDatabaseFile directly from wallettool
Andrew Chow
2020-07-14
walletdb: Move BerkeleyDatabase::Flush(true) to Close()
Andrew Chow
2020-07-01
walletdb: Combine VerifyDatabaseFile and VerifyEnvironment
Andrew Chow
2020-06-17
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-05-25
Move RecoverKeysOnlyFilter into RecoverDataBaseFile
Andrew Chow
2020-05-25
Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}
Andrew Chow
[next]