Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@hazim-j hazim-j released this 15 Jan 09:31
· 134 commits to main since this release
79ab5e8

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

Full Changelog: v0.2.0...v0.3.0