nim-dagger/codex/sales
Eric 86a6ef9215
remove waitFor cancelAndWait in proving state (#643)
In proving.onCancelled, the `waitFor state.loop.cancelAndWait()` was never completing. Turns out this was not needed, because when changing states, the current state's run is cancelled, which automatically cancels the state prove loop, because it is a child of proving.run. Therefore, the logic to cancelAndWait the prove loop was removed as it was not needed.
2023-12-06 14:20:14 +11:00
..
states remove waitFor cancelAndWait in proving state (#643) 2023-12-06 14:20:14 +11:00
reservations.nim Feat/bump questionable (#627) 2023-11-17 13:49:45 +01:00
salesagent.nim feat: partial payouts for cancelled requests (#561) 2023-10-24 10:12:54 +00:00
salescontext.nim feat: update expiry when data downloaded and slot filled (#619) 2023-11-22 10:09:12 +00:00
salesdata.nim [marketplace] Availability improvements (#535) 2023-09-29 14:33:08 +10:00
slotqueue.nim Fix slot queue push (#542) 2023-09-04 16:42:09 +02:00
statemachine.nim refactor: merging proving module into sales (#469) 2023-08-21 12:26:43 +02:00