This repository was archived by the owner on Oct 20, 2024. It is now read-only.
v0.2.0
Release notes
This release supports the latest ERC-4337 contracts at v0.4.0 and includes fixes to pass the initial bundler test suite.
v0.2.0
is not recommended for mainnet use.
ERC-4337 contracts v0.4.0
This version supports the EntryPoint deployed at eth-infinitism/account-abstraction@6aeb396. See release notes here.
- EntryPoint address:
0x1306b01bC3e4AD202612D3843387e94737673F53
Bundler test suite
A bundler test suite was recently released which allows implementations to verify its level of EIP-4337 compliance. This version passes all initial test cases.
The test suite itself is still a W.I.P. Subsequent updates to stackup-bundler will include increasing compliance coverage based on new test cases.
What's Changed
- Update EntryPoint to eth-infinitism/account-abstraction@v0.4.0 by @hazim-j in #75
- Validate entity storage access by @hazim-j in #76
- Fix failing bundler spec tests by @hazim-j in #77
Full Changelog: v0.1.1...v0.2.0