Skip to content

Commit

Permalink
[WEEKLY RELEASE] Hotshot - rc-0.5.63 (#3465)
Browse files Browse the repository at this point in the history
* bump version

* fix build

* Use correct sequencing fee (#3469)

---------

Co-authored-by: Artemii Gerasimovich <[email protected]>
  • Loading branch information
bfish713 and QuentinI committed Jul 23, 2024
1 parent 2fd99a9 commit 86aac47
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.5.61" # same as `hotshot`, but workspace subcrate can also release its own version
version = "0.5.63" # same as `hotshot`, but workspace subcrate can also release its own version
authors = ["Espresso Systems <[email protected]>"]
edition = "2021"
rust-version = "1.76.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/task-impls/src/vid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl<TYPES: NodeType, I: NodeImplementation<TYPES>> VidTaskState<TYPES, I> {
encoded_transactions,
metadata,
view_number,
bid_fees,
sequencing_fees,
vid_precompute,
..
} = packed_bundle;
Expand Down Expand Up @@ -87,7 +87,7 @@ impl<TYPES: NodeType, I: NodeImplementation<TYPES>> VidTaskState<TYPES, I> {
builder_commitment,
metadata.clone(),
*view_number,
bid_fees.first().clone(),
sequencing_fees.first().clone(),
)),
&event_stream,
)
Expand Down

0 comments on commit 86aac47

Please sign in to comment.