mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 08:07:58 +00:00
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:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user