You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods that read from IPLD as drafted in #170 / adr 002 need to be implemented too.
Problem Definition
We need a simple API that can:
sample a given number of chunks
reconstruct the whole block
Proposal
Implement the methods ValidateAvailability, RetrieveBlockData (and GetLeafData). Given that this will essentially replace the block store, we should create some lightweight "DagGetter" object that provides the first two methods.
Summary
The methods that read from IPLD as drafted in #170 / adr 002 need to be implemented too.
Problem Definition
We need a simple API that can:
Proposal
Implement the methods
ValidateAvailability
,RetrieveBlockData
(andGetLeafData
). Given that this will essentially replace the block store, we should create some lightweight "DagGetter" object that provides the first two methods.ref: #190
ref: https://github.com/lazyledger/lazyledger-core/blob/master/docs/lazy-adr/adr-001-block-propagation.md#disk-storage
For Admin Use
The text was updated successfully, but these errors were encountered: