Skip to content

Node version reporting as 0.1.0 although running 0.3.0 #75

Closed
@PeaStew

Description

@PeaStew

It appears the version string was not updated for the latest releases when querying:

{ "jsonrpc":"2.0", "method":"web3_clientVersion", "params":[ ], "id":1 }

returns:
"result": "Geth/v0.1.0-unstable-a84992a3-20230427/linux-amd64/go1.19.9"

docker shows:

ghcr.io/base-org/node:v0.3.0

Even https://goerli.base.org/ returns the wrong version

Needs to be fixed because it's not easy to track version changes for updates without this being correct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions