mithril-cardano-node-internal-database 0.1.11

Mechanisms that allow Mithril nodes to read the files of a Cardano node internal database and compute digests from them
Documentation
1
2
3
4
5
6
7
8
9
//! Test doubles
//!
//! Enable unit testing with controlled inputs and predictable behavior.

mod immutable_digester;
mod immutable_file_observer;

pub use immutable_digester::DumbImmutableDigester;
pub use immutable_file_observer::DumbImmutableFileObserver;