-
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-798: fix "nonce too low" in load test setup when creating a subsc… #11560
Conversation
I see that you haven't updated any README files. Would it make sense to do so? |
@@ -115,6 +115,14 @@ func TestVRFV2Performance(t *testing.T) { | |||
require.NoError(t, err) | |||
consumers, err = vrfv2_actions.DeployVRFV2Consumers(env.ContractDeployer, coordinator, 1) | |||
require.NoError(t, err) | |||
err = env.EVMClient.WaitForEvents() | |||
if err != nil { |
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.
Do we need this if statement when using require.NoError() below?
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.
ahh, copy/paste issue. thanks for the catch
SonarQube Quality Gate |
#11560) * VRF-798: fix "nonce too low" in load test setup when creating a subscription * VRF-798: fix runtime issue * VRF-798: PR comments
…ription