You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(get this from the latest release from paritytech/polkadot)
get_latest_release() {
curl --silent "https://api.github.com/repos/paritytech/polkadot/releases/latest"|# Get latest release from GitHub api
grep '"tag_name":'|# Get tag line
sed -E 's/.*"([^"]+)".*/\1/'# Pluck JSON value
}
Tom | Stake.Plus
Basically, we need to connect to an ip address of a member, talk in websockets and have that connection think it's communicating with rpc.dotters.network or rpc.ibp.network, etc.
Just like a host files rewrite or using the resolve function on the curl command. Then instead of monitoring rpc.stake.plus it would monitor rpc.dotters.network at 192.96.202.175 or rpc.dotters.network at 195.144.22.136. We need to track not only the websockets functionality of the node but also that it's responsive on the urls it's supposed to be responsive on (still processing SSL validation).
derek // metaspan
there are 2 methods for doing this: either
write to /etc/hosts and then make the http request, or
inject a custom dnsResolver into the request.
here is an example:
Please add additional tests for each node:
availability
performance
reliability
member rank
security
--rpc-methods="safe"
other
The text was updated successfully, but these errors were encountered: