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.
- Updated Casper crates to latest version.
- Updated Casper crates to latest version.
- Updated Casper crates to latest version.
emit_bytesinterface.
- Updated casper crates to
3.0.0.
- Updated casper crates to
2.0.0.
- Added
ces_versionnamed key to refer to the version of the CES in use.
CLType::Anyis not supported anymore. All parts of an event need to benon-AnyCLValues. The check happens at the runtime into_bytes()function.Anycauses problems to parse events in a generic way because of the lack of a length indicator.
serdefeature. It is disabled by default.emitandinithas now#[cfg(not(target_arch = "wasm32"))]implementations that panic when used. It is mostly for the easy of development.
casper-event-standardandcasper-event-standard-macrocrate.