ethereum / trin

An Ethereum portal client: a json-rpc server with nearly instant sync, and low CPU & storage usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beacon-network: Store `HistoricalSummariesWithProof` in database instead of cache

ogenev opened this issue · comments

Currently, we store HistoricalSummariesWithProof in the beacon storage cache.

This is not very convenient because this content changes once per epoch and if the node goes offline for less than an epoch, it will be required to always get the latest HistoricalSummariesWithProof from the network.