github Layr-Labs/eigenda v0.2.0
EigenDA v0.2.0

latest releases: v0.8.3, v0.8.3-rc.0, v0.8.2...
9 months ago

Summary

The main theme of this release is to accommodate solo operators, with notable changes including node validation performance, chunk assignment upgrade and rollup blob rate limiting.

NOTE: This is an incompatible release, meaning this will not work with previous node software versions. Operators will have to upgrade the node to v0.2.0 in order to continue to validate. See the node upgrade guide.

  • Upgraded the EigenDA chunk assignment protocol: it drops the quantization factor and instead uses max num of chunks as the parameter to adjust the chunk length. The adjustment of num chunks and chunk length is to make sure chunks produced and assigned to operators are commensurate with their stake share, which is important for solo stakers.
  • Significantly improved the the DA node validation performance: the cryptographic validation efficiency substantially improved via use of Universal Verification Equation, opening the door to future reductions in node hardware requirements.
  • Added rollup blob rate limiting feature at disperser: the disperser can now rate limit the total blob rate and per-rollup blob rate (in blobs/sec).
  • Added CLI command to support quorum update: operators can now run "update-quorums" with CLI to update the quorums they participate in.
  • UX fixes to improve operator experiences, including: more readable error message from churner, more accurate metrics at node, auto correction of IP when registering with incorrect IP etc.

As part of v0.2.0, we also released the hardware recommendation for small and medium operators, see EigenDA node classes.

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.0

Don't miss a new eigenda release

NewReleases is sending notifications on new releases.