xmr-btc-swap/swap/src
rishflab c91e9652aa Add alice punish test
Use reusable test init functions for happy path test

Extract tracing setup to reusable function

Move test initialization to seperate functions

Increase stack size in CI

Fix monero max finality time

Force Bob swarm polling to send message 2

Run Bob state to xmr_locked in punish test to force the sending of
message2. Previously Bob state was run until btc_locked. Although
this was the right thing to do, message2 was not being sent as the
swarm was not polled in btc_locked. Alice punish test passes.

Add info logging to executor
2020-12-04 17:23:37 +11:00
..
alice Add alice punish test 2020-12-04 17:23:37 +11:00
bin Add test for recursive executor 2020-11-30 15:13:20 +11:00
bob Add alice punish test 2020-12-04 17:23:37 +11:00
network Construct tor transport for Bob 2020-11-03 15:13:25 +11:00
alice.rs make new_swarm public 2020-11-30 15:13:20 +11:00
bitcoin.rs Implement wait_for_transaction_finality 2020-12-02 10:02:20 +11:00
bob.rs Add test for recursive executor 2020-11-30 15:13:20 +11:00
cli.rs Use correct default values for monerod_url* 2020-11-12 13:49:07 +11:00
lib.rs Add test for recursive executor 2020-11-30 15:13:20 +11:00
monero.rs Correctly re-export types from bitcoin and monero modules 2020-11-12 13:49:07 +11:00
network.rs Add swap/ 2020-10-16 10:05:06 +11:00
recover.rs Upgrade rust-bitcoin to 0.25 2020-12-04 08:11:55 +11:00
state.rs Extract execution details from driving loop 2020-11-30 15:13:20 +11:00
storage.rs Implement swap recover function for Alice 2020-11-12 13:49:07 +11:00
tor.rs Moving tor into swap 2020-10-23 12:47:52 +11:00
trace.rs Configure binary tracing level for xmr_btc and monero_harness 2020-11-12 13:49:07 +11:00