silius icon indicating copy to clipboard operation
silius copied to clipboard

Update bundler logic for user operation Nonce

Open octavei opened this issue 1 year ago • 2 comments

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 ?

octavei avatar Jul 18 '23 02:07 octavei

https://github.com/Vid201/aa-bundler/discussions/163#discussioncomment-6476055 @octavei Makes a very good point here. For some circumstances, users want to submit several userOps at a time. Current bundler could not handle a situation like this.

zsluedem avatar Jul 19 '23 10:07 zsluedem

Check: https://eips.ethereum.org/EIPS/eip-4337#semi-abstracted-nonce-support

Vid201 avatar Jul 24 '23 18:07 Vid201