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 smoke tests for the EVM native assets #2955

Merged
merged 8 commits into from
Sep 23, 2024
Merged

Conversation

noandrea
Copy link
Collaborator

What does it do?

Fix the S12 smoke tests for foreign assets, by removing querying the access to the storage that has been removed in the native EVM foreign assets.

see: https://github.com/moonbeam-foundation/moonbeam/pull/2952/files#diff-59e32ab98930c781214cbb00f1682072999dd322f1220a8c34e80f3a07488d0c

What important points reviewers should know?

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?

What value does it bring to the blockchain users?

@noandrea noandrea added B0-silent Changes should not be mentioned in any release notes D2-notlive PR doesn't change runtime code (so can't be audited) labels Sep 17, 2024
@noandrea noandrea requested review from a team as code owners September 17, 2024 10:22
Copy link
Contributor

github-actions bot commented Sep 17, 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) ⚠️

librelois
librelois previously approved these changes Sep 17, 2024
Copy link
Collaborator

@librelois librelois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but we need a new consistency check for new xcmWeightTrader storage

Copy link
Contributor

github-actions bot commented Sep 17, 2024

Coverage Report

@@                    Coverage Diff                    @@
##           master   noandrea-smoke-s12-fix     +/-   ##
=========================================================
  Coverage   79.34%                   79.34%   0.00%     
  Files         298                      298             
  Lines       87113                    87113             
=========================================================
  Hits        69114                    69114             
  Misses      17999                    17999             
Files Changed Coverage

Coverage generated Thu Sep 19 15:14:03 UTC 2024

@pLabarta
Copy link
Contributor

Looks good, but we need a new consistency check for new xcmWeightTrader storage

Replaced the old test with a new one using xcmWeightTrader supported assets. Should be good to go now.

@noandrea noandrea merged commit 850be55 into master Sep 23, 2024
38 of 39 checks passed
@noandrea noandrea deleted the noandrea-smoke-s12-fix branch September 23, 2024 12:48
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants