eth json rpc optimizations; begin ipfs-ethdb integration

This commit is contained in:
Ian Norden
2020-08-14 13:14:19 -05:00
parent d842a5e796
commit 611fc2c11e
11 changed files with 77 additions and 248 deletions
@@ -9,7 +9,7 @@ CREATE TABLE eth.transaction_cids (
dst VARCHAR(66) NOT NULL,
src VARCHAR(66) NOT NULL,
deployment BOOL NOT NULL,
data BYTEA,
tx_data BYTEA,
UNIQUE (header_id, tx_hash)
);