• Felix Lange's avatar
    internal/version: use gitCommit injection in version handling code (#25851) · 65f3c1b4
    Felix Lange authored
    This changes the CI build to store the git commit and date into package
    internal/version instead of package main. Doing this essentially merges our
    two ways of tracking the go-ethereum version into a single place, achieving
    two objectives:
    
    - Bad block reports, which use version.Info(), will now have the git commit
      information even when geth is built in an environment such as
      launchpad.net where git access is unavailable.
    
    - For geth builds created by `go build ./cmd/geth` (i.e. not using `go run
      build/ci.go install`), git information stored by the go tool is now used
      in the p2p node name as well as in `geth version` and `geth
      version-check`.
    65f3c1b4
Name
Last commit
Last update
..
testdata Loading commit data...
accountcmd.go Loading commit data...
accountcmd_test.go Loading commit data...
chaincmd.go Loading commit data...
config.go Loading commit data...
consolecmd.go Loading commit data...
consolecmd_test.go Loading commit data...
dao_test.go Loading commit data...
dbcmd.go Loading commit data...
genesis_test.go Loading commit data...
les_test.go Loading commit data...
main.go Loading commit data...
misccmd.go Loading commit data...
run_test.go Loading commit data...
snapshot.go Loading commit data...
verkle.go Loading commit data...
version_check.go Loading commit data...
version_check_test.go Loading commit data...