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_tests.cpp
Age
Commit message (
Expand
)
Author
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-02-09
Use ArgsManager::GetPathArg() for "-walletdir" option
Hennadii Stepanov
2022-02-04
Re-enable walletinit_verify_walletdir_no_trailing2 test disabled in #20744
Ryan Ofsky
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-02-09
Change BOOST_CHECK to BOOST_CHECK_EQUAL to see mismatched values when a check...
Kiminuo
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-04
test: Add ASSERT_DEBUG_LOG to unit test framework
MarcoFalke
2019-08-01
Merge #16277: [Tests] Suppress output in test_bitcoin for expected errors
Wladimir J. van der Laan
2019-07-03
Suppress output in test_bitcoin for expected errors
Gert-Jaap Glasbergen
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
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-09-12
wallet: Remove trailing separators from -walletdir arg
Pierre Rochard
2018-09-12
wallet: Add walletdir arg unit tests
Pierre Rochard