forked from matter-labs/zksync-era
-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(main): eigen client m0 implementation #347
Open
juan518munoz
wants to merge
18
commits into
eigen-client-extra-features
Choose a base branch
from
eigen-client-m0-implementation
base: eigen-client-extra-features
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(main): eigen client m0 implementation #347
juan518munoz
wants to merge
18
commits into
eigen-client-extra-features
from
eigen-client-m0-implementation
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
* initial commit * impl TODO query for concurrent dispatcher
* initial commit * initial commit * fix ambiguous job name & add docker restart command * fix integration test command * update readme, remove fetching lambda repo * reorganize readme instructions * Fix concurrent dispatcher (#338) * Add shutdown to dispatch batches * Add JoinSet * Format code * Fix unbounded channel breaking authenticated dispersal * Fix pr comments * feat(eigen-client-m0-implementation): optimize concurrent dispatcher (#345) * initial commit * optimize dispatch_batches fn * remove commented code * remove needless variables * optimize inclusion_poller fn * break loop if dispatch fail * remove client_lock variable * switch to retriable err * replace arbitrary value with config --------- Co-authored-by: Gianbelinche <[email protected]>
* initial commit * add get_all_blobs * get_all_blobs fmt * add colored output * update contracts submodule * add proxy to get_all_blobs * fixes * update cargo lock * fix readme * initial impl move get all blobs to rust * remove get_all_blob js implementation * Simplify get all blobs toml * Add parameters * Add get all blobs steps on readme * Make loop for getting blobs * Add log for blocks proccessed * Add constants * update contracts submodule --------- Co-authored-by: Gianbelinche <[email protected]>
…nt-m0-extra-merge-main
Extra Features
…main Merge Extra features with main to M0
…ispatcher feat(eigen-client-m0): merge extra features
…on-fix-get-all-blobs * initial commit * rename var
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 ❔
Add needed features for Eigen client M0 implementation:
Why ❔
Extend data availability functionality
Checklist
zkstack dev fmt
andzkstack dev lint
.