Skip to content

Releases: Layr-Labs/eigenda-proxy

v1.4.1: 16MiB blob support & configurable secondary storage

05 Sep 18:33
7959e8a
Compare
Choose a tag to compare

What's Changed

  • 16 MiB blob support
  • Explicit support for read fallback and cache targeting using secondary storage provides (currently just supports S3). This allows users to differentiate between a cache target vs. a read fallback.
  • Minor bug fixes

PRs

  • refactor(metrics): remove dependency on optimism metrics by @samlaf in #94
  • docs: fix file misnaming by @charmful0x in #103
  • change disperseBlob response timeout to 60sec by @bxue-l2 in #105
  • feat: Support explict modes for read fallbacks and caching by @epociask in #104
  • chore: Update large blob test to use 16mb by @epociask in #108
  • fix: Commitment decoding bug && server handler tests by @epociask in #112

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0: Support for OP `v1.9.0`, larger blobs, and bug fixes

22 Aug 06:29
4cdda99
Compare
Choose a tag to compare

Summary

This release is optional but highly recommended. It supports higher max blob size, improves performance and fixes memory utilization bug.

Notable Feature

  • Larger blobs support: eigenda-proxy now supports larger blobs size. The corresponding release on EigenDA (v0.8.1) allows maximal 16MiB blob on testnet and 4MiB blob on mainnet. To disperse a 16MiB blob in eigenda-proxy, set the env variable EIGENDA_PROXY_MAX_BLOB_LENGTH=16MiB
  • Improvement on KZG verification: eigenda-proxy now spends less resources on KZG verification after receiving the DA certificate for a blob
  • Support for Optimism v1.9.0
  • S3 fallback mode where dispersed blobs are persisted to a S3 bucket and read in the event of eigenda read failures

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

change default grpc option

02 Aug 00:17
Compare
Choose a tag to compare
Pre-release
v1.3.3-2

pin grpc option

HotFix to support max blob size

01 Aug 23:54
Compare
Choose a tag to compare
Pre-release

This release is a hotfix to support larger blob size on the disperser RetrieveBlob grpc receiver size.

v1.3.1

21 Jul 04:50
Compare
Choose a tag to compare

What's Changed

  • fix: resolve srs ingestion bug, cfg verification, & return error messages in response body by @epociask in #64

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Jul 03:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

27 Jun 03:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

eigenda-proxy v1.1.1

21 Jun 18:51
ceff6e8
Compare
Choose a tag to compare

Compatibility with OP Plasma spec for Optimism v1.7.6

v1.1.0 (Support for OP Stack v1.7.7)