Skip to content

Commit

Permalink
update hotshot
Browse files Browse the repository at this point in the history
  • Loading branch information
move47 committed Mar 27, 2024
1 parent 18720a6 commit e04baa0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ derive_more = "0.99"
derivative = "2.2"
either = { version = "1.10", features = ["serde"] }
futures = "0.3"
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.27" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.28" }
serde = { version = "1.0", features = ["derive"] }
snafu = "0.8"
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" }
Expand All @@ -28,7 +28,6 @@ versioned-binary-serialization = { git = "https://github.com/EspressoSystems/ver
tracing = "0.1"

[dev-dependencies]
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.27" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.28" }
portpicker = "0.1.1"
surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", tag = "v0.5.0" }
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.27" }
10 changes: 6 additions & 4 deletions src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ mod tests {
use async_compatibility_layer::logging::{setup_backtrace, setup_logging};
use async_std::sync::RwLock;
use futures::stream::StreamExt;
use hotshot_types::constants::{Version01, STATIC_VER_0_1};
use hotshot_types::data::ViewNumber;
use hotshot_types::event::{Event, EventType};
use hotshot_types::traits::node_implementation::{ConsensusTime, NodeType};
use hotshot_types::{
constants::{Version01, STATIC_VER_0_1},
data::ViewNumber,
event::{Event, EventType},
traits::node_implementation::{ConsensusTime, NodeType},
};

use hotshot_example_types::node_types::TestTypes;
use std::sync::Arc;
Expand Down

0 comments on commit e04baa0

Please sign in to comment.