Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Return Ethereum Hash for sendRawTransaction that do not fail precheck #75

Closed
possible-panther opened this issue May 20, 2022 · 0 comments · Fixed by #106
Closed

Return Ethereum Hash for sendRawTransaction that do not fail precheck #75

possible-panther opened this issue May 20, 2022 · 0 comments · Fixed by #106
Assignees
Labels
enhancement New feature or request P1
Milestone

Comments

@possible-panther
Copy link
Contributor

possible-panther commented May 20, 2022

Problem

Metamask is not properly incrementing the nonce value because an error is being thrown inside of the relay in certain scenarios when sendRawTransaction fails.

Solution

Calculate the Ethereum Hash from the transaction bytes and return it unless the transaction failed precheck.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request P1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants