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
fix(eigen-client-extra-features): address comments #383
Open
juan518munoz
wants to merge
24
commits into
eigen-client-extra-features
Choose a base branch
from
eigen-client-extra-features-address-comments
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
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
cdc8da5
replace 'serial' w/ 'file_serial'
juan518munoz abb6801
remove `pub` from test functions
juan518munoz 2a33cd8
add newline between functions
juan518munoz 8e24f19
pass blob as reference
juan518munoz e644f7b
use chunks method
juan518munoz 34c2ca7
pass var without reference
juan518munoz 5c07928
reduce public fn to only crate lvl
juan518munoz 25c36d2
pass blob info as ref
juan518munoz b667f63
create test config function
juan518munoz 73e68ce
avoid parametric polymorphism
juan518munoz 3133ce0
use thiserror for `VerificationError`
juan518munoz e0cd538
use `context` instead of `ok_or_else`
juan518munoz 317fcfb
refactor padding functions
juan518munoz 54f7b71
use `div_ceil`
juan518munoz 8f88384
remove Arc/Mutex wrapping
juan518munoz f99d65a
use `EigenConfig::default()`
juan518munoz e7fb0e5
replace `Box` with `Arc`
juan518munoz aa57afc
replace `String` type with `Address`
juan518munoz 66e8260
move tests location
juan518munoz 3657aae
replace `unwrap` with `unwrap_or_default`
juan518munoz d806401
improve thiserror usage
juan518munoz f3a712f
address more `VerificationError` comments
juan518munoz ad183e8
combine `JoinError` with `KzgError`
juan518munoz 7f9ae22
improve `ServiceManagerError`
juan518munoz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 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 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 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
please move this to a constant and specify what contract it is (EigenDA service manager in Holesky)
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.
Done!