Layr-Labs / eigenda

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

[node] Refactor blob expiration key #693

Closed ian-shim closed 1 month ago

ian-shim commented 2 months ago

Why are these changes needed?

Instead of representing blob expiration value as a slice of blob header hashes, make each expiration key encode blob header hash so it represents expiration for a single blob. Context: https://github.com/Layr-Labs/eigenda/pull/676#discussion_r1711801426

To be merged on top of https://github.com/Layr-Labs/eigenda/pull/676

Checks