farcaster-node
farcaster-node copied to clipboard
Farcaster cross-chain atomic swap node.
Closes #719 I am testing it locally. Will update this description and fix it if local tests do not pass. Also, please make sure it also works in your machine...
Running the full tests locally on my machine doesn't work with the last argument `--rpc-ssl enable`, but it looks like it works in the CI. @LeoNero I guess it works...
This is done with the goal of making the processing of make and take offer easier to read by removing most of the and_then statements and unnesting some of the...
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...
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...
Implements #706 This PR introduce two new buses: `sync` and `rpc` and split requests on these new buses. - [ ] Rename module `rpc` into `bus` to have `bus::msg`, `bus::rpc`,...
Issue I described in IRC before already: when using ssl://blockstream.info:993 as the electrum server on testnet, without any other logged failures, start receiving only empty messages from blockstream.info. Thereafter, don't...
Instead of having the option to manually restore checkpoints on startup, farcasterd could automatically trigger a request to restore all swaps once databased is up and running. @Lederstrumpf and @h4sh3d...