srml-contract: Validate that modules do not declare oversized tables. (#2969)

* srml-contract: Validate that modules do not declare oversized tables.

* Bump node runtime spec/impl versions.
This commit is contained in:
Jim Posen
2019-07-02 20:07:00 +02:00
committed by Gavin Wood
parent 6acef99561
commit 24aa882ebc
3 changed files with 69 additions and 2 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// Per convention: if the runtime behavior changes, increment spec_version and set impl_version
// to equal spec_version. If only runtime implementation changes and behavior does not, then
// leave spec_version as is and increment impl_version.
spec_version: 101,
impl_version: 101,
spec_version: 102,
impl_version: 102,
apis: RUNTIME_API_VERSIONS,
};