#35547·go-ethereum

node-info, WebSocket-start, and WebSocket-stop endpoints diverge from the documented example output, parameter typing, and success semantics

Author: BenWhite713Created Aug 16, 2026Updated Sep 11, 2026
Labelstype:bug

1. admin_nodeInfo: admin_nodeInfo no longer populates protocols.eth.difficulty, leaving the documented fixed difficulty example unproducible

2. admin_startWS: admin_startWS uses a *int port decoded from a JSON number, not the documented *rpc.HexNumber quantity

3. admin_stopWS: admin_stopWS returns true after invoking stop routines even when no WebSocket endpoint was actually closed