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

VRF-798: fix "nonce too low" in load test setup when creating a subsc… #11560

Merged
merged 5 commits into from
Dec 13, 2023

Conversation

iljapavlovs
Copy link
Collaborator

…ription

Copy link
Contributor

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 {
Copy link
Contributor

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?

Copy link
Collaborator Author

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

@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@iljapavlovs iljapavlovs added this pull request to the merge queue Dec 13, 2023
Merged via the queue into develop with commit 7cb552e Dec 13, 2023
81 of 82 checks passed
@iljapavlovs iljapavlovs deleted the chore/VRF-798-fix-nonce-issue branch December 13, 2023 19:25
fbac pushed a commit that referenced this pull request Dec 14, 2023
#11560)

* VRF-798: fix "nonce too low" in load test setup when creating a subscription

* VRF-798: fix runtime issue

* VRF-798: PR comments
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.

4 participants