From 46fd6fec0c62f54de4980b569593c794c4ccfcb9 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 12 May 2022 05:56:54 +0000 Subject: [PATCH] another todo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34968431..8ecb48fd 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Note: Testing with `getLatestBlockByNumber.lua` is not great because the latest - [ ] incoming rate limiting (by ip or by api key or what?) - [ ] measure latency to nodes? - [ ] one proxy for mulitple chains? +- [ ] zero downtime deploys - [x] simple proxy - [x] better locking. when lots of requests come in, we seem to be in the way of block updates - [x] load balance between multiple RPC servers @@ -88,4 +89,4 @@ Note: Testing with `getLatestBlockByNumber.lua` is not great because the latest - [x] option to disable private rpc and send everything to primary - [x] health check nodes by block height - [x] Dockerfile -- [x] docker-compose.yml \ No newline at end of file +- [x] docker-compose.yml