Files
Dror Tirosh 19918cda7c AA-161 validate Nonce in EntryPoint (#247)
* EntryPoint to manage Nonce

- NonceManager to handle 2d nonces
   - _validateAndUpdateNonce() called after validateUserOp
   - getNonce(sender, key)

- remove nonce checking from BaseAccount
- BaseAccount implements getNonce() using ep.getNonce
2023-04-09 18:31:09 +03:00
..