From dff1021d1edd865accb022f5e6183cccfe4964eb Mon Sep 17 00:00:00 2001 From: dashinfraclaw Date: Wed, 25 Mar 2026 19:07:49 +0000 Subject: [PATCH] [CI] Test rust-dashcore PR #579 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated integration test — updating rust-dashcore dependency to commit 8cbae416458565faac21d3452fbc6d80b324f6d3 --- dash-sdk-android/src/main/rust/Cargo.toml | 2 +- dash-sdk-bindings/Cargo.toml | 2 +- platform-mobile/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dash-sdk-android/src/main/rust/Cargo.toml b/dash-sdk-android/src/main/rust/Cargo.toml index 4962173..649663a 100644 --- a/dash-sdk-android/src/main/rust/Cargo.toml +++ b/dash-sdk-android/src/main/rust/Cargo.toml @@ -42,7 +42,7 @@ tower-layer = { git = "https://github.com/QuantumExplorer/tower", branch = "fix/ tower = { git = "https://github.com/QuantumExplorer/tower", branch = "fix/indexMap2OnV0413" } # this is required until this PR is merged rs-x11-hash = { git = "https://github.com/hashengineering/rs-x11-hash", branch = "feat/add-android-support" } -elliptic-curve-tools = { git = "https://github.com/mikelodder7/elliptic-curve-tools", rev = "5789c0491252d5af8add829348af9dd6ac09d8f6" } +elliptic-curve-tools = { git = "https://github.com/mikelodder7/elliptic-curve-tools", rev = "8cbae416458565faac21d3452fbc6d80b324f6d3" } [lib] crate-type = ["staticlib"] diff --git a/dash-sdk-bindings/Cargo.toml b/dash-sdk-bindings/Cargo.toml index 648968f..08bd6e1 100644 --- a/dash-sdk-bindings/Cargo.toml +++ b/dash-sdk-bindings/Cargo.toml @@ -36,7 +36,7 @@ toml = "0.8.8" [patch.crates-io] rs-x11-hash = { git = "https://github.com/hashengineering/rs-x11-hash", branch = "feat/add-android-support" } -elliptic-curve-tools = { git = "https://github.com/mikelodder7/elliptic-curve-tools", rev = "5789c0491252d5af8add829348af9dd6ac09d8f6" } +elliptic-curve-tools = { git = "https://github.com/mikelodder7/elliptic-curve-tools", rev = "8cbae416458565faac21d3452fbc6d80b324f6d3" } [lib] crate-type = ["staticlib"] diff --git a/platform-mobile/Cargo.toml b/platform-mobile/Cargo.toml index bcbe14f..26cab85 100644 --- a/platform-mobile/Cargo.toml +++ b/platform-mobile/Cargo.toml @@ -48,7 +48,7 @@ dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = [ ], default-features = false, tag = "v0.39.6" } dashcore_hashes = { git = "https://github.com/dashpay/rust-dashcore" } # dashcore-rpc is only needed for core rpc; TODO remove once we have correct core rpc impl -dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.6" } +dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", rev = "8cbae416458565faac21d3452fbc6d80b324f6d3" } rand = "0.8.5" base64 = "0.13" tonic = { version = "0.11", features = [