From 4fa19843f18e5a3c8e13520688a075f173feb12c Mon Sep 17 00:00:00 2001 From: tbro Date: Tue, 17 Dec 2024 17:51:25 -0300 Subject: [PATCH] patch hotshot --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 630d32d08..43b720e8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,3 +168,19 @@ opt-level = 3 opt-level = 3 [profile.test.package.diff-test-hotshot] opt-level = 3 + +[patch.'https://github.com/EspressoSystems/hotshot.git'] +hotshot = { git = 'https://github.com/EspressoSystems/HotShot//', branch = 'lr/double-quorum' } +hotshot-builder-api = { git = 'https://github.com/EspressoSystems/hotshot//', branch = 'lr/double-quorum' } +hotshot-orchestrator ={ git = 'https://github.com/EspressoSystems/hotshot//', branch = 'lr/double-quorum' } +hotshot-stake-table = { git = 'https://github.com/EspressoSystems/hotshot//', branch = 'lr/double-quorum' } +hotshot-task = { git = 'https://github.com/EspressoSystems/hotshot//', branch = 'lr/double-quorum' } +hotshot-task-impls = { git = 'https://github.com/EspressoSystems/hotshot//', branch = 'lr/double-quorum' } +hotshot-testing = { git = 'https://github.com/EspressoSystems/hotshot//', branch = 'lr/double-quorum' } +hotshot-types ={ git = 'https://github.com/EspressoSystems/hotshot//', branch = 'lr/double-quorum' } +libp2p-networking = { git = "https://github.com/EspressoSystems/hotshot//", branch = 'lr/double-quorum' } +hotshot-example-types = { git = "https://github.com/EspressoSystems/hotshot//", branch = 'lr/double-quorum' } +utils = { git = "https://github.com/EspressoSystems/hotshot//", branch = 'lr/double-quorum' } + +# patch +# https://github.com/rust-lang/cargo/issues/5478 \ No newline at end of file