From cf8a5bd889e477e19f97108122128ebf0c4a686e Mon Sep 17 00:00:00 2001 From: dashinfraclaw Date: Thu, 26 Mar 2026 08:29:52 +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. --- ferment-example/app/Cargo.toml | 2 +- ferment-example/nested/Cargo.toml | 2 +- ferment-example/platform/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ferment-example/app/Cargo.toml b/ferment-example/app/Cargo.toml index f8cafca..4b960f8 100644 --- a/ferment-example/app/Cargo.toml +++ b/ferment-example/app/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] anyhow = "1.0.95" -dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, branch = "feat/ferment" } +dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, rev = "5114330ae564858803d656efba84bb4adacb2a2e" } ferment.workspace = true ferment-macro.workspace = true diff --git a/ferment-example/nested/Cargo.toml b/ferment-example/nested/Cargo.toml index 51c95f5..b617bc3 100644 --- a/ferment-example/nested/Cargo.toml +++ b/ferment-example/nested/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] anyhow = "1.0.95" -dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, branch = "feat/ferment" } +dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, rev = "5114330ae564858803d656efba84bb4adacb2a2e" } ferment.workspace = true ferment-macro.workspace = true diff --git a/ferment-example/platform/Cargo.toml b/ferment-example/platform/Cargo.toml index 9c44414..a166dd6 100644 --- a/ferment-example/platform/Cargo.toml +++ b/ferment-example/platform/Cargo.toml @@ -12,7 +12,7 @@ publish = false [dependencies] anyhow = { version = "1.0.75" } -dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, branch = "feat/ferment" } +dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, rev = "5114330ae564858803d656efba84bb4adacb2a2e" } ferment.workspace = true ferment-macro.workspace = true grovedb-version = "2.1.0"