sync versions with release branch (0.9.37) (#6556)

* sync version to current release (0.9.37)

* sync spec_version with current release (9370)

* sync transaction_version with current release (9370)
This commit is contained in:
Mara Robin B
2023-01-20 09:21:07 +01:00
committed by GitHub
parent c70834aa8d
commit 7a09c3f6a2
6 changed files with 92 additions and 92 deletions
+2 -2
View File
@@ -126,13 +126,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 9330,
spec_version: 9370,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]],
transaction_version: 16,
transaction_version: 19,
state_version: 0,
};