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
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
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: