kkrt-labs / kakarot-rpc

Kakarot ZK EVM Ethereum RPC adapter
MIT License
136 stars 101 forks source link

dev: trace eth_call calls and identify bottlenecks #1523

Open ClementWalter opened 2 weeks ago

ClementWalter commented 2 weeks ago

Describe the enhancement request

eth_call currently takes a minimum of 3s all together.

Trace calls to investigate where the time is past.

ooochoche commented 2 weeks ago

@ClementWalter is this open for contribution?