HotShot
HotShot copied to clipboard
### What is this task and why do we need to work on it? The consensus protocol used by HotShot is currently HotStuff, which requires a chain of 3 quorum...
### What is this task and why do we need to work on it? We want to see if there are any other p2p/Libp2p libraries that we may want to...
### What is this task and why do we need to work on it? This test will recreate a bug we found in our testnet where view sync didn't properly...
### What is this task and why do we need to work on it? Libp2p offers various ways of dealing with nodes behind a NAT. We should answer the following...
### What is this task and why do we need to work on it? Libp2p provides a metrics behaviour which can automatically collect some stats for us. Docs: https://docs.rs/libp2p/latest/libp2p/metrics/index.html Examples:...
### What is this task and why do we need to work on it? Currently we simply hard-code the VID scheme type everywhere. Shall we add a new `VidScheme` assoc...
### What is this task and why do we need to work on it? Macro task for fixing catch-up issues. ### What work will need to be done to complete...
### What is this task and why do we need to work on it? Allow more nodes than just the DA committee to provide data to other nodes. After: #2650...
### What is this task and why do we need to work on it? We want a similar protocol for any other additional data we'd need to vote on something,...