You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Any suggestions?
The text was updated successfully, but these errors were encountered: