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(eigen-client-extra-features): address PR comments #375
Merged
gianbelinche
merged 10 commits into
eigen-client-extra-features
from
eigen-client-solve-comments
Dec 19, 2024
Merged
feat(eigen-client-extra-features): address PR comments #375
gianbelinche
merged 10 commits into
eigen-client-extra-features
from
eigen-client-solve-comments
Dec 19, 2024
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
This reverts commit 6dd94d4.
juan518munoz
changed the title
Eigen client solve comments
feat(eigen-client-extra-features): address PR comments (part 1)
Dec 18, 2024
juanbono
approved these changes
Dec 19, 2024
* initial commit * clippy suggestion * feat(eigen-client-extra-features): address PR comments (part 3) (#376) * use keccak256 fn * simplify get_context_block * use saturating sub * feat(eigen-client-extra-features): address PR comments (part 4) (#378) * Replace decode bytes for ethabi * Add default to eigenconfig * Change str to url * Add index to data availability table * Address comments * Change error to verificationerror * Format code * feat(eigen-client-extra-features): address PR comments (part 5) (#377) * use trait object * prevent blocking non async code * clippy suggestion --------- Co-authored-by: juan518munoz <62400508+juan518munoz@users.noreply.github.com> --------- Co-authored-by: Gianbelinche <39842759+gianbelinche@users.noreply.github.com> --------- Co-authored-by: Gianbelinche <39842759+gianbelinche@users.noreply.github.com>
juan518munoz
approved these changes
Dec 19, 2024
juan518munoz
changed the title
feat(eigen-client-extra-features): address PR comments (part 1)
feat(eigen-client-extra-features): address PR comments
Dec 19, 2024
gianbelinche
merged commit Dec 19, 2024
93b94b2
into
eigen-client-extra-features
12 of 24 checks passed
12 tasks
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 ❔
This PR solves some of the last comments left on extra features PR
Why ❔
Checklist
zkstack dev fmt
andzkstack dev lint
.