Layr-Labs / eigenda

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

Add `BlobMinibatchMapping` in minibatch store #683

Closed ian-shim closed 2 months ago

ian-shim commented 2 months ago

Why are these changes needed?

BlobMinibatchMapping maps blob key to minibatches it's part of. This will be used to 1) fetch blob metadata + commitment/quorum infos necessary to process full batches in BatchConfirmer 2) link blob key to minibatches to generate preconfs for specific blob

Checks