Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Ganache Stuck #4566

Open
nsnull0 opened this issue Jan 8, 2024 · 6 comments
Open

Ganache Stuck #4566

nsnull0 opened this issue Jan 8, 2024 · 6 comments

Comments

@nsnull0
Copy link

nsnull0 commented Jan 8, 2024

Ganache always stuck at some time.
sometimes when you restart ganache, when want to execute transaction, it will stuck.
it trying to getReceipt
and so many net_version logs
I tried to wait a few minutes like more than 10 minutes which is already abnormal, still stuck forever i guess.

> Ganache `eth_getTransactionReceipt` notice: the transaction with hash
 > `0x07e81f7beb42355a6bdf3b2fe62db2046515df616e09ac1db6f16bd96850c349` has not
 > yet been mined. See https://trfl.io/v7-instamine for additional information.
eth_getTransactionReceipt
 > Ganache `eth_getTransactionReceipt` notice: the transaction with hash
 > `0x07e81f7beb42355a6bdf3b2fe62db2046515df616e09ac1db6f16bd96850c349` has not
 > yet been mined. See https://trfl.io/v7-instamine for additional information.
eth_getTransactionReceipt
 > Ganache `eth_getTransactionReceipt` notice: the transaction with hash
 > `0x07e81f7beb42355a6bdf3b2fe62db2046515df616e09ac1db6f16bd96850c349` has not
 > yet been mined. See https://trfl.io/v7-instamine for additional information.
net_version
eth_getTransactionReceipt
 > Ganache `eth_getTransactionReceipt` notice: the transaction with hash
 > `0x07e81f7beb42355a6bdf3b2fe62db2046515df616e09ac1db6f16bd96850c349` has not
 > yet been mined. See https://trfl.io/v7-instamine for additional information.
eth_blockNumber
eth_getTransactionReceipt
 > Ganache `eth_getTransactionReceipt` notice: the transaction with hash
 > `0x07e81f7beb42355a6bdf3b2fe62db2046515df616e09ac1db6f16bd96850c349` has not
 > yet been mined. See https://trfl.io/v7-instamine for additional information.
eth_blockNumber
eth_getTransactionReceipt
 > Ganache `eth_getTransactionReceipt` notice: the transaction with hash
 > `0x07e81f7beb42355a6bdf3b2fe62db2046515df616e09ac1db6f16bd96850c349` has not
 > yet been mined. See https://trfl.io/v7-instamine for additional information.
eth_getTransactionReceipt
 > Ganache `eth_getTransactionReceipt` notice: the transaction with hash
 > `0x07e81f7beb42355a6bdf3b2fe62db2046515df616e09ac1db6f16bd96850c349` has not
 > yet been mined. See https://trfl.io/v7-instamine for additional information.
eth_getTransactionReceipt
 > Ganache `eth_getTransactionReceipt` notice: the transaction with hash
 > `0x07e81f7beb42355a6bdf3b2fe62db2046515df616e09ac1db6f16bd96850c349` has not
 > yet been mined. See https://trfl.io/v7-instamine for additional information.
eth_getTransactionReceipt

i have this logs with strict mode.

Usually by add Network again to metamask, with different port and address, it working perfectly fine again. i just wondering if this is a BUG.
would be great if ganache can reuse setting without changing port and address everytime stuck.

@davidmurdoch
Copy link
Member

It sounds like you've sent a transaction with a nonce that is higher than the current nonce.

@111Seven
Copy link

111Seven commented Jan 31, 2024

I am also facing similar issues, especially nonce too high. In my case, I have to deploy many contracts before making the transaction to the contract. I can deploy the contracts just fine. But the problem is in some cases. For instance, I face this issue if I make a transaction to one of the contracts that calls another contract (I am using interfaces). I am sharing a little information, but if it sounds like something related, I will share more information.

The entire setup is working when I do the transaction using Remix to the same local network and Metamask setup. I am not sure what's going on I am using ganache. I just tried some basic troubleshooting, like clearing the data in the advanced settings of Metamask and changing the account. But nothing helps...

@davidmurdoch
Copy link
Member

You'll need to switch to something that's maintained. Ganache is dead. If you manage to fix it in ganache and PR the change I might still be able to review, merge, and release.

@111Seven
Copy link

Thank you. I have been with Ganache for quite some time, and it's a great tool. I will see what is happening and post it here. Hopefully, it is helpful...

If you have any suggestions on Ganache Equivalents, please advise...Once again, thank you for all the help!

@davidmurdoch
Copy link
Member

Thanks for supporting ganache over the years. Foundry's anvil is closest, and their extension rivet is closest to Ganache UI (way better, even!).

@111Seven
Copy link

111Seven commented Feb 1, 2024

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants