Contract import/export validation (#2203)

* Reject validation of contract with unknown exports

* Validate imports eagerly

* Increment spec version
This commit is contained in:
Andrew Jones
2019-04-06 12:23:56 +01:00
committed by Sergei Pepyakin
parent decddaab0f
commit 03f3fb1442
2 changed files with 71 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 57,
spec_version: 58,
impl_version: 59,
apis: RUNTIME_API_VERSIONS,
};