net-p2p/go-ethereum: update to 1.12.0
ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.12.0
- Geth now defaults to use Pebble as a backend if no existing database is found. If a previous LevelDB database exists Geth will keep using that, and if you must have LevelDB for some compatibility reasons, you can force it in Geth with the --db.engine=leveldb flag.
Other improvements:
- Add block overrides to eth_call
- Make batched state-test execution possible
Assorted bugfixes:
- Do not ignore null address while iterative dump
- Fix flatCallTracer crasher
- Prevent pebble shutdown-panic
- Make websocket use default "HTTP_PROXY" by default
- Make eth_estimateGas use latest block by default
- Add txHash field on txTraceResult
- Fix crash on querying finalized block
PR: 272022
Reported by: me@enriquefynn.com (maintainer)