bump versions to 0.9.25 (#5684)

* kusama: bump spec_version to 9250

* polkadot: bump spec_version to 9250

* rococo: bump spec_version to 9250

* westend: bump spec_version to 9250

* bump version to 0.9.25

* bump transaction version (polkadot & kusama) (#5690)

* kusama: bump transaction_version to 12

* polkadot: bump transaction_version to 13
This commit is contained in:
Mara Robin B
2022-06-21 15:02:04 +02:00
committed by GitHub
parent 8ef2b701c1
commit 97f9b840e4
89 changed files with 173 additions and 173 deletions
+2 -2
View File
@@ -116,13 +116,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 9230,
spec_version: 9250,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]],
transaction_version: 11,
transaction_version: 12,
state_version: 0,
};