-
Notifications
You must be signed in to change notification settings - Fork 97
ci(l1): Updated CI to include spamoor and new version of ethereum-package #2627
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
Conversation
@@ -12,6 +12,13 @@ participants: | |||
additional_services: | |||
- assertoor | |||
- dora | |||
- spamoor | |||
|
|||
spamoor_params: |
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.
what about the tx spammer?
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.
Assertoor generates the transactions for this test. Spamoor sends blob transactions to add stress.
CI is flaky until #2682 is resolved. Shouldn't be merged untils it's fixed and retested. |
spammers: | ||
- scenario: blobs | ||
config: | ||
# The eip limits our blob transactions to 6 per block, we keep it slightly under that. |
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.
why?
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.
I thought it had issues with that number. That was incorrect, it works with 6. Fixing 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.
🚀
…kage (#2627) **Motivation** We are updating the kurtosis ethereum package to include spamoor. I'm using this pr to test the CI changes. **Description** - Changes ethereum package version. - Adds spamoor to tx_networ_param Closes #2480 --------- Co-authored-by: Tomás Grüner <47506558+MegaRedHand@users.noreply.github.com>
…kage (lambdaclass#2627) **Motivation** We are updating the kurtosis ethereum package to include spamoor. I'm using this pr to test the CI changes. **Description** - Changes ethereum package version. - Adds spamoor to tx_networ_param Closes lambdaclass#2480 --------- Co-authored-by: Tomás Grüner <47506558+MegaRedHand@users.noreply.github.com>
Motivation
We are updating the kurtosis ethereum package to include spamoor. I'm using this pr to test the CI changes.
Description
Closes #2480