request handler and response screener for seed node api service

This commit is contained in:
Ian Norden
2019-12-02 13:24:51 -06:00
parent 34393ffb3f
commit 1dc46640cf
18 changed files with 862 additions and 113 deletions
@@ -4,7 +4,7 @@ CREATE TABLE public.header_cids (
block_number BIGINT NOT NULL,
block_hash VARCHAR(66) NOT NULL,
cid TEXT NOT NULL,
uncle BOOLEAN NOT NULL,
final BOOLEAN NOT NULL,
UNIQUE (block_number, block_hash)
);