File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
testnet/stacks-node/src/tests/signer Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5019,10 +5019,13 @@ fn miner_recovers_when_broadcast_block_delay_across_tenures_occurs() {
5019
5019
}
5020
5020
5021
5021
/// Test a scenario where:
5022
- /// We have one miner. During block A, there is a sortition and a TenureChange.
5023
- /// Block B is mined, but it does not contain a TenureChange (ie because a
5024
- /// new burn block was mined too quickly).
5025
- /// Then block C occurs, which does not have a sortition.
5022
+ /// Two miners boot to Nakamoto.
5023
+ /// Miner 1 wins the first Nakamoto tenure A. Miner 1 mines a regular stacks block N.
5024
+ /// Miner 2 wins the second Nakamoto tenure B and proposes block N+1, but it is rejected by the signers.
5025
+ /// An empty burn block is mined
5026
+ /// Miner 2 wins the third Nakamoto tenure C. Miner 2 proposes a block N+1' which all signers accept.
5027
+ /// Asserts:
5028
+ /// - The stacks tip advances to N+1'
5026
5029
#[ test]
5027
5030
#[ ignore]
5028
5031
fn continue_after_fast_block_no_sortition ( ) {
You can’t perform that action at this time.
0 commit comments