You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
I’ve noticed that when I send a transaction to the Sequencer there is always a slight delay updating the pending nonce. For example, if I send a transaction with nonce 50 successfully and then make a call for the pending nonce, the returned value will be 50 instead of 51, and will be updated after 1-2 seconds. I’ve tested with different RPCs. On other chains it seems to work as expected.
Steps to Reproduce
I tried your public URL: https://sepolia.optimism.io/ and the same thing happened. Here is a snippet of the logs:
As you can see the first transaction uses the pending nonce (804), as it should, and then within 1s I send 4 more transactions and fetch the pending nonce again. Even though the transactions were successful and the nonce should have increased, when I fetch the pending nonce I still get the old value. This resolves after 1-2 seconds.
Expected behavior
Nonce updates as soon as transaction hits local mempool of replica
Additional context
Issue escalated by a partner team
⚠️Notice: Issues that do not include the following sections will be subject to closure:
Bug Description
Steps to Reproduce
Environment Information
Please ensure all required sections are filled out accurately to expedite the debugging process and improve issue resolution efficiency.
The text was updated successfully, but these errors were encountered:
Bug Description
I’ve noticed that when I send a transaction to the Sequencer there is always a slight delay updating the pending nonce. For example, if I send a transaction with nonce 50 successfully and then make a call for the pending nonce, the returned value will be 50 instead of 51, and will be updated after 1-2 seconds. I’ve tested with different RPCs. On other chains it seems to work as expected.
Steps to Reproduce
I tried your public URL: https://sepolia.optimism.io/ and the same thing happened. Here is a snippet of the logs:
As you can see the first transaction uses the pending nonce (804), as it should, and then within 1s I send 4 more transactions and fetch the pending nonce again. Even though the transactions were successful and the nonce should have increased, when I fetch the pending nonce I still get the old value. This resolves after 1-2 seconds.
Expected behavior
Nonce updates as soon as transaction hits local mempool of replica
Additional context
Issue escalated by a partner team
Please ensure all required sections are filled out accurately to expedite the debugging process and improve issue resolution efficiency.
The text was updated successfully, but these errors were encountered: