v1.7.14 — web3_clientVersion reports real version
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_clientVersionnow reports the actual binary version (e.g.Hyperspace-Edge/v1.7.14) instead of a hardcodedHyperspace-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 reportsHyperspace-Edge/v1.7.14.
Linux amd64. Verified live on the 4-validator + 3-bootnode testnet (chainId 808080), hash-agreeing, no fork.