-
Notifications
You must be signed in to change notification settings - Fork 5
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
Sigma leaves TXs in pending state #883
Labels
Comments
tonimateos
changed the title
Sigma leaves TXs in pending state
Sigma leaves TXs in pending state - has reorgs that the EVM fail to catch - and has 2m production block
Nov 20, 2024
tonimateos
changed the title
Sigma leaves TXs in pending state - has reorgs that the EVM fail to catch - and has 2m production block
Sigma leaves TXs in pending state - and apparently nonce is not incremented in the EVM
Nov 20, 2024
tonimateos
added
the
High Priority
Proposed to focus on this when other tasks are present
label
Nov 28, 2024
Possibly fixed by paritytech/polkadot-sdk#4639 |
tonimateos
changed the title
Sigma leaves TXs in pending state - and apparently nonce is not incremented in the EVM
Sigma leaves TXs in pending state
Dec 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
https://drive.google.com/file/d/1BuXhkIHSI1097N5cpbMejLAQt1nrhmd-/view?usp=drive_link
Behaviour: about 1 in 4 TXs in Sigma are stalled in a "Pending" state that lasts forever. Example: https://sigma.explorer.laosnetwork.io/tx/0xc5413ac198de89581e820321c6de0458f6c583234badd26c93c17e1ea681dfcd
How to reproduce: try doing various TXs in Sigma yourself.
Alternatively:
batch-minter
npm ci
and set the.env
file./node_modules/.bin/truffle exec scripts/test_coin_transfers.js --network sigma
It should do about 15 coin transfers. It never gets beyond the 5th or 6th. Sometimes 2 are enough to get stalled, sometimes 5...
ACCEPTANCE:
The text was updated successfully, but these errors were encountered: