From 2826f11f54a2bce8773a38792b1f0e7daa7c7bc0 Mon Sep 17 00:00:00 2001 From: dashinfraclaw Date: Thu, 26 Mar 2026 08:27:35 +0000 Subject: [PATCH] chore: update rust-dashcore dependency to store TransactionContext in TransactionRecord Update dashcore/dashcore-rpc git dependencies to 5114330ae564858803d656efba84bb4adacb2a2e for integration testing of dashpay/rust-dashcore#582. --- dash-sdk-android/src/main/rust/Cargo.toml | 2 +- dash-sdk-bindings/Cargo.toml | 2 +- platform-mobile/Cargo.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dash-sdk-android/src/main/rust/Cargo.toml b/dash-sdk-android/src/main/rust/Cargo.toml index 4962173..8ca3a8e 100644 --- a/dash-sdk-android/src/main/rust/Cargo.toml +++ b/dash-sdk-android/src/main/rust/Cargo.toml @@ -22,7 +22,7 @@ dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = [ "rand", "signer", "serde", -], default-features = false, tag = "v0.39.6" } +], default-features = false, rev = "5114330ae564858803d656efba84bb4adacb2a2e" } drive = { path = "../../../../../platform/packages/rs-drive", default-features = false, features = [ "verify", "serde", diff --git a/dash-sdk-bindings/Cargo.toml b/dash-sdk-bindings/Cargo.toml index 648968f..5cb3a97 100644 --- a/dash-sdk-bindings/Cargo.toml +++ b/dash-sdk-bindings/Cargo.toml @@ -27,7 +27,7 @@ dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = [ "rand", "signer", "serde", -], default-features = false, tag = "v0.39.6" } +], default-features = false, rev = "5114330ae564858803d656efba84bb4adacb2a2e" } [build-dependencies] cbindgen = "0.26.0" ferment-sys = { git = "https://github.com/dashpay/ferment", tag = "v0.2.3", package = "ferment-sys", features = ["cbindgen_only"] } diff --git a/platform-mobile/Cargo.toml b/platform-mobile/Cargo.toml index bcbe14f..bea766b 100644 --- a/platform-mobile/Cargo.toml +++ b/platform-mobile/Cargo.toml @@ -45,10 +45,10 @@ dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = [ "rand", "signer", "serde", -], default-features = false, tag = "v0.39.6" } -dashcore_hashes = { git = "https://github.com/dashpay/rust-dashcore" } +], default-features = false, rev = "5114330ae564858803d656efba84bb4adacb2a2e" } +dashcore_hashes = { git = "https://github.com/dashpay/rust-dashcore", rev = "5114330ae564858803d656efba84bb4adacb2a2e" } # 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 = "5114330ae564858803d656efba84bb4adacb2a2e" } rand = "0.8.5" base64 = "0.13" tonic = { version = "0.11", features = [