tezos-checker / checker

An in-development "robocoin" system for the Tezos blockchain
24 stars 16 forks source link

Missing online/offline views for identifying slices to cancel #300

Open gkaracha opened 3 years ago

gkaracha commented 3 years ago

As mentioned sometime ago on https://github.com/tezos-checker/checker/issues/150#issuecomment-892524022, we currently offer no way for users to identify slices (probably the last slice would suffice) that have been sent to the auction queue originating from a given burrow. This information is needed when one wants to call entrypoint_cancel_liquidation_slice.

Since advanced users can always reconstruct this information by looking into Checker's storage this has low priority at the moment, but it would be nice to offer this information at some point.