We should have an API endpoint like /info (maybe /stats but that doesn't seem a suitable place) that returns info like the network id and genesis block hash of the node's network. That way users can manually see which version the remote node is running plus in the future we can add automatic incompatibility warnings.
We should have an API endpoint like
/info
(maybe/stats
but that doesn't seem a suitable place) that returns info like the network id and genesis block hash of the node's network. That way users can manually see which version the remote node is running plus in the future we can add automatic incompatibility warnings.