-
Notifications
You must be signed in to change notification settings - Fork 351
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
Apply FeesTreasuryProportion to Substate-based txs tips and Ethereum-based transactions fees. #3043
Conversation
WASM runtime size check:Compared to target branchMoonbase runtime: 2264 KB (no changes) ✅ Moonbeam runtime: 2228 KB (no changes) ✅ Moonriver runtime: 2232 KB (no changes) ✅ Compared to latest release (runtime-3300)Moonbase runtime: 2264 KB (+236 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) |
Hi @TarekkMA, |
We still needs tests for it |
Coverage Report@@ Coverage Diff @@
## master tarekkma/fix-fee-treasury-propotion +/- ##
======================================================================
Coverage 79.00% 79.00% 0.00%
Files 305 305
+ Lines 88458 88470 +12
======================================================================
+ Hits 69878 69890 +12
Misses 18580 18580
|
test/suites/dev/moonbase/test-parameters/test-parameters-randomness.ts
Outdated
Show resolved
Hide resolved
test/suites/dev/moonbase/test-parameters/test-parameters-randomness.ts
Outdated
Show resolved
Hide resolved
…mness.ts Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>
…mness.ts Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>
What does it do?
Apply
FeesTreasuryProportion
to Substate-based txs tips, and Ethereum-based transactions fees.FeesTreasuryProportion
values.Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?