[Companion] Get rid of HistoryDepth storage (#5996)

* remove history depth from storage and add it as config for pallet staking

* add migration to v11 for staking pallet

* revert local substrate dependency patch

* remove history depth from storage and add it as config for pallet staking

* add migration to v11 for staking pallet

* revert local substrate dependency patch

* update substrate dependencies

* update cargo lock

* update to latest substrate

* revert all changes to Cargo.lock

* cargo update -p sp-io

* mark migration job as failable

Co-authored-by: kianenigma <kian@parity.io>
This commit is contained in:
Ankan
2022-09-21 17:24:14 +02:00
committed by GitHub
parent 937c4e76ae
commit 8d8616d656
9 changed files with 238 additions and 276 deletions
+1
View File
@@ -651,6 +651,7 @@ check-runtime-migration:
else
echo "runtimemigration label not found. Skipping"
fi
allow_failure: true
check-no-default-features: