From 9ec3ebeff7c40a23794cbf04bc792df8646c02f3 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 24 Feb 2023 23:29:54 -0800 Subject: [PATCH] link to jsonrpc spec --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 9766b223..be994b2c 100644 --- a/TODO.md +++ b/TODO.md @@ -492,7 +492,7 @@ These are not yet ordered. There might be duplicates. We might not actually need - use this tier (and private tier) to check timestamp on latest block. if we are behind that by more than a few seconds, something is wrong - [ ] relevant erigon changelogs: add pendingTransactionWithBody subscription method (#5675) - [ ] change_user_tier_by_key should not show the rpc key id. that way our ansible playbook won't expose it - +- [ ] make sure all our responses follow the spec: https://www.jsonrpc.org/specification#examples ## V2