-
Notifications
You must be signed in to change notification settings - Fork 6
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
R4R: metatx bugfix #83
Conversation
Signed-off-by: pandainzoo <gary.zhu@mantle.xyz>
Signed-off-by: pandainzoo <gary.zhu@mantle.xyz>
Signed-off-by: pandainzoo <gary.zhu@mantle.xyz>
Signed-off-by: pandainzoo <gary.zhu@mantle.xyz>
Signed-off-by: pandainzoo <gary.zhu@mantle.xyz>
Signed-off-by: pandainzoo <gary.zhu@mantle.xyz>
Signed-off-by: pandainzoo <gary.zhu@mantle.xyz>
Signed-off-by: pandainzoo <gary.zhu@mantle.xyz>
The merge-base changed after approval.
BaseFeeTime: u64Ptr(0), | ||
BVMETHMintUpgradeTime: u64Ptr(0), | ||
MetaTxV2UpgradeTime: u64Ptr(0), | ||
MetaTxV3UpgradeTime: u64Ptr(1717689600), |
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.
Is this timestamp suitable for QA3 network?
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.
yes, the upgrade of QA3 has been completed
BaseFeeTime: u64Ptr(0), | ||
BVMETHMintUpgradeTime: u64Ptr(0), | ||
MetaTxV2UpgradeTime: u64Ptr(0), | ||
MetaTxV3UpgradeTime: u64Ptr(1716962400), |
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.
ditto
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.
this is QA9, already upgrade
No other comment. |
The merge-base changed after approval.
Core changes:
1. ensure sponsor doesn't equal to tx sender
2. fix metatx estimateGas
3. fix metatx gas undercharge
4. optimize tx estimateGas check