xmr-btc-swap/swap/src
2021-02-12 17:05:06 +11:00
..
bin Add nectar binary 2021-02-11 15:24:38 +11:00
bitcoin Upgrade toolchain 2021-02-04 15:18:33 +11:00
cli Remove unnecessary specification of the types 2021-02-11 10:34:44 +11:00
database Alice event loop now handles the creation of new swaps 2021-02-10 16:42:55 +11:00
monero Add functionality to open monero wallet through rpc 2021-02-09 16:34:50 +11:00
nectar Add nectar binary 2021-02-11 15:24:38 +11:00
network Alice event loop now handles the creation of new swaps 2021-02-10 16:42:55 +11:00
protocol The first message is actually a quote or rate request 2021-02-12 17:05:06 +11:00
bitcoin.rs Rename config to execution_params 2021-01-29 17:27:50 +11:00
cli.rs Move cli specific modules under cli folder 2021-02-11 10:34:44 +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 Add nectar binary 2021-02-11 15:24:38 +11:00
monero.rs Introduced from float API for Monero quantities 2021-02-10 16:42:54 +11:00
nectar.rs Add nectar binary 2021-02-11 15:24:38 +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 No evident added value of having separate Seed structs 2021-02-11 09:57:17 +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