mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 14:01:06 +00:00
Offences Migration v1: Removes ReportsByKindIndex (#7114)
* Companion for substrate
* Adds kusama migration
* update lockfile for {"substrate"}
* Temp allow try-runtime to fail
... until https://github.com/paritytech/substrate/issues/14006 is done.
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: parity-processbot <>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
@@ -87,6 +87,7 @@ check-runtime-migration-polkadot:
|
||||
- .check-runtime-migration
|
||||
variables:
|
||||
NETWORK: "polkadot"
|
||||
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/14006
|
||||
|
||||
check-runtime-migration-kusama:
|
||||
stage: check
|
||||
@@ -97,6 +98,7 @@ check-runtime-migration-kusama:
|
||||
- .check-runtime-migration
|
||||
variables:
|
||||
NETWORK: "kusama"
|
||||
allow_failure: true
|
||||
|
||||
check-runtime-migration-westend:
|
||||
stage: check
|
||||
@@ -107,7 +109,7 @@ check-runtime-migration-westend:
|
||||
- .check-runtime-migration
|
||||
variables:
|
||||
NETWORK: "westend"
|
||||
allow_failure: true
|
||||
allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/14006
|
||||
|
||||
# is broken, need to fix
|
||||
check-no-default-features:
|
||||
|
||||
Reference in New Issue
Block a user