stacks-network / sbtc-developer-release

sBTC primitives, signer components, helper tools
https://sbtc.tech
MIT License
1.98k stars 22 forks source link

[sBTC DR] Romeo crashes with unexpected transaction status updates #268

Open friedger opened 11 months ago

friedger commented 11 months ago

Expected Behavior

Romeo runs stable (See #262 )

Actual Behavior

Romeo crashes with the message below:

thread 'main' panicked at 'Got an Rejected status update for a Stacks transaction that is not acknowledged: 49cc171922c389e11bf53640d3c4d3d83c04c0701cd232c451c84c9c03232b03', romeo/src/state.rs:293:29

Steps to Reproduce

See #272

Screenshots or Videos

radicleart commented 11 months ago

See also

thread 'main' panicked at 'Got an Broadcasted status update for a Stacks transaction that is not acknowledged: f14325bdaefdf4d982892204ffa9a6ec2188e5d0a44685d5f58c4ca97d3db570', romeo/src/state.rs:293:29
stjepangolemac commented 11 months ago

I think we had a bad auto merge somewhere. We've had another crash that looks similar. I think I know how to fix it.