The premise is simple: You have a list of RPCs and you want to always use the one with the lowest latency while excluding bad eggs from future use. This is a common problem in the blockchain space, where RPCs can be unreliable and slow. I built a package to solve this problem for UbiquityDAO as par...
While working on a bounty for [Ubiquity](https://work.ubq.fi/), I needed to port the permit generation features of the bot to a separate module for use in the kernel. This module would be used in a Cloudflare Worker, which is a serverless environment for running JavaScript on Cloudflare's edge net...