nim-codex/codex/utils
Eric Mastro 8286fe5bee
WIP: many tests working, but some not testable
I know this is a big commit…

There are some tests that aren’t testable yet, such as testing that an active state transitions to cancelled/failed states. This is due to the inability to wait during some states like SaleFilling. The tests would likely need to be redesigned, but I don’t think it’s worth pursuing the fully declarative model further as it is too hard to debug.

The declarative state machine DOES work, however.

The main point for keeping this commit is for the learnings about the state machine to bring fwd into the branch used in 306.
2023-02-26 23:05:39 +11:00
..
addrutils.nim setup and persist private key (#292) 2022-11-01 18:58:41 -06:00
asyncheapqueue.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
asyncstatemachine.nim WIP: many tests working, but some not testable 2023-02-26 23:05:39 +11:00
fileutils.nim Fixes loading of private key on Windows (#299) 2022-11-07 15:54:24 +01:00
keyutils.nim Repo limits (#319) 2022-12-02 18:00:55 -06:00
optionalcast.nim [utils] Add operator `as` for optional casting 2022-10-25 15:10:35 +11:00
statemachine.nim PR comments 2023-02-14 13:47:51 +01:00