This commit is contained in:
Bryan Stitt 2022-08-07 20:49:46 +00:00
parent 9915a097cb
commit a65e250bb5

View File

@ -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.
- [ ] 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