Companion for substrate#9732 (#4104)

* merge master (do not compile)

* fix

* lock

* update lock

* Update to refactoring.

* runtime version

* fmt

* remove trie patch

* remove patch

* No layout alias for bridge proof.

* update depupdate depss

* No switch until migration.

* master lock

* test

* test

* Revert "test"

This reverts commit 57325ef73332bf4b054aa4a667bb716fcf8a0d89.

* Revert "test"

This reverts commit ce74d0e2062806f72c0e9e9ca07b14165f43521e.

* rename feature

* state version as parameter, use the feature only on runtimes.

* update

* update to state version in runtime

* state version from storage

* update lockfile for substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
cheme
2021-12-24 10:27:35 +01:00
committed by GitHub
parent 0349595894
commit 48dc675047
17 changed files with 208 additions and 193 deletions
+1 -1
View File
@@ -270,4 +270,4 @@ disable-runtime-api = []
on-chain-release-build = [
"sp-api/disable-logging",
]
runtime-metrics = ["runtime-parachains/runtime-metrics", "sp-io/with-tracing"]
runtime-metrics = ["runtime-parachains/runtime-metrics", "sp-io/with-tracing"]
+1
View File
@@ -125,6 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
#[cfg(feature = "disable-runtime-api")]
apis: version::create_apis_vec![[]],
transaction_version: 8,
state_version: 0,
};
/// The BABE epoch configuration at genesis.