You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wow-btc-swap/swap/src
Thomas Eizinger 2c8200621d
Move `pub use` into pub use block
3 years ago
..
asb Allow ASB to be configured with max BTC buy amount 3 years ago
bin Monero address network check 3 years ago
bitcoin Upgrade bitcoin wallet to use BIP84 derivation scheme 3 years ago
cli Context for monero address parsing errors 3 years ago
database Remove `Tx` arguments from `add_signatures` functions 3 years ago
monero Reorder: Move utility functionality to bottom 3 years ago
network Replace quote with spot-price protocol 3 years ago
protocol Move `pub use` into pub use block 3 years ago
asb.rs Make LatestRate::Error require std::error::Error trait bound 3 years ago
bitcoin.rs Remove traits in favor of using the wallet struct directly 3 years ago
cli.rs Move cli specific modules under cli folder 3 years ago
database.rs Cleanup swap initialization for Alice and Bob 3 years ago
execution_params.rs Sweep all from generated wallet to user wallet 3 years ago
fs.rs Import anyhow::Result across the codebase 3 years ago
lib.rs Merge #214 3 years ago
monero.rs Remove unnecessary monero wallet trait abstractions 3 years ago
monero_ext.rs Upgrade to bdk 4.0 3 years ago
network.rs Replace quote with spot-price protocol 3 years ago
protocol.rs Only construct proof system once 3 years ago
seed.rs Merge network::Seed into crate::Seed 3 years ago
serde_peer_id.rs Bob peer id can be retrieved from the DB 3 years ago
trace.rs Remove `syncing` wallet log 3 years ago