From 0c55178afe61c09ec748b61d5f75cdcaee667917 Mon Sep 17 00:00:00 2001 From: peg Date: Wed, 18 Dec 2024 09:21:50 +0100 Subject: [PATCH] Use specific commit of tdx-quote rather than branch --- Cargo.lock | 2 +- crates/client/Cargo.toml | 2 +- crates/testing-utils/Cargo.toml | 2 +- crates/threshold-signature-server/Cargo.toml | 4 ++-- pallets/attestation/Cargo.toml | 4 ++-- pallets/staking/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08cf93f88..7106af01a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14287,7 +14287,7 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "tdx-quote" version = "0.0.1" -source = "git+https://github.com/entropyxyz/tdx-quote.git?branch=peg%2Fcert-chain-parse#8cdfb2f1387496914c8748dc8ad25225a1e722ed" +source = "git+https://github.com/entropyxyz/tdx-quote.git?rev=67a9d011809d0c9109d1ac42aeb809a84b663be6#67a9d011809d0c9109d1ac42aeb809a84b663be6" dependencies = [ "nom", "p256", diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 1b89aee91..ece25fb78 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -41,7 +41,7 @@ tokio ={ version="1.42", features=["time"] } serial_test="3.2.0" sp-keyring="34.0.0" entropy-testing-utils={ path="../testing-utils" } -tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", features=[ +tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", rev="67a9d011809d0c9109d1ac42aeb809a84b663be6", features=[ "mock", ] } diff --git a/crates/testing-utils/Cargo.toml b/crates/testing-utils/Cargo.toml index 2aeaef7b9..75d0d0755 100644 --- a/crates/testing-utils/Cargo.toml +++ b/crates/testing-utils/Cargo.toml @@ -26,7 +26,7 @@ synedrion="0.2.0" hex="0.4.3" rand_core="0.6.4" rand="0.8.5" -tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", features=[ +tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", rev="67a9d011809d0c9109d1ac42aeb809a84b663be6", features=[ "mock", ] } diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index 18414740c..60eaa0481 100644 --- a/crates/threshold-signature-server/Cargo.toml +++ b/crates/threshold-signature-server/Cargo.toml @@ -72,7 +72,7 @@ sha1="0.10.6" sha2="0.10.8" hkdf="0.12.4" project-root={ version="0.2.2", optional=true } -tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", optional=true, features=[ +tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", rev="67a9d011809d0c9109d1ac42aeb809a84b663be6", optional=true, features=[ "mock", ] } configfs-tsm={ version="0.0.1", optional=true } @@ -89,7 +89,7 @@ ethers-core="2.0.14" schnorrkel={ version="0.11.4", default-features=false, features=["std"] } schemars={ version="0.8.21" } subxt-signer="0.35.3" -tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", features=[ +tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", rev="67a9d011809d0c9109d1ac42aeb809a84b663be6", features=[ "mock", ] } diff --git a/pallets/attestation/Cargo.toml b/pallets/attestation/Cargo.toml index 171b7c686..30f7b239b 100644 --- a/pallets/attestation/Cargo.toml +++ b/pallets/attestation/Cargo.toml @@ -28,7 +28,7 @@ entropy-shared={ version="0.3.0", path="../../crates/shared", features=[ "wasm-no-std", ], default-features=false } pallet-staking-extension={ version="0.3.0", path="../staking", default-features=false } -tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse" } +tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", rev="67a9d011809d0c9109d1ac42aeb809a84b663be6" } [dev-dependencies] pallet-session={ version="29.0.0", default-features=false } @@ -39,7 +39,7 @@ pallet-timestamp={ version="28.0.0", default-features=false } sp-npos-elections={ version="27.0.0", default-features=false } frame-election-provider-support={ version="29.0.0", default-features=false } pallet-staking-reward-curve={ version="11.0.0" } -tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", features=[ +tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", rev="67a9d011809d0c9109d1ac42aeb809a84b663be6", features=[ "mock", ] } rand_core="0.6.4" diff --git a/pallets/staking/Cargo.toml b/pallets/staking/Cargo.toml index 58c1b81ce..04cb6a592 100644 --- a/pallets/staking/Cargo.toml +++ b/pallets/staking/Cargo.toml @@ -35,7 +35,7 @@ pallet-slashing={ version="0.3.0", path="../slashing", default-features=false } entropy-shared={ version="0.3.0", path="../../crates/shared", features=[ "wasm-no-std", ], default-features=false } -tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", features=[ +tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", rev="67a9d011809d0c9109d1ac42aeb809a84b663be6", features=[ "mock", ], optional=true }