mina-indexer
mina-indexer copied to clipboard
Store raw JSON bytes instead of the serialized `PrecomputedBlock` bytes
BlockStore
function add_block
currently takes a &PrecomputedBlock
and we store the bytes from serde_json::to_vec()
in the db. We should store the contents
of a BlockFileContents
instead.