mwcproject / mwc-wallet

MWC Wallet for Full Node
Apache License 2.0
18 stars 22 forks source link

check the bitcoin dependencies and try to upgrade it #8

Closed suemto closed 2 months ago

suemto commented 3 years ago

Currently, the mwc-wallet is using mwcproject/rust-bitcoin on branch zkp which is quite old (branched from rust-bitcoin tag 0.19.1 made at Aug. 2019), and the latest rust-bitcoin version is 0.25.2.

bitcoin = { version = "0.19", git = "https://github.com/mwcproject/rust-bitcoin", branch = "zkp", features = ["bitcoinconsensus"] }
bitcoin_hashes = { version = "0.7", features = ["serde"] }
bch = { git = "https://github.com/mwcproject/rust-bch", branch = "master" }

https://github.com/mwcproject/mwc-wallet/blob/master/libwallet/Cargo.toml#L41-L44

bayk commented 2 months ago

Let's keep swaps as it is. We will update when we will be able to test them end to end