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

@ -1,3 +1,8 @@
## Version 0.4.0
[PR 356](https://github.com/fluencelabs/aquavm/pull/358):
- temporary fix of a bug with fold and canon compatibility
## Version 0.3.0
[PR 292](https://github.com/fluencelabs/aquavm/pull/292):

View File

@ -1,7 +1,7 @@
[package]
name = "air-interpreter-data"
description = "Data format of the AIR interpreter"
version = "0.3.0"
version = "0.4.0"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"