-
Notifications
You must be signed in to change notification settings - Fork 97
feat(l2): config eth client through .toml #2510
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
Merged
Changes from 27 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
71787dd
add elasticity multiplier to producer config
tomip01 1a50997
add fields to deserializer eth config
tomip01 b44d940
use fields in eth client
tomip01 3b9446a
create eth client with configs
tomip01 ff75cc5
remove unused import
tomip01 a0f6bec
add elasticity multiplier to param
tomip01 5823772
fix typo
tomip01 8b7a6b8
use simple creation
tomip01 0cf7f8d
use elasticity multiplier for validating blocks
tomip01 abdb88e
read env var in every place instead of constant
tomip01 c050059
add elasticity multiplier to param in validate block
tomip01 b2650c4
add env var in both .toml
tomip01 807d609
correct elasticity multiplier
tomip01 6f54850
add elasticity multiplier in sp1 main
tomip01 1c7cf78
use unwrap
tomip01 46d8787
use unwrap again
tomip01 e5e8c00
add elasticity multiplier to ProgramInput
tomip01 3c933cc
Merge branch 'main' into l2/add-configs-toml
tomip01 54671f1
use block proposer for env config in test_data_io
tomip01 6fa3146
fix pico and try fix on perf_zkvm
tomip01 ad50744
use fix value for test
tomip01 abbd9c6
Merge branch 'main' into l2/add-configs-toml
tomip01 3ebb421
merge main
tomip01 b8847d6
Merge branch 'main' into l2/add-configs-toml
jrchatruc 9fa898a
remove redundant elasticity multiplier
tomip01 a1ad3b7
improve docs
tomip01 0ebe3c8
add missing paramenters
tomip01 4eb367a
Merge branch 'main' into l2/add-configs-toml
tomip01 b4a463b
remove parsing from config prover client
tomip01 9708d99
This is an empty commit
tomip01 ca9f6c4
Merge branch 'main' into l2/add-configs-toml
tomip01 40346a0
Merge branch 'main' into l2/add-configs-toml
tomip01 3da963d
Merge branch 'main' into l2/add-configs-toml
tomip01 e17cf9c
merge main
tomip01 13e0e05
add options flags
tomip01 1169c22
Merge branch 'main' into l2/add-configs-toml
jrchatruc 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
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
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
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.
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.
Let's document what these parameters actually are, similar in spirit to #2582
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, a1ad3b7