Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
[Companion] Get rid of HistoryDepth storage (#5996)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Ank4n and kianenigma authored Sep 21, 2022
1 parent afbc64e commit e2da6e5
Show file tree
Hide file tree
Showing 9 changed files with 238 additions and 276 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ check-runtime-migration:
else
echo "runtimemigration label not found. Skipping"
fi
allow_failure: true


check-no-default-features:
Expand Down
Loading

0 comments on commit e2da6e5

Please sign in to comment.