alchemyplatform / rundler

An ERC-4337 Bundler in Rust
GNU Lesser General Public License v3.0
286 stars 43 forks source link

[pool] Emit event when UO initially ineligible when added to pool #859

Closed dancoombs closed 1 month ago

dancoombs commented 1 month ago

Describe the feature We want a record of the ineligibility to trace stuck UOs. Currently these are only logged when the eligibility changes on block boundaries, not when the UO is initially added as ineligible.

dancoombs commented 1 month ago

I think there is also a bug, we should only be ineligible if da_gas_tracing is enabled