From 030e4586584aa294dadd45ae2cc65385b2412698 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 12 May 2022 06:00:18 +0000 Subject: [PATCH] more to do --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ecb48fd..7bae1b54 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Note: Testing with `getLatestBlockByNumber.lua` is not great because the latest - [ ] measure latency to nodes? - [ ] one proxy for mulitple chains? - [ ] zero downtime deploys +- [ ] are we using Acquire/Release/AcqRel properly? or do we need other modes? - [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