This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
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)