farcaster-node
farcaster-node copied to clipboard
Restore swap refactor
Instead of keeping track of the available checkpoints in the farcaster runtime, we use the cli to drive execution by first retrieving the checkpoint information for a certain swap id and then triggering the restore workflow.
Because the checkpoint list does not need to be persisted in farcasterd anymore, the ckecpoint list is no longer routed through farcasterd.
Based on #693