chainflip-io / chainflip-backend

The Chainflip backend repo, including the Chainflip Node and CFE.
50 stars 14 forks source link

fix: pallet versions should match release + bump old dylib version to 1.5.1 #5142

Closed kylezs closed 2 months ago

kylezs commented 2 months ago

Pull Request

Checklist

Please conduct a thorough self-review before opening the PR.

Summary

Release 1.5.1 has ingress-egress pallet at version 12, so the upgrade was failing, since the storage on-chain was 12, and the one in the new runtime was 11 which is lower.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71%. Comparing base (8f10dc3) to head (53dc1cf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5142 +/- ## ====================================== - Coverage 71% 71% -0% ====================================== Files 460 460 Lines 81651 81507 -144 Branches 81651 81507 -144 ====================================== - Hits 58166 57963 -203 - Misses 20390 20443 +53 - Partials 3095 3101 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.