Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Releases: spacemeshos/svm

v0.0.35

21 Jan 14:19
Compare
Choose a tag to compare
Fix path of mac zips

v0.0.34

21 Jan 14:01
Compare
Choose a tag to compare
Remove target from matrix

v0.0.32

21 Jan 11:19
Compare
Choose a tag to compare
mkdir -p

v0.0.31

13 Dec 14:13
6edb73d
Compare
Choose a tag to compare
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

06 Dec 11:02
63138f7
Compare
Choose a tag to compare
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

02 Dec 16:22
Compare
Choose a tag to compare
Replace RuntimePtr with *mut c_void

v0.0.28

02 Dec 16:12
Compare
Choose a tag to compare
Remove unused import

v0.0.26

02 Dec 15:57
Compare
Choose a tag to compare
Improve API initialization pattern

v0.0.25

29 Nov 10:56
Compare
Choose a tag to compare
Fix test

v0.0.24

24 Nov 15:14
bd487a7
Compare
Choose a tag to compare
Easily detect uncommitted changes to the SVM global state (#422)

* uncommitted changes detection

* Fix results and add doc test