-
Notifications
You must be signed in to change notification settings - Fork 79
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
Metamask nonce issue #156
Comments
I was missing this context when reviewing #155 and I think my addition to it setting the network id to 15 won't be fixing your problem. This commit should be reverted f7c25c1 Trying to think about the implications of starting with a different network_id every time. I assume that you started noticing the issue after doing a However I don't really understand how your hack may have fixed the issue, as right now every time you run |
Yea, what I actually do is run devchain on my modified aragon-cli, and leave it up for a while. This works for a long time. When the nonce issue shows up, I restart devchain and it goes away for another long time. |
Also, maybe just restarting devchain was enough and I'm fooling myself into thinking it needed more. |
Are you running If that's the case, I think I know what the root of issue may be:
In order to circumvent the issue you can either not run |
@jtremback I investigated the issue a bit more, and I think it is now solved. I brought back your idea of randomizing the network id every time the chain is started (I didn't detect any side effects). Sometimes Metamask is still stuck even if the networkID changes, but switching to another network and then switching back seems to resolve it in all cases. |
I was running into this issue: MetaMask/metamask-extension#1999
I fixed it with this janky hack: e2509c2
Is there a better long term solution?
The text was updated successfully, but these errors were encountered: