This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
Releases: spacemeshos/svm
Releases · spacemeshos/svm
v0.0.35
v0.0.34
Remove target from matrix
v0.0.32
mkdir -p
v0.0.31
Runtime refactoring (#435) * Runtime - extracting code to `load_template` * Runtime#spawn uses `create_account` * Adding `GasTank` * Using the term `gas_limit` only in the context of the `Envelope` * Fixed a couple of tests * GasTank#unwrap * Returning back test assertions * cargo doc fix * Runtime#create_genesis_account (changes requested during PR review)
v0.0.30
Improve C API initialization patterns (#432) * Improve API initialization pattern * Hack to fix cbindgen bug * Remove unused import * Replace RuntimePtr with *mut c_void
v0.0.29
Replace RuntimePtr with *mut c_void
v0.0.28
Remove unused import
v0.0.26
Improve API initialization pattern
v0.0.25
Fix test
v0.0.24
Easily detect uncommitted changes to the SVM global state (#422) * uncommitted changes detection * Fix results and add doc test