### What was wrong? As of geth 1.12.1, `estimate_gas` allows a `state_override` argument. ### How can it be fixed? Allow `eth.estimate_gas` to take the `state_override` param. Can follow the existing `eth.call` implementation.