Skip to content

v1.7.14 — web3_clientVersion reports real version

Choose a tag to compare

@twobitapps twobitapps released this 24 Jun 00:05
· 20 commits to main since this release

v1.7.14 — web3_clientVersion reports the real running version

Carries everything in v1.7.13 (Block-STM stack, head-anchored sync, stale-chain auto-recovery), plus:

  • fix(rpc): web3_clientVersion now reports the actual binary version (e.g. Hyperspace-Edge/v1.7.14) instead of a hardcoded Hyperspace-Edge/v1.3.0. Wired from the build-time version at RPC-server startup. This makes per-node version observable over standard JSON-RPC — enabling fleet version tracking by the validator-subscription backend. Verified live: the 4-validator testnet reports Hyperspace-Edge/v1.7.14.

Linux amd64. Verified live on the 4-validator + 3-bootnode testnet (chainId 808080), hash-agreeing, no fork.