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
Merge branch 'master' into migrate_rococo
  • Loading branch information
cheme committed Oct 25, 2022
commit f4a219391670c4405a2b57f2e9bfc74da5e97ca6
2 changes: 1 addition & 1 deletion runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]],
transaction_version: 13,
transaction_version: 15,
state_version: 1,
};

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.