From 062caeaad99a5ef24f4027ca16a447da41333557 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:02:09 +0000 Subject: [PATCH 1/2] chore(deps): bump rust-dashcore pin to key-wallet asset-lock override branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Points the 8 rust-dashcore workspace deps at dashpay/rust-dashcore#850 (feat/key-wallet-asset-lock-explicit-utxo-override @ d42081e7), which adds an explicit-UTXO-override escape hatch for asset-lock funding. Updates the one build_asset_lock_with_signer call site in this branch for the new optional override parameter (passed as None — this branch doesn't use the override). TODO(pin) left in Cargo.toml: bump again once #850 merges to dev. Co-Authored-By: Claude Opus 4.5 --- Cargo.lock | 24 +++++++++---------- Cargo.toml | 18 +++++++------- .../src/wallet/asset_lock/build.rs | 1 + 3 files changed, 23 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a46c8e326b..8a84ef48aab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1637,7 +1637,7 @@ dependencies = [ [[package]] name = "dash-network" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" dependencies = [ "bincode", "bincode_derive", @@ -1648,7 +1648,7 @@ dependencies = [ [[package]] name = "dash-network-seeds" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" dependencies = [ "dash-network", ] @@ -1725,7 +1725,7 @@ dependencies = [ [[package]] name = "dash-spv" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" dependencies = [ "async-trait", "chrono", @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "dashcore" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" dependencies = [ "anyhow", "base64-compat", @@ -1780,12 +1780,12 @@ dependencies = [ [[package]] name = "dashcore-private" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" [[package]] name = "dashcore-rpc" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" dependencies = [ "dashcore-rpc-json", "hex", @@ -1798,7 +1798,7 @@ dependencies = [ [[package]] name = "dashcore-rpc-json" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" dependencies = [ "bincode", "dashcore", @@ -1813,7 +1813,7 @@ dependencies = [ [[package]] name = "dashcore_hashes" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" dependencies = [ "bincode", "dashcore-private", @@ -2867,7 +2867,7 @@ dependencies = [ [[package]] name = "git-state" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" [[package]] name = "glob" @@ -4034,7 +4034,7 @@ dependencies = [ [[package]] name = "key-wallet" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" dependencies = [ "aes", "async-trait", @@ -4063,7 +4063,7 @@ dependencies = [ [[package]] name = "key-wallet-ffi" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" dependencies = [ "cbindgen 0.29.4", "dash-network", @@ -4079,7 +4079,7 @@ dependencies = [ [[package]] name = "key-wallet-manager" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=647fa9820f3614090e4e5f5f2b709961d68e538b#647fa9820f3614090e4e5f5f2b709961d68e538b" +source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" dependencies = [ "async-trait", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 3fbbd5c2552..d82c7f08039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,14 +50,16 @@ members = [ ] [workspace.dependencies] -dashcore = { git = "https://github.com/dashpay/rust-dashcore", rev = "647fa9820f3614090e4e5f5f2b709961d68e538b" } -dash-network-seeds = { git = "https://github.com/dashpay/rust-dashcore", rev = "647fa9820f3614090e4e5f5f2b709961d68e538b" } -dash-spv = { git = "https://github.com/dashpay/rust-dashcore", rev = "647fa9820f3614090e4e5f5f2b709961d68e538b" } -key-wallet = { git = "https://github.com/dashpay/rust-dashcore", rev = "647fa9820f3614090e4e5f5f2b709961d68e538b" } -key-wallet-ffi = { git = "https://github.com/dashpay/rust-dashcore", rev = "647fa9820f3614090e4e5f5f2b709961d68e538b" } -key-wallet-manager = { git = "https://github.com/dashpay/rust-dashcore", rev = "647fa9820f3614090e4e5f5f2b709961d68e538b" } -dash-network = { git = "https://github.com/dashpay/rust-dashcore", rev = "647fa9820f3614090e4e5f5f2b709961d68e538b" } -dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", rev = "647fa9820f3614090e4e5f5f2b709961d68e538b" } +# TODO(pin): tracks dashpay/rust-dashcore#850 (draft) — asset-lock explicit +# UTXO override. Bump to the merged `dev` SHA once that PR lands. +dashcore = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } +dash-network-seeds = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } +dash-spv = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } +key-wallet = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } +key-wallet-ffi = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } +key-wallet-manager = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } +dash-network = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } +dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } tokio-metrics = "0.5" diff --git a/packages/rs-platform-wallet/src/wallet/asset_lock/build.rs b/packages/rs-platform-wallet/src/wallet/asset_lock/build.rs index 5a3444a3159..89a1fa9a7c0 100644 --- a/packages/rs-platform-wallet/src/wallet/asset_lock/build.rs +++ b/packages/rs-platform-wallet/src/wallet/asset_lock/build.rs @@ -98,6 +98,7 @@ impl AssetLockManager { vec![funding], DEFAULT_FEE_PER_KB, signer, + None, ) .await .map_err(|e| { From a985d2359a3744194e9a5c074f7384ba8d1ecc95 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:33:02 +0000 Subject: [PATCH 2/2] chore(deps): switch rust-dashcore pin from PR #850 to PR #851 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #850 (asset-lock explicit UTXO override) and PR #851 (key-wallet out-of-order UTXO spend fix, #649) are disjoint branches off `dev`. Re-point the pin at #851's head, which this crate's watch-only rehydration work actually needs. The only call site depending on #850's API (`build_asset_lock_with_signer`'s `override_utxo` param) was passing `None` — a no-op default — so dropping the argument to match #851's 5-arg signature is a pure mechanical revert, no behavior change. Co-Authored-By: Claude Sonnet 4.5 --- Cargo.lock | 46 +++++++++---------- Cargo.toml | 21 +++++---- .../src/wallet/asset_lock/build.rs | 1 - 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a84ef48aab..2752f46c379 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1206,7 +1206,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1637,7 +1637,7 @@ dependencies = [ [[package]] name = "dash-network" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" dependencies = [ "bincode", "bincode_derive", @@ -1648,7 +1648,7 @@ dependencies = [ [[package]] name = "dash-network-seeds" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" dependencies = [ "dash-network", ] @@ -1725,7 +1725,7 @@ dependencies = [ [[package]] name = "dash-spv" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" dependencies = [ "async-trait", "chrono", @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "dashcore" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" dependencies = [ "anyhow", "base64-compat", @@ -1780,12 +1780,12 @@ dependencies = [ [[package]] name = "dashcore-private" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" [[package]] name = "dashcore-rpc" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" dependencies = [ "dashcore-rpc-json", "hex", @@ -1798,7 +1798,7 @@ dependencies = [ [[package]] name = "dashcore-rpc-json" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" dependencies = [ "bincode", "dashcore", @@ -1813,7 +1813,7 @@ dependencies = [ [[package]] name = "dashcore_hashes" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" dependencies = [ "bincode", "dashcore-private", @@ -2428,7 +2428,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2489,7 +2489,7 @@ checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" dependencies = [ "cfg-if", "rustix 1.1.4", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2867,7 +2867,7 @@ dependencies = [ [[package]] name = "git-state" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" [[package]] name = "glob" @@ -3803,7 +3803,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4034,7 +4034,7 @@ dependencies = [ [[package]] name = "key-wallet" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" dependencies = [ "aes", "async-trait", @@ -4063,7 +4063,7 @@ dependencies = [ [[package]] name = "key-wallet-ffi" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" dependencies = [ "cbindgen 0.29.4", "dash-network", @@ -4079,7 +4079,7 @@ dependencies = [ [[package]] name = "key-wallet-manager" version = "0.45.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f#d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" +source = "git+https://github.com/dashpay/rust-dashcore?rev=48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff#48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" dependencies = [ "async-trait", "bincode", @@ -4596,7 +4596,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -5698,7 +5698,7 @@ dependencies = [ "once_cell", "socket2 0.5.10", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6489,7 +6489,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6502,7 +6502,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6561,7 +6561,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -7421,7 +7421,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix 1.1.4", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -8870,7 +8870,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d82c7f08039..7fcb00ef8f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,16 +50,17 @@ members = [ ] [workspace.dependencies] -# TODO(pin): tracks dashpay/rust-dashcore#850 (draft) — asset-lock explicit -# UTXO override. Bump to the merged `dev` SHA once that PR lands. -dashcore = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } -dash-network-seeds = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } -dash-spv = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } -key-wallet = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } -key-wallet-ffi = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } -key-wallet-manager = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } -dash-network = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } -dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", rev = "d42081e7bc916fb5c4f994cdfa1c01cf5ede9e0f" } +# TODO(pin): tracks dashpay/rust-dashcore#851 (draft) — key-wallet +# out-of-order UTXO spend fix (#649). Bump to the merged `dev` SHA once +# that PR lands. +dashcore = { git = "https://github.com/dashpay/rust-dashcore", rev = "48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" } +dash-network-seeds = { git = "https://github.com/dashpay/rust-dashcore", rev = "48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" } +dash-spv = { git = "https://github.com/dashpay/rust-dashcore", rev = "48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" } +key-wallet = { git = "https://github.com/dashpay/rust-dashcore", rev = "48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" } +key-wallet-ffi = { git = "https://github.com/dashpay/rust-dashcore", rev = "48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" } +key-wallet-manager = { git = "https://github.com/dashpay/rust-dashcore", rev = "48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" } +dash-network = { git = "https://github.com/dashpay/rust-dashcore", rev = "48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" } +dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", rev = "48a07d3fcd2f8d37e109f969eb5da0a8bbbb9aff" } tokio-metrics = "0.5" diff --git a/packages/rs-platform-wallet/src/wallet/asset_lock/build.rs b/packages/rs-platform-wallet/src/wallet/asset_lock/build.rs index 89a1fa9a7c0..5a3444a3159 100644 --- a/packages/rs-platform-wallet/src/wallet/asset_lock/build.rs +++ b/packages/rs-platform-wallet/src/wallet/asset_lock/build.rs @@ -98,7 +98,6 @@ impl AssetLockManager { vec![funding], DEFAULT_FEE_PER_KB, signer, - None, ) .await .map_err(|e| {