Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(movement-celestia-da-util): zstd bomb
Use streamed decompression API to avoid potentially huge allocations for blob data decompressed from zstd. The bcs decoder enforces the length limit of 2^31 - 1 on byte arrays.
- Loading branch information