ethereum / trin

An Ethereum portal client: a json-rpc server with nearly instant sync, and low CPU & storage usage
365 stars 113 forks source link

feat(beacon-network): add `HistoricalSummariesWithProof` content key and value #1294

Closed ogenev closed 4 months ago

ogenev commented 4 months ago

What was wrong?

HistoricalSummariesWithProof content key and value types are not implemented for the beacon portal network.

How was it fixed?

The storage implementation for HistoricalSummariesWithProof is added in https://github.com/ethereum/trin/pull/1299.

To-Do