This repository was archived by the owner on Oct 20, 2024. It is now read-only.
v0.3.0
Release notes
This release supports the latest ERC-4337 EntryPoint and includes updates to pass a new set of tests in the bundler specification test suites.
v0.3.0
is not recommended for mainnet use.
ERC-4337 contracts @6dea6d8
This version supports the EntryPoint deployed at eth-infinitism/account-abstraction@6dea6d8.
- EntryPoint address:
0x0F46c65C17AA6b4102046935F33301f0510B163A
Full coverage of RPC methods in the eth
namespace
This version adds the final method eth_getUserOperationByHash
to complete the list of required RPC methods as specified in the EIP:
eth_sendUserOperation
eth_estimateUserOperationGas
eth_getUserOperationByHash
eth_getUserOperationReceipt
eth_supportedEntryPoints
eth_chainId
What's Changed
- Update EntryPoint to eth-infinitism/account-abstraction@6dea6d8 by @hazim-j in #79
- Allow configurable max ops for unstaked sender by @hazim-j in #80
- Update tracer validation to account for storage struct by @hazim-j in #81
- Improve results for eth_estimateUserOperationGas by @hazim-j in #82
- Add RPC method for eth_getUserOperationByHash by @hazim-j in #83
- Add SELFDESTRUCT to banned opcodes by @hazim-j in #84
Full Changelog: v0.2.0...v0.3.0