forked from matter-labs/zksync-era
-
Notifications
You must be signed in to change notification settings - Fork 1
feat(eigen-client-extra-features): non auth dispersal #318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
juan518munoz
merged 5 commits into
eigen-client-extra-features
from
eigen-client-non-auth-dispersal
Nov 1, 2024
Merged
feat(eigen-client-extra-features): non auth dispersal #318
juan518munoz
merged 5 commits into
eigen-client-extra-features
from
eigen-client-non-auth-dispersal
Nov 1, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gianbelinche
approved these changes
Oct 31, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
juanbono
approved these changes
Nov 1, 2024
12 tasks
f58e0bf
into
eigen-client-extra-features
13 of 24 checks passed
12 tasks
github-merge-queue bot
pushed a commit
to matter-labs/zksync-era
that referenced
this pull request
Feb 20, 2025
## What ❔ ### Note: Related era-contract PR: matter-labs/era-contracts#1233 This PR adds extra functionality to the eigen client: - [x] Non authenticated blob dispersal lambdaclass#318 - [x] RLP encoding for blobs lambdaclass#319 - [x] Get inclusion data lambdaclass#324 - [x] Memstore lambdaclass#321 - [x] Blob size limit lambdaclass#325 - [x] Soft confirmations lambdaclass#322 - [x] Verification logic lambdaclass#326 - [x] EigenDA Documentation lambdaclass#327 ## Why ❔ These features are needed to have a full featured client and to have the same features as when communicating with the EigenDA proxy. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`. --------- Co-authored-by: Juan Munoz <juanmunoz890@gmail.com> Co-authored-by: Gianbelinche <39842759+gianbelinche@users.noreply.github.com> Co-authored-by: juan518munoz <62400508+juan518munoz@users.noreply.github.com>
zkzoomer
pushed a commit
to matter-labs/zksync-era
that referenced
this pull request
Jun 21, 2025
## What ❔ ### Note: Related era-contract PR: matter-labs/era-contracts#1233 This PR adds extra functionality to the eigen client: - [x] Non authenticated blob dispersal lambdaclass#318 - [x] RLP encoding for blobs lambdaclass#319 - [x] Get inclusion data lambdaclass#324 - [x] Memstore lambdaclass#321 - [x] Blob size limit lambdaclass#325 - [x] Soft confirmations lambdaclass#322 - [x] Verification logic lambdaclass#326 - [x] EigenDA Documentation lambdaclass#327 ## Why ❔ These features are needed to have a full featured client and to have the same features as when communicating with the EigenDA proxy. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`. --------- Co-authored-by: Juan Munoz <juanmunoz890@gmail.com> Co-authored-by: Gianbelinche <39842759+gianbelinche@users.noreply.github.com> Co-authored-by: juan518munoz <62400508+juan518munoz@users.noreply.github.com>
dutterbutter
pushed a commit
to dutterbutter/zkstack-cli
that referenced
this pull request
Jul 3, 2025
## What ❔ ### Note: Related era-contract PR: matter-labs/era-contracts#1233 This PR adds extra functionality to the eigen client: - [x] Non authenticated blob dispersal lambdaclass/zksync-era#318 - [x] RLP encoding for blobs lambdaclass/zksync-era#319 - [x] Get inclusion data lambdaclass/zksync-era#324 - [x] Memstore lambdaclass/zksync-era#321 - [x] Blob size limit lambdaclass/zksync-era#325 - [x] Soft confirmations lambdaclass/zksync-era#322 - [x] Verification logic lambdaclass/zksync-era#326 - [x] EigenDA Documentation lambdaclass/zksync-era#327 ## Why ❔ These features are needed to have a full featured client and to have the same features as when communicating with the EigenDA proxy. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`. --------- Co-authored-by: Juan Munoz <juanmunoz890@gmail.com> Co-authored-by: Gianbelinche <39842759+gianbelinche@users.noreply.github.com> Co-authored-by: juan518munoz <62400508+juan518munoz@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What ❔
Non authenticated blob dispersal for the Eigen DA client
Checklist
zkstack dev fmt
andzkstack dev lint
.