solana-py
solana-py copied to clipboard
Use getHealth rpc method instead of /health URL
Hello,
I was wondering if it would be possible to update the is_connected
check to hit the getHealth json RPC method, instead of the /health
URL?
I have a node from quicknode, which returns a 404 for the /health
call, but supports the getHealth
rpc method.
Thank you.
Looks like this is blocked by https://github.com/michaelhly/solana-py/issues/116 ☹️