whitespace

This commit is contained in:
Bryan Stitt 2022-07-07 03:22:59 +00:00
parent 8cc2fab48e
commit 600df2cd3a

View File

@ -80,7 +80,8 @@
- [ ] ethers has a transactions_unsorted httprpc method that we should probably use. all rpcs probably don't support it, so make it okay for that to fail
- [ ] if chain split detected, don't send transactions?
- [ ] have a "backup" tier that is only used when the primary tier has no servers or is multiple blocks behind. we don't want the backup tier taking over with the head block if they happen to be fast at that (but overall low/expensive rps). only if the primary tier has fallen behind or gone entirely offline should we go to third parties
- [ ] measure average latency of a node's responses and load balance on that
- [ ] more advanced automated soft limit
- measure average latency of a node's responses and load balance on that
## "Maybe some day" and other Miscellaneous Things