Skip to content

Commit

Permalink
[WEEKLY RELEASE] HotShot - rc-0.5.78 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es authored Oct 21, 2024
1 parent 0670011 commit 8cbc0e0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 76 deletions.
99 changes: 26 additions & 73 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ derivative = "2.2"
derive_more = "0.99"
either = { version = "1.12", features = ["serde"] }
futures = "0.3"
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.77" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.78" }
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
snafu = "0.8"
Expand All @@ -28,6 +28,6 @@ tracing = "0.1"
vbs = "0.1.4"

[dev-dependencies]
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.77" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.78" }
portpicker = "0.1.1"
surf-disco = "0.9"
2 changes: 1 addition & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mod tests {
use crate::events_source::{EventConsumer, EventsStreamer, StartupInfo}; // EventsUpdater};

// return a empty transaction event
fn generate_event<Types: NodeType<Time = ViewNumber>>(view_number: u64) -> Event<Types> {
fn generate_event<Types: NodeType<View = ViewNumber>>(view_number: u64) -> Event<Types> {
Event {
view_number: ViewNumber::new(view_number),
event: EventType::Transactions {
Expand Down

0 comments on commit 8cbc0e0

Please sign in to comment.