-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add support for pallet-xcm precompile in frontier template #564
Conversation
Coverage Report@@ Coverage Diff @@
## master agustin-add-pallet-xcm-precompile +/- ##
=====================================================================
- Coverage 69.64% 69.53% -0.11%
+ Files 224 225 +1
+ Lines 39602 39691 +89
=====================================================================
+ Hits 27580 27597 +17
+ Misses 12022 12094 +72
|
…in-add-pallet-xcm-precompile
I tested the migration against the Before the upgrade (using runtime 600):No code stored for pallet-xcm precompile address ( After the upgrade (using runtime 700):Dummy code added successfully for address |
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.
Approved but dont merge before 1.11.0
What does it do?
Adds the pallet-xcm precompile from Moonkit (built in Moonsong-Labs/moonkit#35) to the frontier-template runtime.