etherspot / skandha

A modular typescript implementation of ERC4337 (Account Abstraction) bundler client.
https://etherspot.io
MIT License
561 stars 52 forks source link

[FEATURE] Handle `validUntil` and `validAfter` #72

Closed doublespending closed 1 year ago

doublespending commented 1 year ago

Currently, skandha does not handle validUntil and validAfter:

Official bundler has just handled them in this pr:

ch4r10t33r commented 1 year ago

Thanks for reporting this @doublespending. We are adding support for this and will let you know as soon as its available.