xmr-btc-swap/swap/src/bitcoin
bors[bot] 81228c9d5b
Merge #209
209: Upgrade to bdk 0.4 r=thomaseizinger a=thomaseizinger

Effectively, this also means:

- Upgrading to rust-bitcoin 0.26
- Upgrading to miniscript 5
- Upgrading monero to 0.10
- Upgrading curve25519-dalek to 3
- Upgrading bitcoin-harness to rust-bitcoin 0.26 (https://github.com/coblox/bitcoin-harness-rs/pull/21)
- Upgrade `ecdsa_fun` to latest version
- Replace `cross_curve_dleq` with `sigma_fun` (to avoid an upgrade dance on that library)

I refrained from specifying `rev`s in the Cargo.toml because we have a lock-file anyway. This should allow us to update those dependencies easier in the future by just running `cargo update -p <dependency>`.

Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2021-02-22 00:00:06 +00:00
..
cancel.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
lock.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
punish.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
redeem.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
refund.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
timelocks.rs Replace bitcoind wallet with bdk wallet 2021-02-16 14:04:52 +11:00
wallet.rs Merge #209 2021-02-22 00:00:06 +00:00