etherspot / skandha

A modular typescript implementation of ERC4337 (Account Abstraction) bundler client.
https://etherspot.io
MIT License
571 stars 58 forks source link

Method eth_call is not supported #27

Closed willpiam closed 1 year ago

willpiam commented 1 year ago

Skandha seems to only support RPC calls directly related to ERC4337

ch4r10t33r commented 1 year ago

Thanks for reporting the issue @willpiam . Although, eth_call is not part of the bundler specification. It does make sense for the bundler to create a wrapper to the underlying execution layer RPC node. This will ensure that all bundlers can work with UserOps.js. We shall be adding support for this and let you know when its available.

willpiam commented 1 year ago

Great! Thank you!

ch4r10t33r commented 1 year ago

Fixed in release: https://github.com/etherspot/skandha/releases/tag/0.0.3