From e40e084ac42b7e66e38c73cd27801b3b7275142b Mon Sep 17 00:00:00 2001 From: PastaClaw Date: Tue, 30 Jun 2026 11:24:10 -0500 Subject: [PATCH 1/2] build: update rust-dashcore to v0.44.0 --- Cargo.lock | 70 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 16 ++++++------- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8de05bacd9..2bd03cadde 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]] @@ -1636,8 +1636,8 @@ dependencies = [ [[package]] name = "dash-network" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "bincode", "bincode_derive", @@ -1647,8 +1647,8 @@ dependencies = [ [[package]] name = "dash-network-seeds" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "dash-network", ] @@ -1724,8 +1724,8 @@ dependencies = [ [[package]] name = "dash-spv" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "async-trait", "chrono", @@ -1753,8 +1753,8 @@ dependencies = [ [[package]] name = "dashcore" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "anyhow", "base64-compat", @@ -1779,13 +1779,13 @@ dependencies = [ [[package]] name = "dashcore-private" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" [[package]] name = "dashcore-rpc" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "dashcore-rpc-json", "hex", @@ -1797,8 +1797,8 @@ dependencies = [ [[package]] name = "dashcore-rpc-json" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "bincode", "dashcore", @@ -1812,8 +1812,8 @@ dependencies = [ [[package]] name = "dashcore_hashes" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" 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]] @@ -2866,8 +2866,8 @@ dependencies = [ [[package]] name = "git-state" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" [[package]] name = "glob" @@ -3803,7 +3803,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4033,8 +4033,8 @@ dependencies = [ [[package]] name = "key-wallet" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "aes", "async-trait", @@ -4062,8 +4062,8 @@ dependencies = [ [[package]] name = "key-wallet-ffi" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "cbindgen 0.29.4", "dash-network", @@ -4078,8 +4078,8 @@ dependencies = [ [[package]] name = "key-wallet-manager" -version = "0.43.0" -source = "git+https://github.com/dashpay/rust-dashcore?rev=5c0113e7901551450f6063023eec4be95beeb6b9#5c0113e7901551450f6063023eec4be95beeb6b9" +version = "0.44.0" +source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" 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]] @@ -5696,7 +5696,7 @@ dependencies = [ "once_cell", "socket2 0.5.10", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6486,7 +6486,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6499,7 +6499,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6558,7 +6558,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -7418,7 +7418,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix 1.1.4", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -8867,7 +8867,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 5d5f2960f1..c4796233eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,14 +50,14 @@ members = [ ] [workspace.dependencies] -dashcore = { git = "https://github.com/dashpay/rust-dashcore", rev = "5c0113e7901551450f6063023eec4be95beeb6b9" } -dash-network-seeds = { git = "https://github.com/dashpay/rust-dashcore", rev = "5c0113e7901551450f6063023eec4be95beeb6b9" } -dash-spv = { git = "https://github.com/dashpay/rust-dashcore", rev = "5c0113e7901551450f6063023eec4be95beeb6b9" } -key-wallet = { git = "https://github.com/dashpay/rust-dashcore", rev = "5c0113e7901551450f6063023eec4be95beeb6b9" } -key-wallet-ffi = { git = "https://github.com/dashpay/rust-dashcore", rev = "5c0113e7901551450f6063023eec4be95beeb6b9" } -key-wallet-manager = { git = "https://github.com/dashpay/rust-dashcore", rev = "5c0113e7901551450f6063023eec4be95beeb6b9" } -dash-network = { git = "https://github.com/dashpay/rust-dashcore", rev = "5c0113e7901551450f6063023eec4be95beeb6b9" } -dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", rev = "5c0113e7901551450f6063023eec4be95beeb6b9" } +dashcore = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } +dash-network-seeds = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } +dash-spv = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } +key-wallet = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } +key-wallet-ffi = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } +key-wallet-manager = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } +dash-network = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } +dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } tokio-metrics = "0.5" From c6240742caba641d44f1728ea26024bc2cd1b365 Mon Sep 17 00:00:00 2001 From: PastaClaw Date: Tue, 30 Jun 2026 11:52:41 -0500 Subject: [PATCH 2/2] build: pin rust-dashcore deps to commit 991c6eb instead of v0.44.0 tag Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 16 ++++++++-------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bd03cadde..1ca6768db2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1637,7 +1637,7 @@ dependencies = [ [[package]] name = "dash-network" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "bincode", "bincode_derive", @@ -1648,7 +1648,7 @@ dependencies = [ [[package]] name = "dash-network-seeds" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "dash-network", ] @@ -1725,7 +1725,7 @@ dependencies = [ [[package]] name = "dash-spv" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "async-trait", "chrono", @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "dashcore" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "anyhow", "base64-compat", @@ -1780,12 +1780,12 @@ dependencies = [ [[package]] name = "dashcore-private" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" [[package]] name = "dashcore-rpc" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "dashcore-rpc-json", "hex", @@ -1798,7 +1798,7 @@ dependencies = [ [[package]] name = "dashcore-rpc-json" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "bincode", "dashcore", @@ -1813,7 +1813,7 @@ dependencies = [ [[package]] name = "dashcore_hashes" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "bincode", "dashcore-private", @@ -2867,7 +2867,7 @@ dependencies = [ [[package]] name = "git-state" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" [[package]] name = "glob" @@ -4034,7 +4034,7 @@ dependencies = [ [[package]] name = "key-wallet" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "aes", "async-trait", @@ -4063,7 +4063,7 @@ dependencies = [ [[package]] name = "key-wallet-ffi" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "cbindgen 0.29.4", "dash-network", @@ -4079,7 +4079,7 @@ dependencies = [ [[package]] name = "key-wallet-manager" version = "0.44.0" -source = "git+https://github.com/dashpay/rust-dashcore?tag=v0.44.0#991c6ebe24d7ea8ba7d900a052b25be8c5498409" +source = "git+https://github.com/dashpay/rust-dashcore?rev=991c6ebe24d7ea8ba7d900a052b25be8c5498409#991c6ebe24d7ea8ba7d900a052b25be8c5498409" dependencies = [ "async-trait", "bincode", diff --git a/Cargo.toml b/Cargo.toml index c4796233eb..6d462f6275 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,14 +50,14 @@ members = [ ] [workspace.dependencies] -dashcore = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } -dash-network-seeds = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } -dash-spv = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } -key-wallet = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } -key-wallet-ffi = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } -key-wallet-manager = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } -dash-network = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } -dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.44.0" } +dashcore = { git = "https://github.com/dashpay/rust-dashcore", rev = "991c6ebe24d7ea8ba7d900a052b25be8c5498409" } +dash-network-seeds = { git = "https://github.com/dashpay/rust-dashcore", rev = "991c6ebe24d7ea8ba7d900a052b25be8c5498409" } +dash-spv = { git = "https://github.com/dashpay/rust-dashcore", rev = "991c6ebe24d7ea8ba7d900a052b25be8c5498409" } +key-wallet = { git = "https://github.com/dashpay/rust-dashcore", rev = "991c6ebe24d7ea8ba7d900a052b25be8c5498409" } +key-wallet-ffi = { git = "https://github.com/dashpay/rust-dashcore", rev = "991c6ebe24d7ea8ba7d900a052b25be8c5498409" } +key-wallet-manager = { git = "https://github.com/dashpay/rust-dashcore", rev = "991c6ebe24d7ea8ba7d900a052b25be8c5498409" } +dash-network = { git = "https://github.com/dashpay/rust-dashcore", rev = "991c6ebe24d7ea8ba7d900a052b25be8c5498409" } +dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", rev = "991c6ebe24d7ea8ba7d900a052b25be8c5498409" } tokio-metrics = "0.5"