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
Liquidation never takes place following rebuild from master despite conditions conducive to it, vaults hung in liquidating state and bids never fill
#7796
After rebuilding docker from master to test @Chris-Hibbert's fix #7784 - I setup test scenario for reconstitution, pushed price to trigger liquidations but liquidation never completes (even though auction continues to run).
Vaults are hung in 'liquidating' state'.
To Reproduce
Steps to reproduce the behavior:
Rebuild docker against Master
Set Flow 2b liquidation scenario with price of 12.34, 3x vaults + 2 bids as per:
Observe default 1hour auction schedule via 'agops inter action status', wait for 1-1.5 cycles for it to pick up testing default of 10min (600s start freq) and 5mins price lock period (300s).
Observe vaults go into 'liquidating' state in Vaults UI but never complete liquidation.
Observe no collateral on offer and no bids filled for outstanding debt despite bids in.
Observe 'liquidating' vaults stuck in loop.
Observe auctions start and complete in cycles but no collateral on offer or bids filled.
Expected behavior
Expected auction schedule to have settled, liquidation to have occurred and auction complete with bids filled and 2x vaults reconstituted
Platform Environment
what OS are you using? what version of Node.js?
is there anything special/unusual about your platform?
what version of the Agoric-SDK are you using? (run git describe --tags --always)
Additional context
Tried changing auction params to see if it would refresh/wake-up liquidator but didn't have an effect.
Screenshots
The text was updated successfully, but these errors were encountered:
Created another vault and dropped price to 9.99 to force liquidation seemed to have unstuck it a bit. The vault was actually liquidated properly and auction ticked forward selling some collateral. Vault even received excess collateral but the other 3 vaults remain stuck in state of 'liquidating'
Was able to reproduce on another account - the 3 vaults are hung in liquidating state, auction never starts, bids are not filled, vaults not liquidated.
Describe the bug
After rebuilding docker from master to test @Chris-Hibbert's fix #7784 - I setup test scenario for reconstitution, pushed price to trigger liquidations but liquidation never completes (even though auction continues to run).
Vaults are hung in 'liquidating' state'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected auction schedule to have settled, liquidation to have occurred and auction complete with bids filled and 2x vaults reconstituted
Platform Environment
git describe --tags --always
)Additional context
Tried changing auction params to see if it would refresh/wake-up liquidator but didn't have an effect.
Screenshots
The text was updated successfully, but these errors were encountered: