* 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 * Use a more sensible export order * Remove a 1.72 lint exception now 1.74 is stable * Switch history trees over to TypedColumnFamily, and remove redundant code * Add typed batch creation methods, and switch history trees to them * Convert ValueBalance to typed column families * Make the APIs compatible after a merge * Use `ZebraDb` instead of `DiskDb` where needed --------- Co-authored-by: Marek <mail@marek.onl> |
||
|---|---|---|
| .. | ||
| block | ||
| checkpoint | ||
| parameters | ||
| primitives | ||
| router | ||
| transaction | ||
| block.rs | ||
| checkpoint.rs | ||
| config.rs | ||
| error.rs | ||
| lib.rs | ||
| parameters.rs | ||
| primitives.rs | ||
| router.rs | ||
| script.rs | ||
| transaction.rs | ||