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
bors[bot] 1de3fa486e
Merge #247
247: Calculate max_giveable based on spending script size r=da-kami a=thomaseizinger



Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
4 years ago
..
asb Maximum sell amount for ASB that defaults to 0.5 XMR 4 years ago
bin Calculate max_giveable based on spending script size 4 years ago
bitcoin Calculate max_giveable based on spending script size 4 years ago
cli Test to ensure default alice peer id and multi addr is valid 4 years ago
database Remove `Tx` arguments from `add_signatures` functions 4 years ago
monero ABS only sends quote response if sufficient XMR balance 4 years ago
network Remove unnecessary mention of Tor in comment 4 years ago
protocol Change anyhow! to bail! in error scenarios 4 years ago
asb.rs Make LatestRate::Error require std::error::Error trait bound 4 years ago
bitcoin.rs Remove `BuildTxLockPsbt` and `GetNetwork` traits 4 years ago
cli.rs Move cli specific modules under cli folder 4 years ago
database.rs Import anyhow::Result across the codebase 4 years ago
execution_params.rs Avoid possible mix up between timelocks 4 years ago
fs.rs Import anyhow::Result across the codebase 4 years ago
lib.rs Merge #214 4 years ago
monero.rs ABS only sends quote response if sufficient XMR balance 4 years ago
monero_ext.rs Upgrade to bdk 4.0 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 Only construct proof system once 4 years ago
seed.rs Derive bitcoin private key from seed 4 years ago
serde_peer_id.rs Bob peer id can be retrieved from the DB 4 years ago
trace.rs Remove `syncing` wallet log 4 years ago