xmr-btc-swap/swap
Thomas Eizinger 75aec95b0c
Introduce monero::TransferRequest
This allows us to move critical crypto logic onto `State3` which
holds all the necessary data which consequently allows us to get
rid of `lock_xmr` altogether by inlining it into the swap function.
The reduced indirection improves readability.
2021-03-18 15:44:36 +11:00
..
src Introduce monero::TransferRequest 2021-03-18 15:44:36 +11:00
tests Rename ExecutionParams to EnvironmentConfig 2021-03-17 16:31:16 +11:00
Cargo.toml prepare 0.3 release 2021-03-18 11:11:20 +11:00