farcaster-node
farcaster-node copied to clipboard
State machines: Add Executor trait
Adds an executor trait that is useful for a common operation involving state machines: Creating an event and calling next on the state machine and logging its results.
Based on #693