Runtime version bump to v503 (#694)

This commit is contained in:
Chevdor
2021-10-22 17:21:11 +02:00
committed by GitHub
parent 6c6d7a0961
commit a0e7189f45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("statemine"),
impl_name: create_runtime_str!("statemine"),
authoring_version: 1,
spec_version: 500,
spec_version: 503,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
+1 -1
View File
@@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westmint"),
impl_name: create_runtime_str!("westmint"),
authoring_version: 1,
spec_version: 500,
spec_version: 503,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,