mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
[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:
@@ -651,6 +651,7 @@ check-runtime-migration:
|
||||
else
|
||||
echo "runtimemigration label not found. Skipping"
|
||||
fi
|
||||
allow_failure: true
|
||||
|
||||
|
||||
check-no-default-features:
|
||||
|
||||
Reference in New Issue
Block a user