-
Notifications
You must be signed in to change notification settings - Fork 35
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 getSignInput bug for zero maxPriorityFeePerGas #228
base: main
Are you sure you want to change the base?
Fix getSignInput bug for zero maxPriorityFeePerGas #228
Conversation
Please fix commit message, we follow conventional commit messages, and check errors during build |
ec2fcf2
to
3952b49
Compare
Explicit zero value should not fallback to maxFeePerGas
3952b49
to
157620b
Compare
@petarTxFusion thx, done! |
@petarTxFusion It doesn't seem that failed tests are related, but maybe they are, can you check please? |
I will run them on the main branch so we can see |
Tests are passing on the main branch you can see it here. I will have to take a better look at your changes |
@petarTxFusion Thanks, great! Yes, please do. I added a test that should fail for current implementation |
Transaction constructor is also buggy, so: 1e8231e |
Explicit zero value should not fallback to maxFeePerGas
See zkSync-Community-Hub/zksync-developers#814
Please run the tests to verify, I haven't been able to run https://github.com/matter-labs/local-setup yet
More details in comment: zkSync-Community-Hub/zksync-developers#814 (comment)