-
Notifications
You must be signed in to change notification settings - Fork 349
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
Conversation
WASM runtime size check:Compared to target branchMoonbase 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) |
There was a problem hiding this 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
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
|
Replaced the old test with a new one using xcmWeightTrader supported assets. Should be good to go now. |
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?