Layr-Labs / eigenda

Secure, high-throughput, and decentralized Data Availability
https://www.eigenlayer.xyz/
Other
220 stars 168 forks source link

[1/N][zero serialization] Create data structure for passing encode chunks #690

Closed jianoaix closed 1 month ago

jianoaix commented 2 months ago

Why are these changes needed?

Create a ChunksData data structure for the encoded chunks data. This will be used to pass chunks around Encoder/Batcher/Dispatcher and eventually used to create dispersal requests to operator nodes.

Checks