fix(execution-engine): fix invalid iteration over stream (#362)

This PR is mostly a revertion of #357, that is needed to make stream work correctly in fold itrerations.

Closes #363.
This commit is contained in:
Mike Voronov
2022-10-11 01:41:22 +03:00
committed by GitHub
parent eafdec5d86
commit bf8aee7f15
25 changed files with 319 additions and 227 deletions

View File

@ -32,7 +32,6 @@ 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;