etherspot / skandha

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

feat: multiple executors #138

Closed 0xSulpiride closed 8 months ago

0xSulpiride commented 8 months ago

Description

Tested on Mumbai with 2 relayers and 2 userops at once https://mumbai.polygonscan.com/tx/0xced5180faa7ec629a37bfd2b008a8d139f0112ecb3e777694a3f0eb58ee557f0 https://mumbai.polygonscan.com/tx/0xe230ab3fde49e0348f5bdc34dfa72e3458ae052926510dfb90bd6b97783d69d4

When sent another userop and all relayers are busy: image

After some time, when one of the relayers is released: image

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Further comments (optional)

-