Skip to content

Commit

Permalink
patch hotshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Dec 17, 2024
1 parent e8abebd commit 4fa1984
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4fa1984

Please sign in to comment.