-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
VRF-817: run all VRF V2 tests in CI #11620
Conversation
I see that you haven't updated any README files. Would it make sense to do so? |
require.NoError(t, err) | ||
|
||
env, err := test_env.NewCLTestEnvBuilder(). | ||
WithTestInstance(t). | ||
WithGeth(). | ||
WithPrivateEthereumNetwork(network). |
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.
So we are using the PoS network for these tests after all? Or does this change imply something else?
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.
if ETH2_EL_CLIENT
env var is not set, then it will use PoW with Geth by default
SonarQube Quality Gate |
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 but check with another reviewer as well
No description provided.