From a65e250bb54ed0b7e2ea1d5def6a7a04d541a0be Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sun, 7 Aug 2022 20:49:46 +0000 Subject: [PATCH] todos --- TODO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 70d5d63f..62a45489 100644 --- a/TODO.md +++ b/TODO.md @@ -225,4 +225,8 @@ in another repo: event subscriber #[cfg(feature = "with-uuid")] pub use uuid::Builder as UuidBuilder; ``` -- [ ] get to /, when not serving a websocket, should have a simple welcome page. maybe with a button to update your wallet. \ No newline at end of file +- [ ] get to /, when not serving a websocket, should have a simple welcome page. maybe with a button to update your wallet. +- [ ] rate limit thoughts: + - if someone subscribes to all pending transactions, how should that count against rate limits + - when those rate limits are hit, what should happen? + - missing pending transactions might be okay, but not missing confirmed blocks