@@ -1363,6 +1363,8 @@ fn pox_4_check_cycle_id_range_in_print_events() {
1363
1363
reward_cycle,
1364
1364
& Pox4SignatureTopic :: StackStx ,
1365
1365
lock_period,
1366
+ u128:: MAX ,
1367
+ 1 ,
1366
1368
) ;
1367
1369
let steph_stacking = make_pox_4_lockup (
1368
1370
& steph_key,
@@ -1373,13 +1375,31 @@ fn pox_4_check_cycle_id_range_in_print_events() {
1373
1375
& steph_signing_key,
1374
1376
block_height,
1375
1377
Some ( signature) ,
1378
+ u128:: MAX ,
1379
+ 1 ,
1376
1380
) ;
1377
1381
steph_nonce += 1 ;
1378
1382
1379
1383
//stack-increase
1380
1384
let steph_stack_increase_nonce = steph_nonce;
1381
- let steph_stack_increase =
1382
- make_pox_4_stack_increase ( & steph_key, steph_stack_increase_nonce, 100 ) ;
1385
+ let signature = make_signer_key_signature (
1386
+ & steph_pox_addr,
1387
+ & steph_key,
1388
+ reward_cycle,
1389
+ & Pox4SignatureTopic :: StackIncrease ,
1390
+ lock_period,
1391
+ u128:: MAX ,
1392
+ 1 ,
1393
+ ) ;
1394
+ let steph_stack_increase = make_pox_4_stack_increase (
1395
+ & steph_key,
1396
+ steph_stack_increase_nonce,
1397
+ 100 ,
1398
+ & steph_signing_key,
1399
+ Some ( signature) ,
1400
+ u128:: MAX ,
1401
+ 1 ,
1402
+ ) ;
1383
1403
steph_nonce += 1 ;
1384
1404
1385
1405
//stack-extend
@@ -1390,6 +1410,8 @@ fn pox_4_check_cycle_id_range_in_print_events() {
1390
1410
reward_cycle,
1391
1411
& Pox4SignatureTopic :: StackExtend ,
1392
1412
1_u128 ,
1413
+ u128:: MAX ,
1414
+ 1 ,
1393
1415
) ;
1394
1416
1395
1417
let steph_stack_extend = make_pox_4_extend (
@@ -1399,6 +1421,8 @@ fn pox_4_check_cycle_id_range_in_print_events() {
1399
1421
lock_period,
1400
1422
steph_signing_key,
1401
1423
Some ( stack_extend_signature) ,
1424
+ u128:: MAX ,
1425
+ 1 ,
1402
1426
) ;
1403
1427
steph_nonce += 1 ;
1404
1428
@@ -1439,6 +1463,8 @@ fn pox_4_check_cycle_id_range_in_print_events() {
1439
1463
next_reward_cycle,
1440
1464
& Pox4SignatureTopic :: AggregationCommit ,
1441
1465
lock_period,
1466
+ u128:: MAX ,
1467
+ 1 ,
1442
1468
) ;
1443
1469
let bob_aggregation_commit = make_pox_4_aggregation_commit_indexed (
1444
1470
& bob,
@@ -1447,6 +1473,8 @@ fn pox_4_check_cycle_id_range_in_print_events() {
1447
1473
next_reward_cycle,
1448
1474
Some ( signature) ,
1449
1475
& bob_signing_key,
1476
+ u128:: MAX ,
1477
+ 1 ,
1450
1478
) ;
1451
1479
bob_nonce += 1 ;
1452
1480
0 commit comments