-
Notifications
You must be signed in to change notification settings - Fork 75
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
Nonce too low #1791
Comments
I've received this error twice, both times using the thirdweb testnet json-rpc in metamask. The error message would appear in metamask and state the transaction had failed in the history, however when viewed on hashscan the transaction succeeded. e.g. |
@pathornteng thanks. If the flow is a low TPS scenario please let us know as that might suggest something else. |
@nubeasado I'm not sure if the issue you are noting is the same as here as you can see the nonces in your case differ. It seems the transaction provided has a nonce of 1 whiles the accounts nonce is 2. Occasionally we have seen Metamask act a bit weird, in which case an account activity and nonce reset usually helps. If you still see this try other relay options https://docs.hedera.com/hedera/core-concepts/smart-contracts/deploying-smart-contracts/json-rpc-relay |
@konstantinabl is this the same as 1803? |
Another governing council also reported the same problem. The following is message from them. I'm currently having unresolved issues with SmartContract execution on Hedera. The problem is that the 'Nonce too low' situation is not recovered as shown below.
|
Thanks @pathornteng |
Thank you @Nana-EC for the confirmation and workaround. |
I'll drop this just for information purposes. |
This fix is on previewnet already, closing the issue. |
Description
I received this error report and sometimes experience it myself from time to time, but I cannot come up with steps to reliably reproduce the problem. It’s worth keeping an eye on it. It might be caused by caching issue.
Steps to reproduce
The problem could happen when submitting a number of transactions through JSON RPC relay.
Additional context
No response
Hedera network
mainnet, testnet, previewnet
Version
v0.32.0
Operating system
None
The text was updated successfully, but these errors were encountered: