nim-codex/codex/sales/states
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
..
cancelled.nim Feat/bump questionable (#627) 2023-11-17 13:49:45 +01:00
downloading.nim refactor: move expiry update from fetchBatched (#634) 2023-11-28 22:04:11 +01:00
errored.nim Feat/bump questionable (#627) 2023-11-17 13:49:45 +01:00
errorhandling.nim [marketplace] Load sales state from chain (#306) 2023-03-08 14:34:26 +01:00
failed.nim Feat/bump questionable (#627) 2023-11-17 13:49:45 +01:00
filled.nim feat: update expiry when data downloaded and slot filled (#619) 2023-11-22 10:09:12 +00:00
filling.nim Feat/bump questionable (#627) 2023-11-17 13:49:45 +01:00
finished.nim Feat/bump questionable (#627) 2023-11-17 13:49:45 +01:00
ignored.nim chore(logging): purchases logging (#567) 2023-10-19 10:12:49 +02:00
initialproving.nim Feat/bump questionable (#627) 2023-11-17 13:49:45 +01:00
payout.nim Feat/bump questionable (#627) 2023-11-17 13:49:45 +01:00
preparing.nim chore(logging): purchases logging (#567) 2023-10-19 10:12:49 +02:00
proving.nim remove waitFor cancelAndWait in proving state (#643) 2023-12-06 14:20:14 +11:00
provingsimulated.nim refactor: merging proving module into sales (#469) 2023-08-21 12:26:43 +02:00
unknown.nim Feat/bump questionable (#627) 2023-11-17 13:49:45 +01:00