-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
fix(eigen-client-m0-implementation): fix get all blobs program #3367
Closed
juan518munoz
wants to merge
71
commits into
matter-labs:main
from
lambdaclass:eigen-client-m0-implementation-fix-get-all-blobs
Closed
fix(eigen-client-m0-implementation): fix get all blobs program #3367
juan518munoz
wants to merge
71
commits into
matter-labs:main
from
lambdaclass:eigen-client-m0-implementation-fix-get-all-blobs
Conversation
This file contains 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
impl rlp encoding
Implement non auth blob dispersal for eigen client --------- Co-authored-by: Gianbelinche <[email protected]>
feat(eigen-client-extra-features): get inclusion data
add test for remote disperser cfg
* initial commit * Add tests * Add memstore * Add assert to tests * Add rest of memstore * Address pr comments * Remove to retriable error * Fix conflicts * Document memstore * Fix typo --------- Co-authored-by: Juan Munoz <[email protected]>
blob size limit --------- Co-authored-by: Gianbelinche <[email protected]>
* initial commit * Add tests * Add memstore * Add assert to tests * Add rest of memstore * Add soft confirmations * Remove print * Address pr comments * Remove to retriable error * Fix conflicts * Add inclusion data * Change status query timeout to millis * Document memstore * Fix typo * Fix typo * Format --------- Co-authored-by: Juan Munoz <[email protected]>
* initial commit * Add tests * Add memstore * Add assert to tests * Add rest of memstore * Address pr comments * Remove to retriable error * Fix conflicts * Add verifier * Fix verifier * Add path to points to config * Fix typo * Fix eigenda env test * Fix verifier test * Move eigendaservicemanager to generated * Remove unneeded imports * Document verifier * Modify errors * Address comments * Fix conflicts --------- Co-authored-by: Juan Munoz <[email protected]>
* initial commit * move file location * fix step
* Add eth confirmation depth * Fix error
#329) * Remove unused custom quorum numbers * Add serial to tests
feat(eigen-client-extra-features): fix clippy and add doc
feat(eigen-client-extra-features): merge main
* initial commit * impl TODO query for concurrent dispatcher
…dule-update feat(eigen-client-extra-features): update contracts submodule
* Remove kzgpad * Add empty pad and unpad test
…nt-m0-extra-merge-main
Extra Features
…merge-main Eigen client extra features merge main
…main Merge Extra features with main to M0
* Move inclusion logic * Remove unused import
* Move inclusion logic * Remove verify cert
* Change eth conf depth for settlement layer * Remove blob size limit * Move reserved * Change function name * Add constants to lib * Fix compilation
* initial commit * remove anyhow err * Format code * Fix compilation --------- Co-authored-by: Gianbelinche <[email protected]>
* Add option to download points * Fix test * Fix clippy * Change name to points source * Fix test * Fix test
…s with mock tests (#356) * initial commit * create verifier client trait * remove unwraps * Update core/node/da_clients/src/eigen/verifier.rs Ignore test Co-authored-by: Gianbelinche <[email protected]> * Update core/node/da_clients/src/eigen/sdk.rs Co-authored-by: Gianbelinche <[email protected]> * change ignore test comment * Format code --------- Co-authored-by: Gianbelinche <[email protected]>
…on docs (#360) * Remove steps to run from integration docs * Combine readme * Clarify readme
…and-main feat(eigen-client-extra-features): Merge Main
* Remove verify cert * Change names * Create aux functions * Remove milestones * Add url crate to save pointsz * Remove hex and rlp * Make get inclusion data not return entire blob info * Remove hardcoded function selectors * move tests to a different file * Remove retrys and add option to get inclusion data * Solve clippy * Get blob data from db * Add async trait * Change function to get blob data * Remove path to points in favor of links * Change link to url * Update core/lib/env_config/src/da_client.rs Co-authored-by: juan518munoz <[email protected]> --------- Co-authored-by: juan518munoz <[email protected]>
…ispatcher feat(eigen-client-m0): merge extra features
Eigen client extra merge main
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 ❔
Minimal changes to
get_all_blobs
in order to accomodate to latest changes in codebase.Checklist
zkstack dev fmt
andzkstack dev lint
.