]> Untitled Git - bdk/commit
Add more test to the database module
authorVladimir Fomene <vladimirfomene@gmail.com>
Wed, 7 Sep 2022 17:45:22 +0000 (20:45 +0300)
committerVladimir Fomene <vladimirfomene@gmail.com>
Tue, 13 Sep 2022 13:35:53 +0000 (16:35 +0300)
commit88307045b0f049b7f6b9c0cdc577c4a4bb3a041e
tree7cdf2804f5c53865ab31ead2a98ff39e81b5a284
parente06c3f945ca5de4ce4f78bc2179c00e42d0bb4e5
Add more test to the database module

This PR aims to add more test to database
code so that we can catch bugs as soon
as they occur. Contributing to fixing
issue #699.
src/database/keyvalue.rs
src/database/memory.rs
src/database/mod.rs
src/database/sqlite.rs