Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixes wrong runtime import with native flags #3041

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Conversation

crystalin
Copy link
Collaborator

Fixes inconsistent import/use of wrong runtime.

This should fix the follow aliases:
cargo moonbase
cargo moonriver
cargo moonbeam

There are still some warnings to investigate

@crystalin crystalin changed the title Fixes wrong runtime with native flags Fixes wrong runtime import with native flags Nov 11, 2024
Copy link
Contributor

WASM runtime size check:

Compared to target branch

Moonbase runtime: 2260 KB (no changes) ✅

Moonbeam runtime: 2228 KB (no changes) ✅

Moonriver runtime: 2232 KB (no changes) ✅

Compared to latest release (runtime-3300)

Moonbase runtime: 2260 KB (+232 KB compared to latest release) ⚠️

Moonbeam runtime: 2228 KB (+232 KB compared to latest release) ⚠️

Moonriver runtime: 2232 KB (+240 KB compared to latest release) ⚠️

@RomarQ RomarQ added D2-notlive PR doesn't change runtime code (so can't be audited) not-breaking Does not need to be mentioned in breaking changes B5-clientnoteworthy Changes should be mentioned in any downstream projects' release notes labels Nov 11, 2024
Copy link
Contributor

Coverage Report

@@                  Coverage Diff                   @@
##           master   crystalin-fix-flags     +/-   ##
======================================================
  Coverage   79.00%                79.00%   0.00%     
  Files         305                   305             
  Lines       88458                 88458             
======================================================
  Hits        69878                 69878             
  Misses      18580                 18580             
Files Changed Coverage

Coverage generated Mon Nov 11 21:42:43 UTC 2024

@RomarQ RomarQ merged commit 76e746f into master Nov 11, 2024
44 of 50 checks passed
@RomarQ RomarQ deleted the crystalin-fix-flags branch November 11, 2024 21:57
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
B5-clientnoteworthy Changes should be mentioned in any downstream projects' release notes D2-notlive PR doesn't change runtime code (so can't be audited) not-breaking Does not need to be mentioned in breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants