Skip to content
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

Add required flag #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add required flag #10

wants to merge 1 commit into from

Conversation

derrix060
Copy link

Since NethermindEth/juno#2249,
it's now required to either pass the --eth-node flag or
--disable-l1-verification

Since NethermindEth/juno#2249,
it's now required to either pass the --eth-node flag or
--disable-l1-verification
@@ -15,6 +15,7 @@ def run(plan, name, participant):
"--http-host", "0.0.0.0",
"--log-level", "debug",
"--db-path", "/var/lib/juno",
"--disable-l1-verification"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue is that, in the current pipeline, tests are run by default on the latest released juno version (nethermind/juno:latest), which doesn’t support this flag yet so pipeline gonna fail.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, we are getting this from Docker hub instead of artifactory, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants