Skip to content

Commit 443f817

Browse files
rob-maronQuentinI
andauthored
[WEEKLY RELEASE] HotShot - rc-0.5.71 (#1872)
* bump HS * versions * update MP builder * update mp builder * fix MP builder test * bump HS * update MP builder core * Merge * correct builder timeout * update MP builder core * Fix marketplace test * update all tags * `seq` -> `sequencer` * format * rustsec * Fix the builder tests --------- Co-authored-by: Artemii Gerasimovich <[email protected]>
1 parent 462583d commit 443f817

33 files changed

+607
-759
lines changed

.cargo/audit.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ ignore = [
1111
"RUSTSEC-2023-0071",
1212
# rustls is busted, dependency of unmaintained tide
1313
"RUSTSEC-2024-0336",
14+
# sqlx is only used for CDN tests. No newer version available yet
15+
"RUSTSEC-2024-0363",
1416
]

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,22 @@ dotenvy = "0.15"
5252
ethers = { version = "2.0", features = ["solc"] }
5353
futures = "0.3"
5454

55-
hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
55+
hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
5656
# Hotshot imports
57-
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.70" }
58-
hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "0.1.41" }
59-
marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.0.5" }
60-
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.41" }
61-
hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
62-
hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.52" }
63-
hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
57+
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.71" }
58+
hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "0.1.42" }
59+
marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.0.6" }
60+
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.42" }
61+
hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
62+
hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.53" }
63+
hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
6464
hotshot-state-prover = { version = "0.1.0", path = "hotshot-state-prover" }
65-
hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
66-
hotshot-testing = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
67-
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
65+
hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
66+
hotshot-testing = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
67+
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
6868
hotshot-contract-adapter = { version = "0.1.0", path = "contracts/rust/adapter" }
6969
# Temporary, used to pull in the mock auction results provider
70-
hotshot-example-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
70+
hotshot-example-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
7171

7272
# Push CDN imports
7373
cdn-broker = { git = "https://github.com/EspressoSystems/Push-CDN", features = [

builder/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ vec1 = { workspace = true }
5050

5151
[dev-dependencies]
5252
sequencer = { path = "../sequencer", features = ["testing"] }
53+
tempfile = "3.10.1"

0 commit comments

Comments
 (0)