go-verkle
go-verkle copied to clipboard
condrieu: method handler crashed
Deploying AAVE v2 on Condrieu fails with the following problem:
ERROR[12-16|12:05:47.482] RPC method eth_estimateGas crashed: gas pool pushed above uint64
WARN [12-16|12:05:47.482] Served eth_estimateGas conn=[::1]:42714 reqid=825 duration=170.401096ms err="method handler crashed"
Looks like too much gas is being requested, which I assume is connected to an incorrect gas estimate. This error is often seen in the context of estimating gas.
pretty old and RPCs seem to work on the newer testnets, closing.