xmr-btc-swap/swap/src
Franck Royer fd084b764d
Move generation of keys inside State0::new
The event loop will now use this function so I want to simplify its
usage to avoid having to instantiate too many items to use it.
2021-02-10 16:42:53 +11:00
..
bin Move main.rs to cli.rs to prepare for nectar binary 2021-02-10 16:42:51 +11:00
bitcoin Upgrade toolchain 2021-02-04 15:18:33 +11:00
config Upgrade toolchain 2021-02-04 15:18:33 +11:00
database Upgrade tokio to 1.0 2021-01-29 11:36:10 +11:00
monero Add functionality to open monero wallet through rpc 2021-02-09 16:34:50 +11:00
network Use event_process = false for Alice 2021-02-08 09:16:29 +11:00
protocol Move generation of keys inside State0::new 2021-02-10 16:42:53 +11:00
bitcoin.rs Rename config to execution_params 2021-01-29 17:27:50 +11:00
cli.rs Remove sell-xmr from CLI 2021-02-10 16:41:38 +11:00
config.rs Move main.rs to cli.rs to prepare for nectar binary 2021-02-10 16:42:51 +11:00
database.rs Top to bottom pub mod then mod then pub use then use (incl. use crate and use self) 2021-01-21 19:10:51 +11:00
execution_params.rs Rename config to execution_params 2021-01-29 17:27:50 +11:00
fs.rs Use correct default data directory 2021-02-02 20:36:58 +11:00
lib.rs Move main.rs to cli.rs to prepare for nectar binary 2021-02-10 16:42:51 +11:00
monero.rs Add functionality to open monero wallet through rpc 2021-02-09 16:34:50 +11:00
network.rs Top to bottom pub mod then mod then pub use then use (incl. use crate and use self) 2021-01-21 19:10:51 +11:00
protocol.rs Remove dependency of main.rs on lib.rs 2021-01-22 09:00:49 +11:00
seed.rs Deterministic peer id from seed for alice 2021-01-11 12:00:48 +11:00
serde_peer_id.rs Bob peer id can be retrieved from the DB 2021-01-22 17:19:20 +11:00
trace.rs Upgrade tokio to 1.0 2021-01-29 11:36:10 +11:00