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
Right now, when responding to incidents, monitoring, etc we have a lot of issues finding a public rpc to check against. For these systems, it's crucial to have a live, accessible rpc to be able to check against. To that end, we're going to build an rpc proxy with the following functionality
given a list of rpcs, select the one with the lowest latency intermittently
get a list of rpcs for a chainid and get the one w/ the lowest latency (Latency Tester #134 )
run a proxy that supports lowest-latency handling and fallbacks to other rpcs
take a config file for non-public rpcs
configs that allow double rpc checking for harmony
Right now, when responding to incidents, monitoring, etc we have a lot of issues finding a public rpc to check against. For these systems, it's crucial to have a live, accessible rpc to be able to check against. To that end, we're going to build an rpc proxy with the following functionality
The text was updated successfully, but these errors were encountered: