Agoric / dapp-inter

User application for Agoric Inter Protocol—Vaults, BLD Boost, Liquidations, etc.
2 stars 10 forks source link

collateralAvailable discrepancy in Liquidation Reconstitution Tests with a3p #371

Closed rabi-siddique closed 1 month ago

rabi-siddique commented 1 month ago

In our liquidation reconstitution tests, when the vaults are reconstituted and liquidated, we expect the collateralAvailable value to be 31.414987. But, when we conduct tests with a3p, this value frequently shows up as 34.98999. In contrast, everything appears normal when we test against emerynet.

We need to investigate why there is a difference in the collateralAvailable values between the a3p and emerynet tests. One possibility is that some vaults linked to governance wallets might be causing this discrepancy. We need to confirm whether this is the case.

If we find that the governance wallets are the source of the issue, we must ensure that all vaults associated with these wallets are closed before starting the tests.