diff --git a/Cargo.toml b/Cargo.toml index cd910e3af..4791549cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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 } @@ -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" diff --git a/src/data_source.rs b/src/data_source.rs index 13d337505..4b07f010c 100644 --- a/src/data_source.rs +++ b/src/data_source.rs @@ -803,6 +803,7 @@ pub mod node_tests { } #[async_std::test] + #[ignore] pub async fn test_vid_recovery() { setup_test();