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

Transaction pending forever #1389

Open
victormunoz opened this issue Apr 17, 2024 · 2 comments
Open

Transaction pending forever #1389

victormunoz opened this issue Apr 17, 2024 · 2 comments
Labels

Comments

@victormunoz
Copy link

I am running a frontier node locally, and everything seems to work. For example I can send dots from one account to another.

When I connect to the EVM network with Metamask, putting the node url with the RPC port 8334 and the chain id, I can see the balance of the account correct (a very high number as defined in the chain spec). Therefore it seems the connection to the EVM is successful.

But, when I try to send 1 ether to another account, the transaction keeps in pending state forever.
No error is shown anywhere, but the transaction is never done. The node log do not show any error neither.

What can be happening? Is there any way to debug the problem?

@DylanVerstraete
Copy link

I have exact the same issue on our nodes, which use a forked version of frontier from a couple of months ago. Did you try running the latest frontier code? Because it works there, only they changed the account id type. The account are now full blown evm accounts.

@victormunoz
Copy link
Author

I am also using an old version. I tried the last version but I cannot make it finalize blocks, also I cannot successfully install the validator set pallet which I need to add and remove validators: https://github.com/gautamdhameja/substrate-validator-set

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

No branches or pull requests

2 participants