lambda_ethereum_consensus
lambda_ethereum_consensus copied to clipboard
Store block headers and bodies separately in DB
Since some checks don't require the whole block, it might be useful to store both parts separately.
Not sure if related to this, but there's also some block metadata that we will have to store somewhere. For example, if the block is optimistic or not, valid or invalid, etc..