Layr-Labs / eigenda

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

[node] Add `StoreBlobs` endpoint for minibatch streaming #671

Closed ian-shim closed 2 months ago

ian-shim commented 2 months ago

Why are these changes needed?

This PR adds StoreBlobs endpoint to DA node. This method can be used to disperse blobs and have signatures for each blob returned, instead of a batch containing those blobs.

Checks