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

CI/CD workflow fails because of invalid nonce #171

Open
FabijanC opened this issue Jul 19, 2022 · 0 comments
Open

CI/CD workflow fails because of invalid nonce #171

FabijanC opened this issue Jul 19, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@FabijanC
Copy link
Collaborator

FabijanC commented Jul 19, 2022

E.g. this CircleCI job.

When testing on alpha-goerli, we are using a funded account (whose private key and address are stored in the CircleCI Shardlabs context).

I believe the nonce error results from the parallel execution of tests while using the same account (simultaneous transactions altering the nonce value). Either that, or someone somewhere is using the account at the same time, and it ain't me.

Possible solutions:

  • allow only one test at a time to access the account
  • have one account per each parallel job
  • have alpha-goerli tests only in one job

Any suggestions?

@FabijanC FabijanC added the bug Something isn't working label Jul 19, 2022
@FabijanC FabijanC moved this to 🆕 New in starknet-hardhat-plugin Jul 19, 2022
@FabijanC FabijanC added the help wanted Extra attention is needed label Jul 19, 2022
@FabijanC FabijanC moved this from 🆕 New to 📋 Backlog in starknet-hardhat-plugin Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant