xmr-btc-swap/xmr-btc
rishflab dd07e2f882 Add Alice execution path
Consolidate and simplify swap execution. Generators are no longer
needed. Consolidate recovery and swap data structures. The
recursive calls can be replaced with a loop if returning prior to
completion is desired for testing purposes.

Fill out alice abort path

Move state machine executors into seperate files

Not compiling due to recursion/async issues

Fix async recursion compilation errors

Fix Bob swap execution

Remove check for ack message from Alice. Seems like a bad idea to
rely on an acknowledgement message instead of looking at the
blockchain.

Fix Bob abort

Fix warnings

Xmr lock complete

Add TxCancel submit to XmrLocked

Bob swap completed

Remove alice
2020-11-27 09:21:21 +11:00
..
src Add Alice execution path 2020-11-27 09:21:21 +11:00
tests Correctly re-export types from bitcoin and monero modules 2020-11-12 13:49:07 +11:00
Cargo.toml Update cross-curve-dleq dependency 2020-11-09 13:14:09 +11:00