Refactor EVM operations to module functions (#6056)

* Refactor EVM operations to module functions

* Bump impl version
This commit is contained in:
Wei Tang
2020-05-18 18:42:56 +02:00
committed by GitHub
parent 7536de97b1
commit cd0ffec1fe
2 changed files with 96 additions and 35 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 248,
impl_version: 1,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};