Revert "Add status field for pre-byzantium blocks."

This reverts commit 04a0f9a751.
This commit is contained in:
Arijit Das
2021-09-15 17:14:25 +05:30
parent 7f0c8fb2a1
commit ed4171a1ab
14 changed files with 121 additions and 260 deletions
@@ -10,7 +10,6 @@ CREATE TABLE eth.transaction_cids (
src VARCHAR(66) NOT NULL,
tx_data BYTEA,
tx_type BYTEA,
gas INTEGER NOT NULL,
UNIQUE (header_id, tx_hash)
);
@@ -9,7 +9,6 @@ CREATE TABLE eth.receipt_cids (
post_state VARCHAR(66),
post_status INTEGER,
log_root VARCHAR(66),
gas_used INTEGER NOT NULL,
UNIQUE (tx_id)
);