Skip to content

Commit

Permalink
update builder (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
move47 authored May 22, 2024
1 parent 9a3273a commit 5c3bfbb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ futures = "0.3"
hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.55" }
# Hotshot imports
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.55" }
hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "0.1.22" }
hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "0.1.23" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.23" }
hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.55" }
hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.25" }
Expand Down Expand Up @@ -80,13 +80,16 @@ jf-signature = { version = "0.1.0", git = "https://github.com/EspressoSystems/je
"std",
] }
jf-pcs = { version = "0.1.0", git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.5", features = [
"std", "parallel"
"std",
"parallel",
] }
jf-vid = { version = "0.1.0", git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.5", features = [
"std", "parallel"
"std",
"parallel",
] }
jf-rescue = { version = "0.1.0", git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.5", features = [
"std", "parallel"
"std",
"parallel",
] }
jf-relation = { git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.5", features = [
"std",
Expand Down
2 changes: 0 additions & 2 deletions builder/src/non_permissioned.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ impl BuilderConfig {
req_receiver,
global_state_clone,
node_count,
bootstrapped_view,
buffered_view_num_count as u64,
maximize_txns_count_timeout_duration,
instance_state
.chain_config()
Expand Down
2 changes: 0 additions & 2 deletions builder/src/permissioned.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,6 @@ impl<N: network::Type, P: SequencerPersistence, Ver: StaticVersionType + 'static
req_receiver,
global_state_clone,
NonZeroUsize::new(1).unwrap(),
bootstrapped_view,
buffered_view_num_count as u64,
maximize_txns_count_timeout_duration,
instance_state
.chain_config()
Expand Down

0 comments on commit 5c3bfbb

Please sign in to comment.