ethereum / execution-apis

Collection of APIs provided by Ethereum execution layer clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need test for `eth_call` which utilizes more parameters

lightclient opened this issue · comments

Right now the eth_call tests are extremely simple and don't really check most of the parameters for the method. It would be good to have more comprehensive coverage written into rpctestgen

Additional tests have been added in #513