You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmr-btc-swap/swap/src
Franck Royer fac5b59d17
Remove unnecessary specification of the types
4 years ago
..
bin Move cli specific modules under cli folder 4 years ago
bitcoin Upgrade toolchain 4 years ago
cli Remove unnecessary specification of the types 4 years ago
database Alice event loop now handles the creation of new swaps 4 years ago
monero Add functionality to open monero wallet through rpc 4 years ago
network Alice event loop now handles the creation of new swaps 4 years ago
protocol Alice event loop now handles the creation of new swaps 4 years ago
bitcoin.rs Rename config to execution_params 4 years ago
cli.rs Move cli specific modules under cli folder 4 years ago
database.rs Top to bottom `pub mod` then `mod` then `pub use` then `use` (incl. `use crate` and `use self`) 4 years ago
execution_params.rs Rename config to execution_params 4 years ago
fs.rs Use correct default data directory 4 years ago
lib.rs Move cli specific modules under cli folder 4 years ago
monero.rs Introduced from float API for Monero quantities 4 years ago
network.rs Top to bottom `pub mod` then `mod` then `pub use` then `use` (incl. `use crate` and `use self`) 4 years ago
protocol.rs Remove dependency of main.rs on lib.rs 4 years ago
seed.rs No evident added value of having separate `Seed` structs 4 years ago
serde_peer_id.rs Bob peer id can be retrieved from the DB 4 years ago
trace.rs Upgrade tokio to 1.0 4 years ago