Skip to content

Commit

Permalink
[WEEKLY RELEASE] HotShot - rc-0.5.71 (#1872)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
rob-maron and QuentinI authored Aug 21, 2024
1 parent 462583d commit 443f817
Show file tree
Hide file tree
Showing 33 changed files with 607 additions and 759 deletions.
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ ignore = [
"RUSTSEC-2023-0071",
# rustls is busted, dependency of unmaintained tide
"RUSTSEC-2024-0336",
# sqlx is only used for CDN tests. No newer version available yet
"RUSTSEC-2024-0363",
]
68 changes: 42 additions & 26 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@ dotenvy = "0.15"
ethers = { version = "2.0", features = ["solc"] }
futures = "0.3"

hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
# Hotshot imports
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.70" }
hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "0.1.41" }
marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.0.5" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.41" }
hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.52" }
hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.71" }
hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-builder-core", tag = "0.1.42" }
marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.0.6" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.42" }
hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.53" }
hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
hotshot-state-prover = { version = "0.1.0", path = "hotshot-state-prover" }
hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
hotshot-testing = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
hotshot-testing = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
hotshot-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }
hotshot-contract-adapter = { version = "0.1.0", path = "contracts/rust/adapter" }
# Temporary, used to pull in the mock auction results provider
hotshot-example-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.70" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.71" }

# Push CDN imports
cdn-broker = { git = "https://github.com/EspressoSystems/Push-CDN", features = [
Expand Down
1 change: 1 addition & 0 deletions builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ vec1 = { workspace = true }

[dev-dependencies]
sequencer = { path = "../sequencer", features = ["testing"] }
tempfile = "3.10.1"
Loading

0 comments on commit 443f817

Please sign in to comment.