Bitcoin–Monero Cross-chain Atomic Swap
Go to file
Tobin C. Harding fc12b0d9fd Re-order send/receive
There are no guarantees that send_message and receive_massage do not block
the flow of execution. Therefore they must be paired between Alice/Bob, one
send to one receive in the correct order.

Define Alice to call `receive_message` first, with Bob sending the message. Do
this because we are expecting Alice to be have a well known address, there is no
currently such assumption for Bob.
2020-10-12 08:53:21 +11:00
.github/workflows Add 60 sleep to workflow 2020-10-09 11:16:15 +11:00
monero-harness Remove redundant license 2020-09-28 17:18:02 +10:00
xmr-btc Re-order send/receive 2020-10-12 08:53:21 +11:00
.gitignore Use intellij rust gitignore 2020-10-09 11:40:00 +11:00
bors.toml Swap Monero for Bitcoin 2020-09-28 17:15:57 +10:00
Cargo.toml Swap Monero for Bitcoin 2020-09-28 17:15:57 +10:00
LICENSE Initial commit 2020-09-28 15:55:08 +10:00
rust-toolchain Swap Monero for Bitcoin 2020-09-28 17:15:57 +10:00
rustfmt.toml Swap Monero for Bitcoin 2020-09-28 17:15:57 +10:00