coinbase / mesh-geth-sdk

go-ethereum based sdk for Mesh API
https://docs.cdp.coinbase.com/mesh/docs/getting-started/
Apache License 2.0
28 stars 29 forks source link

Update go-ethereum's version to v1.13.14 #118

Closed songge-cb closed 8 months ago

songge-cb commented 8 months ago

Motivation

An issue was found on the calculated hash from header code. The hash value does not match the value on the network explorer. The root cause is the struct Header is defined in the dependency package go-ethereum and had new fields added. So we need to update the dependency.

Solution

Open questions