Add withdrawals (EIP-4895) #7

Merged
roysc merged 4 commits from add-withdrawals into v5 2024-06-25 11:24:00 +00:00
Showing only changes of commit b50a983e1a - Show all commits

View File

@ -15,7 +15,7 @@ CREATE TABLE IF NOT EXISTS eth.header_cids (
timestamp BIGINT NOT NULL,
coinbase VARCHAR(66) NOT NULL,
canonical BOOLEAN NOT NULL DEFAULT TRUE,
withdrawals_root VARCHAR(66),
withdrawals_root VARCHAR(66) NOT NULL,
PRIMARY KEY (block_hash, block_number)
);