7 Commits

Author SHA1 Message Date
Dror Tirosh
a1cab449a4 v0.6.0 2023-05-08 12:16:05 +03:00
Dror Tirosh
22166ee14b Update to contracts v0.5.0 (#61)
* update to contracts  v0.5.0
* update ep address
* fix ep test rules
2023-02-23 20:46:00 +02:00
Dror Tirosh
f582ff5736 v0.4.0 2022-12-27 18:21:12 +02:00
Dror Tirosh
0d290ce142 AA-71 use i account (#23)
use new IAccount interfaces from the account-abstraction/contracts
use the term "account" for the on-chain contract representing the account, and "wallet" for the client side software
2022-11-28 13:45:00 +02:00
Dror Tirosh
d5071dbfb2 API updates (#12)
* remove runtime 'hardhat' dependency

* paymaster API

added to provider's ClientConfig
- receive preVerificationGas

* removed chainId config param

* v0.2.1

* fix bundler errors

* added getUserOpReceipt

* runop (SimpleWalletAPI) : get "create2" address also afrter creation

* disable validate-chain test

* v0.2.3
2022-10-11 17:25:48 -05:00
Dror Tirosh
9b0c62d5a0 v0.2.0 (#10) 2022-10-05 21:18:52 +03:00
Alex Forshtat
a1d487478c AA-41: ERC-4337 Provider, Bundler Server and a Docker Image (#1)
* Initial commit with lerna AA-4337 provider, bundler and helper contract

* Initial CircleCI workflow

* Initial commit for eslint task

* Initial bundler class decomposition

* Initial migration to commander.js

* Transaction is sent by MethodHandler

* Get transaction receipt by requestID

* Create yarn script for Flows with Hardhat-node, Bundler as separate processes

* Add server-side error handling to avoid unreadable errors (still WIP)

* Add docker step

* Added docker-compose.yml file

* Enable depcheck task
2022-08-23 16:20:21 +02:00