@@ -341,7 +341,7 @@ async def test_v2_partial_proofs_new_sp_hash(
341
341
partial_proofs = [b"test_partial_proof_1" ],
342
342
signage_point_index = uint8 (0 ),
343
343
plot_size = uint8 (32 ),
344
- plot_strength = uint64 ( 1000 ),
344
+ plot_strength = uint8 ( 10 ),
345
345
pool_public_key = None ,
346
346
pool_contract_puzzle_hash = bytes32 (b"4" * 32 ),
347
347
plot_public_key = G1Element (),
@@ -371,7 +371,7 @@ async def test_v2_partial_proofs_missing_sp_hash(
371
371
partial_proofs = [b"test_partial_proof_1" ],
372
372
signage_point_index = uint8 (0 ),
373
373
plot_size = uint8 (32 ),
374
- plot_strength = uint64 ( 1000 ),
374
+ plot_strength = uint8 ( 10 ),
375
375
pool_public_key = None ,
376
376
pool_contract_puzzle_hash = bytes32 (b"4" * 32 ),
377
377
plot_public_key = G1Element (),
@@ -414,7 +414,7 @@ async def test_v2_partial_proofs_with_existing_sp(
414
414
partial_proofs = [b"test_partial_proof_1" , b"test_partial_proof_2" ],
415
415
signage_point_index = uint8 (0 ),
416
416
plot_size = uint8 (32 ),
417
- plot_strength = uint64 ( 1000 ),
417
+ plot_strength = uint8 ( 10 ),
418
418
pool_public_key = G1Element (),
419
419
pool_contract_puzzle_hash = bytes32 (b"4" * 32 ),
420
420
plot_public_key = G1Element (),
@@ -448,7 +448,7 @@ async def test_solution_response_handler(
448
448
partial_proofs = [b"test_partial_proof_for_quality" ],
449
449
signage_point_index = uint8 (0 ),
450
450
plot_size = uint8 (32 ),
451
- plot_strength = uint64 ( 1000 ),
451
+ plot_strength = uint8 ( 10 ),
452
452
pool_public_key = G1Element (),
453
453
pool_contract_puzzle_hash = bytes32 (b"4" * 32 ),
454
454
plot_public_key = G1Element (),
@@ -525,7 +525,7 @@ async def test_solution_response_empty_proof(
525
525
partial_proofs = [b"test_partial_proof_for_quality" ],
526
526
signage_point_index = uint8 (0 ),
527
527
plot_size = uint8 (32 ),
528
- plot_strength = uint64 ( 1000 ),
528
+ plot_strength = uint8 ( 10 ),
529
529
pool_public_key = G1Element (),
530
530
pool_contract_puzzle_hash = bytes32 (b"4" * 32 ),
531
531
plot_public_key = G1Element (),
@@ -587,7 +587,7 @@ async def test_v2_partial_proofs_solver_exception(
587
587
partial_proofs = [b"test_partial_proof_1" ],
588
588
signage_point_index = uint8 (0 ),
589
589
plot_size = uint8 (32 ),
590
- plot_strength = uint64 ( 1000 ),
590
+ plot_strength = uint8 ( 10 ),
591
591
pool_public_key = G1Element (),
592
592
pool_contract_puzzle_hash = bytes32 (b"4" * 32 ),
593
593
plot_public_key = G1Element (),
0 commit comments