-
Notifications
You must be signed in to change notification settings - Fork 42
chore: update to the latest version of kurtosis #1437
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
| title: "Wait for block proposal from ${validatorPairName}" | ||
| config: | ||
| minTransactionCount: 240 | ||
| minTransactionCount: 80 # For some reason the tx fuzz is working different than the old spammer, we need to check it |
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.
Here is an issue for tracking this: #1440
| #💻 kurtosis.assertoor: @ Execute the assertoor network params in .github | ||
| kurtosis.assertoor: kurtosis.clean kurtosis.setup.lambdaconsensus | ||
| kurtosis run --enclave $(KURTOSIS_ENCLAVE) $(KURTOSIS_DIR) --args-file .github/config/assertoor/network-params.yml | ||
|
|
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.
Just a convenient way to run the assertoor step locally
LeanSerra
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.
LGTM
Motivation
PRs were failing in main due to assertoor (and specifically the update of
ethereum-package)Description
This PR updates kurtosis version as well as the clients one, it doesn't add the
electra_fork_epochparam to still run indeneb.The PR also add some minor changes, it fixed some hex values in the config matching the variables ending as
FORK_VERSION, to avoid listing the new ones added inethereum-packageone by one and adds a convenient way to run assertoor locally.