Zebra/zebra-scan
teor 4b5838c500
Make sure scanner database is accessed using the correct types (#8112)
* impl TryFrom<zcash_primitives::BlockHeight> for Height

* Add type-safe read and write database methods

* Only allow typed access to the scanner DB

* Update docs

* Implement a common method as a trait

* Fix imports

* Tidy state imports

* Activate tracing logging macros in the whole scanner crate

* Fix dead code warnings
2023-12-18 16:33:49 +00:00
..
src Make sure scanner database is accessed using the correct types (#8112) 2023-12-18 16:33:49 +00:00
Cargo.toml test(scan): Add typed database format snapshots to the scanner (#8083) 2023-12-12 22:34:59 +00:00