Jorge-Lopes / agoric-sdk

monorepo for the Agoric Javascript smart contract platform
Apache License 2.0
0 stars 0 forks source link

`vaults.preAuction` is in reverse order #13

Closed anilhelvaci closed 7 months ago

anilhelvaci commented 7 months ago

Describe the bug

Vaults are displayed in reverse order at vaults.preAuction node.

To Reproduce

Steps to reproduce the behavior:

cd agoric-sdk/packages/boot
yarn test test/bootstrapTests/test-liquidation-visilibility.ts -m visibility-before-upgrade

Expected behavior

Vaults should be displayed in the order they are created.

anilhelvaci commented 7 months ago

Looks like the order of the vaults are debt / collateral order. Wrong alarm in this issue. Need to fix the tests.