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

adapt to teleporter v1.0.3 #373

Merged
merged 6 commits into from
Jul 19, 2024
Merged

adapt to teleporter v1.0.3 #373

merged 6 commits into from
Jul 19, 2024

Commits on Jul 19, 2024

  1. adapt to teleporter v1.0.2

    feuGeneA committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    64b0de8 View commit details
    Browse the repository at this point in the history
  2. hack versions.sh to hardcode subnet-evm's branch

    because the go.mod version string is assumed to be a github ref, eg to be
    checked out during CI's e2e workflow, but currently we're using a reference
    that was created by using `go get` with a branch name, which resolves to a
    pseudo version in the go.mod file, which doesn't refer to any git ref in the
    subnet-evm repo.
    feuGeneA committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7040026 View commit details
    Browse the repository at this point in the history
  3. adapt to teleporter v1.0.3

    feuGeneA committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1d0c408 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b09832 View commit details
    Browse the repository at this point in the history
  5. rm TODO

    addresses review comment #373 (comment)
    feuGeneA committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e0794af View commit details
    Browse the repository at this point in the history
  6. GetNodeIP: return same values as InfoClient

    addresses review comment #373 (comment)
    feuGeneA committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    641e532 View commit details
    Browse the repository at this point in the history