If I connect to a remote RPC node, is there a request to determine what release of Monero it is running?
For example, I might prefer an RPC node running v15.0.0 including the recent side channel mitigation.
I have already looked at https://web.getmonero.org/resources/developer-guides/ but I cant seem to find a request that gives me this information.
curl -X POST http://node.moneroworld.com:18089/get_info
you will see that sometimes you get an output as you quote, but mostly you get"version": ""
– PyrolitePancake Nov 29 '19 at 09:26--restricticted-rpc
will show this. – jtgrassie Nov 29 '19 at 15:15