-
Notifications
You must be signed in to change notification settings - Fork 82
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
Frequent nonce error #552
Comments
Thanks for the report @Younghoon-Lee Could you provide more details about what nonce changes you observed? For example a sequence of transactions with the corresponding observed and expected nonce values. |
Thanks for quick response @birchmd
And this is the result of the code >>>
However, if I control my nonce manually, it never gets nonce error.
|
That gets us closer to solving the ERR NONCE error. Looks to be an infrastructure problem. I'll notify the correct person that can help resolve this. |
@joshuajbouw |
you can try this as well
|
Hi
thanks for this beautiful engine in advance. I can see your great efforts.
To improve aurora network , I would like to raise one issue I am facing it at the moment.
I am testing on aurora testnet currently, and it seems there is something wrong with nonce tracking.
I faced a lot of
ERR_INCORRECT_NONCE
error messages, so I tracked it manually byweb3.eth.getTransactionCount
between each transactions.And it turned out that nonce was not following up correctly( time delay I guess) between each transaction. So I looked up
aurora-relayer
github repo and It seems aurora-engine, this repo, is more related to this issue I am facing.I apologize if I made wrong assumption due to lack of my engineering skill.
The text was updated successfully, but these errors were encountered: