This repository was archived by the owner on Oct 20, 2024. It is now read-only.
v0.1.1
Release notes
This patch release includes updates to the client sanity checks to comply with changes from eth-infinitism/account-abstraction#144
v0.1.1
is not recommended for mainnet use.
What's Changed
- Add dependabot by @hazim-j in #57
- Add CI pipeline for test and lint by @hazim-j in #64
- Refactor: Move sender sanity checks into separate file with tests by @hazim-j in #66
- Add validateInitCode to userOp checks by @hazim-j in #67
- Refactor: Move VerificationGas checks to own file with tests by @hazim-j in #68
- Update PaymasterAndData check to latest EIP changes by @hazim-j in #69
- Refactor: Move callGasLimit check to own file with test by @hazim-j in #70
- Refactor: Move gas fee check to own file with test by @hazim-j in #71
- Update Mempool to support multiple ops per Sender by @hazim-j in #72
- Add pending UserOps by same sender to context by @hazim-j in #73
- Add check to validate pending UserOps by @hazim-j in #74
Full Changelog: v0.1.0...v0.1.1