Skip to content

Commit

Permalink
Add Bundle struct and request bundles in transaction task (#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es authored Jul 25, 2024
1 parent abd896c commit 765e688
Show file tree
Hide file tree
Showing 19 changed files with 371 additions and 187 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/hotshot/src/tasks/task_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ impl<TYPES: NodeType, I: NodeImplementation<TYPES>> CreateTaskState<TYPES, I>
.collect(),
builder_clients_marketplace: Vec::new(),
decided_upgrade_certificate: Arc::clone(&handle.hotshot.decided_upgrade_certificate),
auction_results_provider: Arc::clone(&handle.hotshot.auction_results_provider),
}
}
}
Expand Down
Loading

0 comments on commit 765e688

Please sign in to comment.