Skip to content

Commit

Permalink
Update hotshot
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Jul 31, 2024
1 parent 1453e44 commit 3f3a73f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ clap = { version = "4.5", features = ["derive", "env"] }
committable = "0.2"
derivative = "2.2"
futures = "0.3"
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.67" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.67" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "rc-0.1.37" }
hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.67" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.67" }
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.67" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.67" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.37" }
hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.67" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.67" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
Expand All @@ -37,4 +37,4 @@ vbs = "0.1"
multimap = "0.10.0"

[dev-dependencies]
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.67" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.67" }
2 changes: 2 additions & 0 deletions src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ use hotshot_types::{
block_contents::BlockPayload,
consensus_api::ConsensusApi,
election::Membership,
network::Topic,
node_implementation::{ConsensusTime, NodeType},
signature_key::{BuilderSignatureKey, SignatureKey},
},
Expand Down Expand Up @@ -442,6 +443,7 @@ async fn connect_to_events_service<TYPES: NodeType>(
GeneralStaticCommittee::<TYPES, <TYPES as NodeType>::SignatureKey>::create_election(
known_node_with_stake.clone(),
known_node_with_stake.clone(),
Topic::Global,
0,
);

Expand Down

0 comments on commit 3f3a73f

Please sign in to comment.