coinbase / mesh-ethereum

Ethereum Mesh API Implementation
Apache License 2.0
102 stars 70 forks source link

update geth version in dockerfile #117

Closed xiaying-peng closed 2 years ago

xiaying-peng commented 2 years ago

Fixes # .

Motivation

The previous geth version is too old, and failed to get traces for any blocks after 65999.

Solution

This upgrade ensures all block traces working as expected

Open questions