-
Notifications
You must be signed in to change notification settings - Fork 135
testing: Add kurtosis eth harness. #3306
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
base: master
Are you sure you want to change the base?
Conversation
be4b82e
to
ab1a8e6
Compare
How will you hook up base on top of this? |
Base needs access to the consensus node and execution node to run. I'm not sure yet if it will run without problems but it does run on top of this. However it requires ignoring some starting validation, so we will need to fork https://github.com/ethereum-optimism/optimism and comment out a couple lines. Then just point it at the endpoints. With the --dev flag we are not getting the consensus node currently you know. |
OK that makes sense, I think this is good. I'm getting this error when running the harness:
Is this not happening for you? I think you need to install these packages within the docker containers. |
@martonp did you run |
Actually maybe I have that installed globally? I think I need to add it to the package.json, doing that |
Sorry, can you run |
Actually adding base on top of this may be more complicated than I thought. |
This should let us hook up base for simnet. I think it's a good alternative to using --dev anyway as it is closer to eth mainnet.