forked from cerc-io/ipld-eth-server
eth json rpc optimizations; begin ipfs-ethdb integration
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user