This repository was archived by the owner on Oct 20, 2024. It is now read-only.
v0.6.1
Release notes
This patch release includes an optimisation to reject userOps that are close to expiring. Prior to this, userOps would get silently dropped from the mempool. By explicitly rejecting almost expired userOps, clients can receive the appropriate feedback right away.
What's Changed
- Reject userOps within 30 seconds of expiring by @hazim-j in #175
- Remove call to Arbitrum gas helper contract by @hazim-j in #176
Full Changelog: v0.6.0...v0.6.1