-
Notifications
You must be signed in to change notification settings - Fork 5k
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
chainId larger than 0x3fffffff messes up transaction signature recovery #2777
Comments
Thanks for opening this issue! I will test and if required fix it asap. |
@Fang- @nivida I tested this and it seems to be a bug during the recovery ( |
@nivida what's your thinking here. Should we use |
Ganache nodes hit web3/web3.js#2777.
Ganache nodes hit web3/web3.js#2777.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions |
Can still reproduce on 1.2.9, fwiw. This is tagged as "2.x". Does that mean this won't be fixed in 1.x? |
@Fang- thanks for the update, I have adjusted the labels to make sure we also address this in |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment. |
Bumping as not stale, considering I haven't seen this referenced as fixed yet. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment. |
Ditto. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment. |
Description
The transactions still seem to send/work fine, but recovery gives incorrect results.
Expected behavior
Correct results from
recoverTransaction()
regardless of transactionchainId
.Actual behavior
Correct results from
recoverTransaction()
forchainId
s of0x3fffffff
and lower.Incorrect results from
recoverTransaction()
forchainId
s of0x40000000
and higher. (Ganache defaults to timestamp as chain ID and easily shoots past this.)Steps to reproduce the behavior
Versions
beta.54
The text was updated successfully, but these errors were encountered: