Layr-Labs / eigenda

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

Fix: Append metadata when constructing batch #746

Closed ian-shim closed 1 month ago

ian-shim commented 1 month ago

Why are these changes needed?

Instead of allocating metadata into specific indices, append to allocated slice so no nil values are in the slice

Checks