Skip to content

Commit 6bc9808

Browse files
committed
prepare for events check
1 parent 2562792 commit 6bc9808

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

testnet/stacks-node/src/tests/nakamoto_integrations.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12695,7 +12695,7 @@ fn test_sip_031_activation() {
1269512695

1269612696
// skip the test til we move to epoch 3.2
1269712697
if StacksEpochId::latest() != StacksEpochId::Epoch32 {
12698-
return;
12698+
//return;
1269912699
}
1270012700

1270112701
let (mut naka_conf, _miner_account) = naka_neon_integration_conf(None);
@@ -12788,6 +12788,11 @@ fn test_sip_031_activation() {
1278812788
{
1278912789
break;
1279012790
}
12791+
12792+
for block in test_observer::get_blocks().iter().rev() {
12793+
println!("BLOCK {:?}", block);
12794+
//let events = block.get("events").unwrap().as_array().unwrap();
12795+
}
1279112796
}
1279212797

1279312798
info!(

0 commit comments

Comments
 (0)