-
Notifications
You must be signed in to change notification settings - Fork 358
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
feat(gov): normalize FastGeneralAdmin track origin for creating new foreign assets #3159
Conversation
WASM runtime size check:Compared to target branchMoonbase runtime: 2420 KB (no changes) 🚨 Moonbeam runtime: 2404 KB (no changes) 🚨 Moonriver runtime: 2392 KB (-8 KB) ✅ Compared to latest release (runtime-3401)Moonbase runtime: 2420 KB (+388 KB compared to latest release) 🚨 Moonbeam runtime: 2404 KB (+392 KB compared to latest release) 🚨 Moonriver runtime: 2392 KB (+380 KB compared to latest release) |
Coverage Report@@ Coverage Diff @@
## master rq/update-pallet_xcm_weight_trader-origin +/- ##
============================================================================
Coverage 74.59% 74.59% 0.00%
Files 380 380
Lines 96029 96029
============================================================================
Hits 71632 71632
Misses 24397 24397
|
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
cf29013
LGTM |
What does it do?
Updates EVMForeignAsset and XcmTrader to require the same track origin when creating a new foreign asset.
Now,
GeneralAdmin
track can be used whenFastGeneralAdmin
is allowed.