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

Bump up go and go-ethereum version #101

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

cryptoriver
Copy link
Contributor

@cryptoriver cryptoriver commented Sep 21, 2023

Motivation

  1. bump up go-ethereum version from 1.10 to 1.12. The reason is because some rosetta nodes (e.g avalanche rosetta) are using more recent version and in order to use this SDK in these rosetta nodes, we need to bring it up to date as well.
  2. bump up go version from 1.16 to 1.19 and made relevant required code change. The reason is following the go-ethereum update, the old go version is no longer working as there's compile errors.
  3. Also fixed some lint error seeing in git action.

One add-on benefit of this update is that it can support Cancun upgrade (the latest signer is the Cancun signer) using 1.12.

Solution

Bump up the version and update relevant code as there's a minor broken change.

Also need to update one unit test.

Tests

  • unit tests.

Note: Rosetta node that is dependent on this SDK and wants to take this new version will need to take care of the regression tests and any needed code change.

Open questions

N/A

@cryptoriver cryptoriver changed the title Bump up go-ethereum version Bump up go-ethereum version to 1.12.0 Sep 21, 2023
@cryptoriver cryptoriver changed the title Bump up go-ethereum version to 1.12.0 Bump up go and go-ethereum version Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant