-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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(Validium): Fix broken integration test #1270
fix(Validium): Fix broken integration test #1270
Conversation
…-labs/zksync-era into fix-effective-gas-price-calculation
I dove deeper into this, I think this fix could not necessarily be correct even if it makes the test pass. For Validium we're setting With the above context, now focusing on the test itself, after discarding that this is exclusively a Legacy Tx issue (comment the line that overrides the type and run the test to see this), I concluded that there's an incompatibility between the Do you have any idea of what could be happening here? Should we ignore this test in Validium? @popzxc @perekopskiy @StanislavBreadless |
@ilitteri The reason for that is since My recommendation would be probably to remove the multiplier from the |
… with legacy txs" This reverts commit 8525ce9.
…ion is less than or equal to the expected gas price
Thanks for the explanation! We've proceeded on updating the test so the expected |
b840979
into
matter-labs:feat_validium_pubdata_abstraction
Related to: #107
To be correctly compatible with legacy transactions, the effective gas calculation should change and follow the specification in:
https://eips.ethereum.org/EIPS/eip-1559
What ❔
Why ❔
Checklist
zk fmt
andzk lint
.zk spellcheck
.zk linkcheck
.