Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update chopsticks and upgradeRestrictionSignal check #2985

Merged
merged 3 commits into from
Oct 3, 2024

Conversation

RomarQ
Copy link
Contributor

@RomarQ RomarQ commented Sep 30, 2024

What does it do?

This PR fixes a false positive test error when moonbeam and moonriver runtimes get upgraded and the relay chain sends a upgrade restriction signal, disallowing future upgrades for a given cooldown. The test overrides the relay chain state by pass the upgrade restriction signal since it is does not apply to what is being tested.

@RomarQ RomarQ self-assigned this Sep 30, 2024
@RomarQ RomarQ added B0-silent Changes should not be mentioned in any release notes I4-tests 🎯 Tests need fixing, improving or augmenting. D2-notlive PR doesn't change runtime code (so can't be audited) labels Sep 30, 2024
Copy link
Contributor

github-actions bot commented Sep 30, 2024

WASM runtime size check:

Compared to target branch

Moonbase runtime: 2196 KB (no changes) ✅

Moonbeam runtime: 2140 KB (no changes) ✅

Moonriver runtime: 2132 KB (no changes) ✅

Compared to latest release (runtime-3200)

Moonbase runtime: 2196 KB (+236 KB compared to latest release) ⚠️

Moonbeam runtime: 2140 KB (+216 KB compared to latest release) ⚠️

Moonriver runtime: 2132 KB (+208 KB compared to latest release) ⚠️

Copy link
Contributor

github-actions bot commented Sep 30, 2024

Coverage Report

@@                  Coverage Diff                   @@
##           master   rq/bump-chopsticks      +/-   ##
======================================================
- Coverage   79.23%               79.18%   -0.05%     
  Files         299                  299              
- Lines       87602                87226     -376     
======================================================
- Hits        69405                69065     -340     
- Misses      18197                18161      -36     
Files Changed Coverage
/pallets/moonbeam-lazy-migrations/src/lib.rs 92.31% (+8.77%) 🔼
/pallets/moonbeam-lazy-migrations/src/tests.rs 100.00% (+0.45%) 🔼
/runtime/common/src/migrations.rs 72.20% (-0.13%) 🔽

Coverage generated Tue Oct 1 18:12:35 UTC 2024

@RomarQ RomarQ marked this pull request as ready for review October 1, 2024 20:12
@RomarQ RomarQ requested a review from pLabarta October 1, 2024 20:13
@pLabarta pLabarta merged commit 4bd16bf into master Oct 3, 2024
43 checks passed
@pLabarta pLabarta deleted the rq/bump-chopsticks branch October 3, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B0-silent Changes should not be mentioned in any release notes D2-notlive PR doesn't change runtime code (so can't be audited) I4-tests 🎯 Tests need fixing, improving or augmenting.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants