mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-16 04:50:49 +00:00
The trace stores CID strings for call result values. These strings are to be resolved to real values with `InterpreterData::cid_store` map.
783 B
783 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[0.28.0] - 2022-12-21
- Update
avm-interface
version afterair-interpreter-interface
version bump.
[0.27.0] - 2022-11-22
Changed
- Move
current_peer_id
field/argument to theParticleParameters
. It is removed from bothAVMConfig
andAVMRunner::new
, but added toAVMRunner::call
/AVMRunner::call_tracing
. ParticleParameters
now has only single lifetime parameter- Update
avm-interface
version
[0.26.1] - 2022-09-13
Other
- Update all non-major Rust dependencies (#323)