another todo

This commit is contained in:
Bryan Stitt 2022-05-12 05:56:54 +00:00
parent 53e7d99d47
commit 46fd6fec0c

View File

@ -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
- [x] docker-compose.yml