From 8f16a7ad37b0384a8874d4b4755dedce16001e99 Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 4 Oct 2024 08:54:41 +0000 Subject: [PATCH] add support for metadata hash on worker --- tee-worker/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tee-worker/Cargo.toml b/tee-worker/Cargo.toml index 07f58471b0..14a3e78002 100644 --- a/tee-worker/Cargo.toml +++ b/tee-worker/Cargo.toml @@ -151,8 +151,8 @@ rlp = { version = "0.5", default-features = false } sha3 = { version = "0.10", default-features = false } url = { git = "https://github.com/domenukk/rust-url", branch = "no_std", default-features = false, features = ["alloc", "no_std_net"] } -substrate-api-client = { git = "https://github.com/scs/substrate-api-client", branch = "polkadot-v0.9.42-tag-v0.14.0", default-features = false, features = ["sync-api"] } -substrate-client-keystore = { git = "https://github.com/scs/substrate-api-client.git", branch = "polkadot-v0.9.42-tag-v0.14.0" } +substrate-api-client = { git = "https://github.com/encointer/substrate-api-client.git", branch = "v0.9.42-tag-v0.14.0-retracted-check-metadata-hash", default-features = false, features = ["sync-api"] } +substrate-client-keystore = { git = "https://github.com/encointer/substrate-api-client.git", branch = "v0.9.42-tag-v0.14.0-retracted-check-metadata-hash" } # substrate finality-grandpa = { version = "0.16.0", default-features = false, features = ["derive-codec"] }