xmr-btc-swap/swap/src
Daniel Karzel 8bf467b550 Make the factory code usable in production
- Introduce Test abstraction instead of tow harnesses, move test specific data into Test
- Change the abstraction from actors to swap, because we are creating swaps, not actors
- rename actor::swap  to run, because we are running a swap
2021-01-19 09:16:04 +11:00
..
bitcoin Remove dead code 2021-01-14 11:40:34 +11:00
config Deterministic peer id from seed for alice 2021-01-11 12:00:48 +11:00
database Do not introduced State6 2021-01-18 15:27:38 +11:00
monero Print each monero confirmation for Bob 2021-01-18 14:50:59 +11:00
network Remove dead code 2021-01-14 11:40:34 +11:00
protocol Make the factory code usable in production 2021-01-19 09:16:04 +11:00
bitcoin.rs Re-export bitcoin and monero types 2021-01-08 12:34:36 +11:00
cli.rs Merge #123 2021-01-11 04:25:26 +00:00
config.rs Merge #123 2021-01-11 04:25:26 +00:00
database.rs Make lock-tx id available in redeem/punish state to be able to assert exact fees 2021-01-18 14:45:47 +11:00
fs.rs Deterministic peer id from seed for alice 2021-01-11 12:00:48 +11:00
lib.rs Remove dead code 2021-01-14 11:40:34 +11:00
main.rs Make the factory code usable in production 2021-01-19 09:16:04 +11:00
monero.rs Remove dead code 2021-01-14 11:40:34 +11:00
network.rs Create network::Seed from swap::Seed instead of abstracting over byte array 2021-01-11 12:03:29 +11:00
protocol.rs Merge xmr_btc crate 2021-01-08 12:34:33 +11:00
seed.rs Deterministic peer id from seed for alice 2021-01-11 12:00:48 +11:00
trace.rs Log bitcoin harness and monero harness 2021-01-04 20:30:46 +11:00