Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go-ethereum version to v1.10.8 #81

Merged
merged 5 commits into from
Aug 30, 2021
Merged

Conversation

nkuba
Copy link
Member

@nkuba nkuba commented Aug 30, 2021

This is a result of updating go-ethereum version to the latest v1.10.8.

➜  keep-common git:(main) ✗ go get github.com/ethereum/go-ethereum
go get: upgraded github.com/ethereum/go-ethereum v1.10.1 => v1.10.8
go get: upgraded github.com/olekukonko/tablewriter v0.0.2 => v0.0.5
go get: upgraded golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 => v0.0.0-20210322153248-0c34fe9e7dc2
go get: upgraded golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 => v0.0.0-20210220032951-036812b2e83c
go get: upgraded golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 => v0.0.0-20210220033141-f8bda1e9f3ba
go get: upgraded golang.org/x/tools v0.0.0-20200117012304-6edc0a871e69 => v0.1.0

To have the go build working we also had to update the go version to 1.16.

nkuba added 5 commits August 30, 2021 16:03
This is a result of updating go-ethereum version to the latest v1.10.8.

```
➜  keep-common git:(main) ✗ go get github.com/ethereum/go-ethereum
go get: upgraded github.com/ethereum/go-ethereum v1.10.1 => v1.10.8
go get: upgraded github.com/olekukonko/tablewriter v0.0.2 => v0.0.5
go get: upgraded golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 => v0.0.0-20210322153248-0c34fe9e7dc2
go get: upgraded golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 => v0.0.0-20210220032951-036812b2e83c
go get: upgraded golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 => v0.0.0-20210220033141-f8bda1e9f3ba
go get: upgraded golang.org/x/tools v0.0.0-20200117012304-6edc0a871e69 => v0.1.0
```
This is a result of `go mod tidy` execution.
As for go 1.16 the `GO111MODULE` is by default set to `on`.
SuggestGasTipCap was added to ethereum client in ethereum/go-ethereum@7a7abe3
We need to include it in client interface implementation we use in
tests.
@nkuba nkuba marked this pull request as ready for review August 30, 2021 15:31
@lukasz-zimnoch lukasz-zimnoch merged commit cecc0d5 into main Aug 30, 2021
@lukasz-zimnoch lukasz-zimnoch deleted the go-ethereum-1.10.8 branch August 30, 2021 15:38
@pdyraga pdyraga added this to the v1.6.0 milestone Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants