fix(trace-handler): fix fold and canon compatibility (#357)

Fixes bug of traces divergence when `canon` is used inside `fold`.

Closes #356.
This commit is contained in:
Mike Voronov
2022-10-09 12:56:12 +03:00
committed by GitHub
parent cd598c28ae
commit 910f1665eb
30 changed files with 741 additions and 311 deletions

View File

@ -32,6 +32,7 @@ mod handler;
pub mod merger;
mod state_automata;
pub use errors::GenerationCompatificationError;
pub use errors::TraceHandlerError;
pub use handler::TraceHandler;
pub use state_automata::SubgraphType;