github Layr-Labs/eigenda v0.8.0-rc.1
[Holesky] v0.8.0-rc.1

latest releases: v0.8.3, v0.8.3-rc.0, v0.8.2...
pre-releaseone month ago

Summary

This pre-release is optional for now, but strongly recommended.

In particular, it’ll become required for operators to upgrade to v0.8.0 or higher before 2024/09/15 on testnet.

Two changes are needed to complete the upgrade:

  • Upgrade image to v0.8.0 or higher
  • Set the node environment variable “NODE_SRS_LOAD=8388608”

Both are included in release https://github.com/Layr-Labs/eigenda-operator-setup/releases/tag/v0.8.0-rc.1

Notable features

  • EigenDA users - Max Blob size raised from 2MiB to 4MiB
    • Not enabled for custom quorums with less than 8 operators
  • Operators - Gnark chunk encoding to reduce data size by about 30%
    • Not enabled for now
    • Scheduled to enable after operators upgrade to v0.8.0 or later version
  • NodeInfo API at Node: Operators will start making the Node software version information available to the Disperser
  • Churn approval expiration reduced from 60 mins to 15 mins: Churner can approve a churn request every 15 mins now

Other notable changes

  • Fixed a bug in blob state transition in Batcher (reset DISPERSING blobs back to PROCESSING at Batcher start)
  • Improved performance logging

Extra details for blob size limit and chunk encoding

Increasing max blob size is a notable feature enabled in the release. This feature allows EigenDA users to send blobs of 4MiB, previously 2MiB. For operators, they will need to update the NODE_SRS_LOAD to support larger blobs. The resource utilization on the node is expected to be almost identical under the same level of traffic.

This pre-release also contains chunk encoding changes that are not enabled for now, but are scheduled to enable at some future release, to give operators ample time to upgrade. When enabled after the release post 2024/09/15, the nodes with versions before v0.8.0 will not be able to parse the chunks from Disperser.

We will make an announcement in that future release when the changes are enabled.

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.8.0-rc.1

Don't miss a new eigenda release

NewReleases is sending notifications on new releases.