From 12fb5ec66ddca505da11e224e424eaadc4e0f14f Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Wed, 31 Jul 2024 18:10:49 -0700 Subject: [PATCH] Use remote Synedrion reference --- Cargo.lock | 3 ++- pallets/registry/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1be8d0b9..b61c29f53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7198,7 +7198,7 @@ dependencies = [ "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-std 14.0.0", - "synedrion 0.1.0", + "synedrion 0.1.0 (git+https://github.com/entropyxyz/synedrion/?branch=hc/bump-deps-for-no-std-builds)", ] [[package]] @@ -13955,6 +13955,7 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" [[package]] name = "synedrion" version = "0.1.0" +source = "git+https://github.com/entropyxyz/synedrion/?branch=hc/bump-deps-for-no-std-builds#9c161a190eba877ca70a85cc0ea1777022baf6bc" dependencies = [ "base64 0.21.7", "bincode 2.0.0-rc.3", diff --git a/pallets/registry/Cargo.toml b/pallets/registry/Cargo.toml index dad7e76fa..7707ac96c 100644 --- a/pallets/registry/Cargo.toml +++ b/pallets/registry/Cargo.toml @@ -16,7 +16,7 @@ bip32 ={ version="0.5.2", default-features=false, features=["alloc"] } codec ={ package="parity-scale-codec", version="3.6.3", default-features=false, features=["derive"] } log ={ version="0.4.22", default-features=false } scale-info={ version="2.11", default-features=false, features=["derive"] } -synedrion ={ path="/Users/hcastano/Workspace/Entropy/synedrion/synedrion", default-features=false } +synedrion ={ git="https://github.com/entropyxyz/synedrion/", branch="hc/bump-deps-for-no-std-builds", default-features=false } frame-benchmarking={ version="29.0.0", default-features=false, optional=true } frame-support ={ version="29.0.0", default-features=false }