forked from matter-labs/zksync-era
-
Notifications
You must be signed in to change notification settings - Fork 1
feat(eigen-cllient-extra-features): Address more comments #386
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 34 commits into
eigen-client-extra-features
from
eigen-client-extra-features-address-comments-third
Jan 28, 2025
Merged
Changes from 24 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
c007aa8
use `H160` for `DEFAULT_EIGENDA_SVC_MANAGER_ADDRESS`
juan518munoz 2e7d6cc
`parse` instead of `from_str`
juan518munoz 405b413
replace val with shif operation
juan518munoz 9b6fe48
replace `.map_err` with `.context`
juan518munoz 5a144ad
remove needless parentheses
juan518munoz 2431a0c
use `div_ceil`
juan518munoz a880375
remove needles `Clone` derives
juan518munoz 801aca6
remove redundant `to_vec()`
juan518munoz cd4c631
use `anyhow::bail!`
juan518munoz 68825c4
remove needless `Option` and obscuring `anyhow::Result`
juan518munoz e3b6f17
move verifier test to separate file
juan518munoz 2bded08
replace u64 constant with Duration
juan518munoz 12d29c7
use `ethabi::encode()`
juan518munoz 351d5a8
refactor `decode_bytes`
juan518munoz d312b51
wrap `G1Affine` inside of `Box` / fix clippy
juan518munoz 57f608e
use `SensitiveUrl` for `eigenda_eth_rpc`
juan518munoz 1832819
refactor `save_point` fn
juan518munoz 3a97228
remove retriable error wrapping
juan518munoz 5c4309d
replace `PKSigningClient` for simpler L1 Client
juan518munoz a66e9eb
remove chain id from `EigenConfig`
juan518munoz c89d8c2
use temp dir for kzg points
juan518munoz 2880367
refactor `VerifierClient` trait
juan518munoz 5a7e533
remove `VerifierConfig`
juan518munoz 87d5e0d
fix eigen config not initializing correctly
juan518munoz c3cb48c
fix/refactor mock tests
juan518munoz de8ad1a
remove unwraps
juan518munoz c476920
address comments/suggestions
juan518munoz d64acd2
improve Error handling
juan518munoz 0b1397e
create temp file inside closure
juan518munoz 56cda84
Remove unnecessary clone
gianbelinche b0b080d
address comments
juan518munoz efdf1b4
address comments
juan518munoz 28de691
change `path()` fn to return `&std::path::Path`
juan518munoz 1870c2a
replace `Path(String)` for `Path(PathBuf)`
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 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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.