HotShot
HotShot copied to clipboard
### What is this task and why do we need to work on it? In normal situation `CombinedNetworks` delays sending some messages on the secondary network. If the primary network...
### What is this task and why do we need to work on it? We added a `dependency-task` feature for code related to the quorum proposal and vote tasks. It's...
Main tasks - [x] #1672 - [x] #1673 - [x] #1787 - [x] #1566 - [x] #1588 - [x] #1763 - [x] #1815 - [x] #2024 - [x] #2025 -...
### What is this task and why do we need to work on it? This task is to define and implement an automated benchmarking framework and the corresponding infrastructure to...
### What is this task and why do we need to work on it? Currently we run builder per node in examples. This behavior needs to be configurable, so that...
Closes # ### This PR: ### This PR does not: ### Key places to review:
No issues ### This PR: Fernando noted during the creation of specs that we don't ever check that DA votes are for the same commitment as the block we proposed....
### What is this task and why do we need to work on it? We would like to allow for message formats and consensus protocols to be upgradeable while keeping...
### What is this task and why do we need to work on it? We have a few structs that we `impl Committable` for. However, the way we do this...
### What is this task and why do we need to work on it? We really should not be propagating `private_key` throughout the code the way we are. I'm pretty...