xmr-btc-swap/swap/src/protocol/alice
Thomas Eizinger a8bfc1d686 Make LatestRate::Error require std::error::Error trait bound
This allows us to use .context instead of .map_err when calling
`latest_rate()`. For the static rate module, we simply fill in
`Infallible` which is actually better suited because it describes
that we are never using this error.
2021-02-22 13:27:47 +11:00
..
behaviour.rs Import anyhow::Result across the codebase 2021-02-22 13:26:56 +11:00
encrypted_signature.rs Use event_process = false for Alice 2021-02-08 09:16:29 +11:00
event_loop.rs Make LatestRate::Error require std::error::Error trait bound 2021-02-22 13:27:47 +11:00
execution_setup.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
quote_response.rs The first message is actually a quote or rate request 2021-02-12 17:05:06 +11:00
state.rs Only construct proof system once 2021-02-19 15:18:39 +11:00
steps.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
swap.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
transfer_proof.rs Use event_process = false for Alice 2021-02-08 09:16:29 +11:00