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
/
test
/
init_test_fixture.cpp
Age
Commit message (
Expand
)
Author
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
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
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-02-03
refactor: replace boost::filesystem with std::filesystem
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-22
scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
Russell Yanofsky
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-08-24
Fix build with Boost 1.77.0
Rafael Sadowski
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-01-15
test: Clear forced -walletdir setting after wallet init_tests
Kiminuo
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-07
test: Remove no longer needed MakeChain calls
Russell Yanofsky
2020-09-08
Do not create default wallet
Andrew Chow
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-07-09
wallet: Pass unused args to StartWallets
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-20
test: Create data dir in BasicTestingSetup
MarcoFalke
2018-11-06
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-09-12
wallet: Add walletdir arg unit tests
Pierre Rochard