aquavm/avm/server/CHANGELOG.md
Ivan Boldyrev 0226c062f8
feat!(execution-engine): Store call executed values as CIDs in the data (#401)
The trace stores CID strings for call result values.  These strings are to be resolved to real values with `InterpreterData::cid_store` map.
2022-12-26 15:45:14 +07:00

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 after air-interpreter-interface version bump.

[0.27.0] - 2022-11-22

Changed

  • Move current_peer_id field/argument to the ParticleParameters. It is removed from both AVMConfig and AVMRunner::new, but added to AVMRunner::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)