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
/
db_tests.cpp
Age
Commit message (
Expand
)
Author
2024-02-20
Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup
fanquake
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-02-12
wallet: bdb batch 'ErasePrefix', do not create txn internally
furszy
2024-02-06
test: wallet, coverage for concurrent db transactions
furszy
2024-01-30
test: sqlite, add coverage for dangling to-be-reverted db txns
furszy
2024-01-15
test: wallet db, exercise deadlock after write failure
furszy
2023-06-27
Use only Span{} constructor for byte-like types where possible
MarcoFalke
2023-06-14
test: Kill `BOOST_ASSERT`
Hennadii Stepanov
2023-06-01
wallet: Add GetPrefixCursor to DatabaseBatch
Andrew Chow
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-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-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-12-04
refactor: Consolidate redundant wallet database path and exists functions
Russell Yanofsky
2020-06-15
walletdb: Move BDB specific things into bdb.{cpp/h}
Andrew Chow
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-06-20
test: Create data dir in BasicTestingSetup
MarcoFalke
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-26
Tests: add unit tests for GetWalletEnv
Pierre Rochard