Skip to content

Commit

Permalink
Merge pull request #508 from EspressoSystems/rm/hotfix-dep
Browse files Browse the repository at this point in the history
Hotfix HotShot Dep
  • Loading branch information
rob-maron authored Apr 3, 2024
2 parents bbc2362 + 6b85f60 commit ec214bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ derivative = "2.2"
derive_more = "0.99"
either = "1.10"
futures = "0.3"
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "main" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "main" }
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.32" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.32" }
itertools = "0.12.1"
jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.2" }
prometheus = "0.13"
Expand Down Expand Up @@ -111,7 +111,7 @@ tokio-postgres = { version = "0.7", optional = true, default-features = false, f

# Dependencies enabled by feature "testing".
espresso-macros = { git = "https://github.com/EspressoSystems/espresso-macros.git", tag = "0.1.0", optional = true }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "main", optional = true }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.32", optional = true }
portpicker = { version = "0.1", optional = true }
rand = { version = "0.8", optional = true }
spin_sleep = { version = "1.2", optional = true }
Expand All @@ -131,7 +131,7 @@ backtrace-on-stack-overflow = { version = "0.3", optional = true }
[dev-dependencies]
espresso-macros = { git = "https://github.com/EspressoSystems/espresso-macros.git", tag = "0.1.0" }
generic-array = "0.14"
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "main" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.32" }
portpicker = "0.1"
rand = "0.8"
spin_sleep = "1.2"
Expand Down
1 change: 1 addition & 0 deletions src/data_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ pub mod node_tests {
}

#[async_std::test]
#[ignore]
pub async fn test_vid_recovery<D: TestableDataSource>() {
setup_test();

Expand Down

0 comments on commit ec214bb

Please sign in to comment.