farcaster-node icon indicating copy to clipboard operation
farcaster-node copied to clipboard

Restore swap refactor

Open TheCharlatan opened this issue 3 years ago • 0 comments

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

TheCharlatan avatar Aug 30 '22 11:08 TheCharlatan