xmr-btc-swap/swap/src
bors[bot] 4f631c0c9b
Merge #98
98: Remove tor module r=da-kami a=da-kami

This removes the currently unused `tor module`.
Different `tokio` versions have been causing issues with the `tor` module in the past (i.e. `Cargo.lock` broken problem...). It started causing issues again when adding a dependency to `jsonrpc_client` working on https://github.com/comit-network/xmr-btc-swap/pull/97

We don't support `tor` at the moment and are no planning to add this feature initially as it is not super important to users. 
The functionality can easily added again at a later point.

Co-authored-by: Daniel Karzel <daniel@comit.network>
2020-12-18 02:10:25 +00:00
..
alice Add a TODO to use existing helper functions 2020-12-15 16:51:23 +11:00
bin Work in review comments 2020-12-17 19:10:24 +11:00
bob Change pin_mut! to select! 2020-12-18 11:37:02 +11:00
network Construct tor transport for Bob 2020-11-03 15:13:25 +11:00
alice.rs Rename alice::negotiate to steps 2020-12-15 16:49:38 +11:00
bitcoin.rs Upgrade CLI for mainnet test 2020-12-11 14:46:29 +11:00
bob.rs Delete bob::negotiate 2020-12-15 16:53:50 +11:00
cli.rs Work in review comments 2020-12-17 19:10:24 +11:00
lib.rs Remove tor module 2020-12-17 18:50:15 +11:00
monero.rs Upgrade CLI for mainnet test 2020-12-11 14:46:29 +11:00
network.rs Add swap/ 2020-10-16 10:05:06 +11:00
serde.rs Save Bob state during swap 2020-12-15 10:18:46 +11:00
state.rs Cleanup Display for database states 2020-12-18 11:39:21 +11:00
storage.rs Resume command and global database cl-parameter 2020-12-15 21:40:52 +11:00
trace.rs Upgrade CLI for mainnet test 2020-12-11 14:46:29 +11:00