zerodevapp / kernel

https://docs.zerodev.app/
MIT License
178 stars 63 forks source link

✨ Introduce a new Ecdsa Validator, using EIP-712 as signature #55

Closed KONFeature closed 10 months ago

KONFeature commented 10 months ago

Adding ECDSATypedValidator.sol, based on the initial ECDSAValidator.sol, with a few diff:

A nonce system can be added for security, but I don't rly see the point knowing that the entryPoint already perform a nonce verification.