Skip to content
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 unfairness on proof size check estimation #2946

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

ahmadkaouk
Copy link
Contributor

What does it do?

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?

@ahmadkaouk ahmadkaouk added B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes not-breaking Does not need to be mentioned in breaking changes labels Sep 12, 2024
Copy link
Contributor

github-actions bot commented Sep 12, 2024

WASM runtime size check:

Compared to target branch

Moonbase runtime: 2264 KB (no changes) ✅

Moonbeam runtime: 2240 KB (no changes) ✅

Moonriver runtime: 2240 KB (no changes) ✅

Compared to latest release (runtime-3200)

Moonbase runtime: 2264 KB (+304 KB compared to latest release) ⚠️

Moonbeam runtime: 2240 KB (+316 KB compared to latest release) ⚠️

Moonriver runtime: 2240 KB (+316 KB compared to latest release) ⚠️

@ahmadkaouk ahmadkaouk added D3-trivial PR contains trivial changes in a runtime directory that do not require an audit D5-nicetohaveaudit⚠️ PR contains trivial changes to logic that should be properly reviewed. and removed D3-trivial PR contains trivial changes in a runtime directory that do not require an audit labels Sep 13, 2024
librelois
librelois previously approved these changes Sep 13, 2024
@noandrea noandrea changed the title test: Add native transfer test fix unfairness on proof size check estimation Sep 30, 2024
@noandrea noandrea added the A8-mergeoncegreen Pull request is reviewed well. label Sep 30, 2024
Copy link
Contributor

github-actions bot commented Oct 2, 2024

Coverage Report

@@                        Coverage Diff                         @@
##           master   ahmad-evm-native-transfer-test      +/-   ##
==================================================================
+ Coverage   79.18%                           79.21%   +0.03%     
  Files         299                              299              
- Lines       87673                            87636      -37     
==================================================================
  Hits        69419                            69419              
- Misses      18254                            18217      -37     
Files Changed Coverage
/pallets/xcm-weight-trader/src/lib.rs 90.43% (+1.54%) 🔼
/precompiles/author-mapping/src/lib.rs 96.12% (+3.60%) 🔼
/precompiles/conviction-voting/src/lib.rs 91.28% (+0.83%) 🔼
/precompiles/crowdloan-rewards/src/lib.rs 92.96% (+3.77%) 🔼
/precompiles/gmp/src/lib.rs 16.02% (+0.15%) 🔼
/precompiles/parachain-staking/src/lib.rs 98.48% (+0.89%) 🔼
/precompiles/referenda/src/lib.rs 43.67% (+0.11%) 🔼
/primitives/xcm/src/filter_asset_max_fee.rs 38.46% (+2.75%) 🔼

Coverage generated Wed Oct 2 16:19:15 UTC 2024

@gonzamontiel gonzamontiel marked this pull request as ready for review October 3, 2024 09:43
Cargo.lock Outdated Show resolved Hide resolved
Copy link
Contributor

@RomarQ RomarQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should revert the Cargo.lock changes. This PR should only update frontier and moonkit dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A8-mergeoncegreen Pull request is reviewed well. B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes D5-nicetohaveaudit⚠️ PR contains trivial changes to logic that should be properly reviewed. not-breaking Does not need to be mentioned in breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants