* Companion to enabling past session slashing on production.

* update lockfile for {"substrate", "polkadot"}

---------

Co-authored-by: eskimor <eskimor@no-such-url.com>
Co-authored-by: parity-processbot <>
This commit is contained in:
eskimor
2023-06-12 13:58:37 +02:00
committed by GitHub
parent d86d676ce8
commit f27d4b5bfe
4 changed files with 274 additions and 277 deletions
@@ -36,7 +36,7 @@ decl_test_relay_chains! {
Sudo: westend_runtime::Sudo,
}
},
#[api_version(4)]
#[api_version(5)]
pub struct Polkadot {
genesis = polkadot::genesis(),
on_init = (),
@@ -55,7 +55,7 @@ decl_test_relay_chains! {
XcmPallet: polkadot_runtime::XcmPallet,
}
},
#[api_version(4)]
#[api_version(5)]
pub struct Kusama {
genesis = kusama::genesis(),
on_init = (),