Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

State trie migration rococo runtime changes. #6127

Merged
merged 15 commits into from
Nov 11, 2022
Prev Previous commit
Next Next commit
do not upgrade runtime version yet
  • Loading branch information
cheme committed Oct 12, 2022
commit 627f2ce5f78fb5f7cc60ea5fe98c0fb2a685b940
2 changes: 1 addition & 1 deletion runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rococo"),
impl_name: create_runtime_str!("parity-rococo-v2.0"),
authoring_version: 0,
spec_version: 9291,
spec_version: 9290,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
Expand Down