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

v0.0.31

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 14:13
· 7 commits to master since this release
6edb73d
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)