aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/bdb.py
AgeCommit message (Collapse)Author
2021-02-09test: remove unnecessary assignment in bdbBruno Garcia
2020-11-04test: Add test_framework/bdb.py module for inspecting bdb filesAndrew Chow
For upgrade tests and possibly other tests, it is useful to inspect the bdb file for the wallet (i.e. the wallet.dat file). test_framework/bdb.py is an implementation of bdb file deserialization specific for Bitcoin Core's usage.