Check Nonce
#163
Replies: 1 comment 3 replies
-
The nonce value should be checked in the simulation step which inside the entrypoint(0.6.0 version) contract layer(or wallet layer). It is not explicitly checked in the bundler layer. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Usually, we will check the nonce value in the transaction pool, which ensures normal transactions on our chain. Why in op, we don't do this kind of operation ?
Beta Was this translation helpful? Give feedback.
All reactions