etherspot / skandha

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

[FEATURE] Skandha needs to capture TTP metrics #126

Closed ch4r10t33r closed 5 months ago

ch4r10t33r commented 7 months ago

Is your feature request related to a problem? Please describe. Presently skandha doesn't capture time-to-process (TTP) metrics for each UserOp submitted to it.

Describe the solution you'd like Skandha will need to capture TTP metrics i.e the time taken between a UserOp being submitted to the RPC endpoint to the time it is relayed to the blockchain and the time that the UserOp is processed on-chain.

0xSulpiride commented 5 months ago

https://github.com/etherspot/skandha/pull/150