From e1a63c47f5cecf2bd2060cbc4697ea72f2c7ce33 Mon Sep 17 00:00:00 2001 From: David Salami <31099392+Wizdave97@users.noreply.github.com> Date: Sun, 1 Oct 2023 08:30:11 +0100 Subject: [PATCH] Sync committee update (#31) --- Cargo.lock | 6 +++--- parachain/modules/consensus/sync-committee/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1a529a06..0a4db706d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14080,7 +14080,7 @@ dependencies = [ [[package]] name = "sync-committee-primitives" version = "0.1.0" -source = "git+https://github.com/polytope-labs/sync-committee-rs?branch=main#106f53e045cc85c4a8d984c8e295800cebaa2475" +source = "git+https://github.com/polytope-labs/sync-committee-rs?branch=main#c22405cb664292db72053f3245b80850b3075d4f" dependencies = [ "anyhow", "ark-bls12-381", @@ -14097,7 +14097,7 @@ dependencies = [ [[package]] name = "sync-committee-verifier" version = "0.1.0" -source = "git+https://github.com/polytope-labs/sync-committee-rs?branch=main#106f53e045cc85c4a8d984c8e295800cebaa2475" +source = "git+https://github.com/polytope-labs/sync-committee-rs?branch=main#c22405cb664292db72053f3245b80850b3075d4f" dependencies = [ "anyhow", "ark-bls12-381", @@ -14837,7 +14837,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ] diff --git a/parachain/modules/consensus/sync-committee/Cargo.toml b/parachain/modules/consensus/sync-committee/Cargo.toml index 59d84dbff..5455b4c78 100644 --- a/parachain/modules/consensus/sync-committee/Cargo.toml +++ b/parachain/modules/consensus/sync-committee/Cargo.toml @@ -60,5 +60,5 @@ std = [ "pallet-ismp/std", ] -goerli = ["sync-committee-verifier/testnet", "sync-committee-primitives/testnet"] +goerli = ["sync-committee-verifier/goerli", "sync-committee-primitives/goerli"] mainnet = ["sync-committee-verifier/mainnet", "sync-committee-primitives/mainnet"]