-
Notifications
You must be signed in to change notification settings - Fork 391
feat: ethereum-package for real conditions network stress-test #1426
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
Conversation
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
17 tasks
JuArce
requested changes
Dec 5, 2024
Collaborator
|
Seems ok. I will test it |
JuArce
approved these changes
Jan 8, 2025
Collaborator
JuArce
left a comment
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.
Sometimes it is needed to restart ethereum package to make it work.
Would be nice to add blockscout in another PR, so we have a block explorer available locally
uri-99
approved these changes
Jan 8, 2025
JulianVentura
approved these changes
Jan 9, 2025
…ed-ethereum-package
PatStiles
pushed a commit
that referenced
this pull request
Jan 10, 2025
Co-authored-by: Marcos Nicolau <[email protected]> Co-authored-by: Mauro Toscano <[email protected]> Co-authored-by: Urix <[email protected]> Co-authored-by: MauroFab <[email protected]> Co-authored-by: JuArce <[email protected]>
PatStiles
pushed a commit
that referenced
this pull request
Jan 10, 2025
Co-authored-by: Marcos Nicolau <[email protected]> Co-authored-by: Mauro Toscano <[email protected]> Co-authored-by: Urix <[email protected]> Co-authored-by: MauroFab <[email protected]> Co-authored-by: JuArce <[email protected]>
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.
Add Ethereum Package
Description
Launches a local network using the ethereum-package with all Eigen and Aligned contracts deployed. Also adds some Makefile targets to launch and connect aligned components to the net.
Warning
Kurtosis must be installed.
Note
new guide to use ethereum package:
docs/0_internal/ethereum_package.mdCommands
To start a local network run:
To restart the network run:
To temporarily stop the network run:
To start the batcher run:
To start the aggregator run:
To start an operator run:
To start Telemetry and the Explorer, run the usual commands:
To spam transactions run:
and then:
For example:
In this scenario, we would be sending
200transactions per block with an approximate consumption of gas of150.000, amounting to a total usage of200 * 150000 = 30.000.000approximating the Ethereum block limit. Any block that exceeds15.000.000of gas used will increase the gas price.Type of change
Checklist
testnet, everything else tostaging