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.
emit_bytes
interface.
- Updated casper crates to
3.0.0
.
- Updated casper crates to
2.0.0
.
- Added
ces_version
named key to refer to the version of the CES in use.
CLType::Any
is not supported anymore. All parts of an event need to benon-Any
CLValue
s. The check happens at the runtime into_bytes()
function.Any
causes problems to parse events in a generic way because of the lack of a length indicator.
serde
feature. It is disabled by default.emit
andinit
has now#[cfg(not(target_arch = "wasm32"))]
implementations that panic when used. It is mostly for the easy of development.
casper-event-standard
andcasper-event-standard-macro
crate.