-
Notifications
You must be signed in to change notification settings - Fork 357
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
Fix local chain specs #3186
Fix local chain specs #3186
Conversation
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.
LGTM!
WASM runtime size check:Compared to target branchMoonbase runtime: 2416 KB (no changes) 🚨 Moonbeam runtime: 2408 KB (no changes) 🚨 Moonriver runtime: 2384 KB (no changes) ✅ Compared to latest release (runtime-3401)Moonbase runtime: 2416 KB (+384 KB compared to latest release) 🚨 Moonbeam runtime: 2408 KB (+396 KB compared to latest release) 🚨 Moonriver runtime: 2384 KB (+372 KB compared to latest release) |
Coverage Report@@ Coverage Diff @@
## master rq/fix-local-chain-specs +/- ##
============================================================
- Coverage 74.61% 74.52% -0.09%
Files 380 380
+ Lines 95983 96102 +119
============================================================
Hits 71611 71611
+ Misses 24372 24491 +119
|
What does it do?
Fixes the generation of local chain specs, broken in #3138