Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-09 | test: remove unnecessary assignment in bdb | Bruno Garcia | |
2020-11-04 | test: Add test_framework/bdb.py module for inspecting bdb files | Andrew 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. |