mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
bf8aee7f15
This PR is mostly a revertion of #357, that is needed to make stream work correctly in fold itrerations. Closes #363.
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
## 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):
|
|
- added a new state in data for a canon instruction result
|
|
|
|
## Version 0.2.2
|
|
|
|
[PR 169](https://github.com/fluencelabs/aquavm/pull/169):
|
|
- added a new field for tracking generations of private streams
|
|
|
|
## Version 0.2.1
|
|
|
|
[PR 130](https://github.com/fluencelabs/aquavm/pull/130):
|
|
- added a new field to track the latest exposed to a peer number of a call request
|
|
- `RequestSentBy` enum variant of `CallResult` contains a `Sender` enum to support call request scheme (this `Sender` will se/de into string, so this change won't require a hard fork)
|
|
|
|
## Version 0.2.0
|
|
|
|
[PR 74](https://github.com/fluencelabs/aquavm/pull/74) (hard fork):
|
|
- added a new state for the `ap` instruction
|
|
- added a new state for the `fold` instruction
|
|
- added a new field to track data version
|
|
- added a new field to track the maximum number of generation of each stream
|
|
- changed the serialization scheme of the `par` and `call` instructions in order to make it shorter in se view
|
|
|
|
## Version 0.1.0
|
|
|
|
The initial version of data with states for the `par` and `call` instruction was introduced.
|