From 4bb70d38b9cf5eb260f56c4850d6147c0e640670 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 16 Aug 2022 05:20:26 +0000 Subject: [PATCH] add todo from issue #2 --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 70628761..43f41bbd 100644 --- a/TODO.md +++ b/TODO.md @@ -256,3 +256,4 @@ in another repo: event subscriber - [ ] cache api keys that are not in the database? - [ ] double check weight sorting code - [ ] sea-orm brings in async-std, but we are using tokio. benchmark switching +- [ ] this query always times out: `curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.9da0e466a16f4798aed70965d61be7cbumber","params":["0xE4D849"],"id":1}' 127.0.0.1:8544`