nim-codex/codex/sales/states
Eric 0157ca4c57
fix(slot-reservations): Avoid slot filled cancellations (#963)
* Avoid cancelling states when slot is filled

* improve logging

Improves logging for situations where a Sale should be ignored instead of being considered an error, including when reservation is not allowed and when a slot was filled by another host.

* remove onSlotFilled unit tests from states
2024-10-24 05:56:12 +00:00
..
cancelled.nim feat[marketplace]: add slot queue pausing (#752) 2024-05-26 00:38:38 +00:00
downloading.nim feat[marketplace]: add slot queue pausing (#752) 2024-05-26 00:38:38 +00:00
errored.nim feat[marketplace]: add slot queue pausing (#752) 2024-05-26 00:38:38 +00:00
errorhandling.nim [marketplace] Load sales state from chain (#306) 2023-03-08 14:34:26 +01:00
failed.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
filled.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
filling.nim fix(slot-reservations): Avoid slot filled cancellations (#963) 2024-10-24 05:56:12 +00:00
finished.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
ignored.nim feat(slot-reservations): Add SaleSlotReserving state (#917) 2024-10-04 06:16:11 +00:00
initialproving.nim Wire up prover (#736) 2024-03-12 12:10:14 +00:00
payout.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
preparing.nim feat(slot-reservations): Add SaleSlotReserving state (#917) 2024-10-04 06:16:11 +00:00
proving.nim Cleanup integration tests (#757) 2024-05-23 15:29:30 +00:00
provingsimulated.nim Cleanup integration tests (#757) 2024-05-23 15:29:30 +00:00
slotreserving.nim fix(slot-reservations): Avoid slot filled cancellations (#963) 2024-10-24 05:56:12 +00:00
unknown.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00