HotShot icon indicating copy to clipboard operation
HotShot copied to clipboard

Results 169 HotShot issues
Sort by recently updated
recently updated
newest added

Closes # ### This PR: ### This PR does not: ### Key places to review:

### What is this task and why do we need to work on it? This macro task encompasses the effort to improve the overall hardening of the consensus protocol and...

cappuccino
cappuccino-sprint2
consensus-hardening

### What is this task and why do we need to work on it? The `Consensus` shared state object is utilized in a number of locations to keep track of...

cappuccino
cappuccino-sprint2
consensus-hardening

### What is this task and why do we need to work on it? Inputs are mostly written for the happy path. The existing tests are written with a single...

cappuccino
cappuccino-sprint2
consensus-hardening

Related to #1991. For censorship resistance purposes, right now all Libp2p nodes gossip about all transactions. Design a way to subscribe to relevant transactions, most likely subscribing only when you...

networking
stretch
cappuccino
Libp2p
cappuccino-sprint2

### What is this task and why do we need to work on it? To simplify the upgrade process and make it less error prone, we would like to make...

cappuccino
cappuccino-sprint2

### What is this task and why do we need to work on it? The process for performing an upgrade involving a transition of `NodeType` is currently tricky and error-prone....

cappuccino
cappuccino-sprint2

### What is this task and why do we need to work on it? Once tasks become restartable, we should have methods in `SystemContextHandle` that pause a task, transition our...

cappuccino
cappuccino-sprint2

Closes #3212 ### This PR: This is motivated by a requirement for the sequencer to be able to upgrade the `BlockHeader` and `InstanceState` through a consensus protocol upgrade, to e.g....