-
Notifications
You must be signed in to change notification settings - Fork 337
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
Divide ref time XCM fees by four #2929
Conversation
WASM runtime size check:Compared to target branchMoonbase runtime: 2180 KB (no changes) ✅ Moonbeam runtime: 2120 KB (no changes) ✅ Moonriver runtime: 2116 KB (no changes) ✅ Compared to latest release (runtime-3101)Moonbase runtime: 2180 KB (+2180 KB compared to latest release) Moonbeam runtime: 2120 KB (+144 KB compared to latest release) Moonriver runtime: 2116 KB (+2116 KB compared to latest release) |
Coverage Report@@ Coverage Diff @@
## master elois-divide-xcm-cost-by-2 +/- ##
=============================================================
Coverage 80.92% 80.92% 0.00%
Files 286 286
+ Lines 81804 81813 +9
=============================================================
+ Hits 66196 66205 +9
Misses 15608 15608
|
Changes to |
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.
Tests changes LGTM
* divide by 2 xcm fees * divide by 4 xcm fees * try to fix rust tests * fix dev tests including the hardcoded constant * fix remaining constant in xcm dev test * update expected values to ~/4 the previous ones --------- Co-authored-by: Pablo Labarta <[email protected]>
What does it do?
Since we have 4 times more cpu time per block, we need to divide as well the xcm fees constant that account for cpu time
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?