Skip to content

Commit 45ba930

Browse files
authored
resolve issues with weekly release (#2496)
2 parents 0f75108 + 59c2393 commit 45ba930

File tree

16 files changed

+874
-555
lines changed

16 files changed

+874
-555
lines changed

Cargo.lock

Lines changed: 416 additions & 280 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,24 @@ tokio = { version = "1", default-features = false, features = [
6262
"sync",
6363
] }
6464

65-
hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.83" }
65+
hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.84" }
6666
# Hotshot imports
67-
hotshot-builder-api = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.83" }
68-
hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.59" }
69-
marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.59" }
70-
marketplace-builder-shared = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.59" }
71-
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.57" }
72-
hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.83" }
73-
hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "v0.1.76" }
74-
hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.83" }
67+
hotshot-builder-api = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.84" }
68+
hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.5.84" }
69+
marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.5.84" }
70+
marketplace-builder-shared = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.5.84" }
71+
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.58" }
72+
hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.84" }
73+
hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "v0.1.77" }
74+
hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.84" }
7575
hotshot-state-prover = { version = "0.1.0", path = "hotshot-state-prover" }
76-
hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.83" }
77-
hotshot-testing = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.83" }
78-
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.83" }
79-
libp2p-networking = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.83" }
76+
hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.84" }
77+
hotshot-testing = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.84" }
78+
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.84" }
79+
libp2p-networking = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.84" }
8080
hotshot-contract-adapter = { version = "0.1.0", path = "contracts/rust/adapter" }
8181
# Temporary, used to pull in the mock auction results provider
82-
hotshot-example-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.83" }
82+
hotshot-example-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.84" }
8383

8484
# Push CDN imports
8585
cdn-broker = { git = "https://github.com/EspressoSystems/Push-CDN", tag = "0.5.1-upgrade", package = "cdn-broker" }
@@ -116,7 +116,7 @@ log-panics = { version = "2.0", features = ["with-backtrace"] }
116116
lru = "0.12"
117117
strum = { version = "0.26", features = ["derive"] }
118118
surf-disco = "0.9"
119-
sqlx = "0.8"
119+
sqlx = "=0.8.2"
120120
tagged-base64 = "0.4"
121121
tide-disco = "0.9.3"
122122
thiserror = "1.0.69"
@@ -162,15 +162,3 @@ opt-level = 0
162162
opt-level = 0
163163
[profile.test.package.hotshot-state-prover]
164164
opt-level = 3
165-
166-
[patch."https://github.com/EspressoSystems/HotShot.git"]
167-
hotshot = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.83-patch1" }
168-
hotshot-builder-api = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.83-patch1" }
169-
hotshot-orchestrator = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.83-patch1" }
170-
hotshot-stake-table = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.83-patch1" }
171-
hotshot-task = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.83-patch1" }
172-
hotshot-task-impls = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.83-patch1" }
173-
hotshot-testing = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.83-patch1" }
174-
hotshot-types = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.83-patch1" }
175-
libp2p-networking = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.83-patch1" }
176-
hotshot-example-types = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.83-patch1" }

builder/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ pub mod testing {
434434
let event = subscribed_events.next().await.unwrap();
435435
tracing::warn!("Event: {:?}", event.event);
436436
if let EventType::QuorumProposal { proposal, .. } = event.event {
437-
let parent_view_number = *proposal.data.view_number;
437+
let parent_view_number = *proposal.data.view_number();
438438
let parent_commitment =
439439
Leaf2::from_quorum_proposal(&proposal.data).payload_commitment();
440440
let encoded_signature = <SeqTypes as NodeType>::SignatureKey::sign(

marketplace-builder/src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ mod test {
398398
/// Get the view number and commitment if given a `QuorumProposal` event.
399399
async fn proposal_view_number_and_commitment(event: Event) -> Option<(u64, VidCommitment)> {
400400
if let EventType::QuorumProposal { proposal, .. } = event.event {
401-
let view_number = *proposal.data.view_number;
401+
let view_number = *proposal.data.view_number();
402402
let commitment = Leaf2::from_quorum_proposal(&proposal.data).payload_commitment();
403403
return Some((view_number, commitment));
404404
}

0 commit comments

Comments
 (0)