fix broken go-ipld-eth trie node dag putters

This commit is contained in:
Ian Norden
2020-02-20 16:14:17 -06:00
parent ca273a026d
commit 5173edf563
14 changed files with 135 additions and 592 deletions
@@ -5,7 +5,7 @@ CREATE TABLE eth.header_cids (
block_hash VARCHAR(66) NOT NULL,
parent_hash VARCHAR(66) NOT NULL,
cid TEXT NOT NULL,
td BIGINT,
td NUMERIC NOT NULL,
node_id INTEGER NOT NULL REFERENCES nodes (id) ON DELETE CASCADE,
UNIQUE (block_number, block_hash)
);