@@ -209,6 +209,7 @@ AllTests-mainnet
209209+ Different fork versions OK
210210+ Different genesis validators roots OK
211211+ Different lengths and blob limits OK
212+ + Fusaka devnet-2 OK
212213```
213214## EF - KZG
214215``` diff
@@ -533,6 +534,7 @@ AllTests-mainnet
533534+ KZG - Verify Cell Kzg Proof Batch - verify_cell_kzg_proof_batch_case_valid_5 OK
534535+ KZG - Verify Cell Kzg Proof Batch - verify_cell_kzg_proof_batch_case_valid_6 OK
535536+ KZG - Verify Cell Kzg Proof Batch - verify_cell_kzg_proof_batch_case_valid_multiple_blobs OK
537+ + KZG - Verify Cell Kzg Proof Batch - verify_cell_kzg_proof_batch_case_valid_not_sorted OK
536538+ KZG - Verify Cell Kzg Proof Batch - verify_cell_kzg_proof_batch_case_valid_same_cell_multi OK
537539+ KZG - Verify Cell Kzg Proof Batch - verify_cell_kzg_proof_batch_case_valid_zero_cells OK
538540```
@@ -557,6 +559,8 @@ AllTests-mainnet
557559```
558560## EF - SSZ generic types
559561``` diff
562+ + Testing basic_progressive_list inputs - invalid OK
563+ + Testing basic_progressive_list inputs - valid OK
560564 Testing basic_vector inputs - invalid Skip
561565+ Testing basic_vector inputs - valid OK
562566+ Testing bitlist inputs - invalid OK
@@ -565,8 +569,10 @@ AllTests-mainnet
565569+ Testing bitvector inputs - valid OK
566570+ Testing boolean inputs - invalid OK
567571+ Testing boolean inputs - valid OK
568- + Testing containers inputs - invalid - skipping BitsStruct OK
569- + Testing containers inputs - valid - skipping BitsStruct OK
572+ + Testing containers inputs - invalid OK
573+ + Testing containers inputs - valid OK
574+ + Testing progressive_bitlist inputs - invalid OK
575+ + Testing progressive_bitlist inputs - valid OK
570576+ Testing uints inputs - invalid OK
571577+ Testing uints inputs - valid OK
572578```
@@ -976,18 +982,22 @@ AllTests-mainnet
976982+ [SyncManager] groupBlobs() test OK
977983+ [SyncQueue# & Backward] Combination of missing parent and good blocks [3 peers] test OK
978984+ [SyncQueue# & Backward] Empty responses should not advance queue until other peers will no OK
985+ + [SyncQueue# & Backward] Empty responses should not be accounted [3 peers] test OK
979986+ [SyncQueue# & Backward] Failure request push test OK
980987+ [SyncQueue# & Backward] Invalid block [3 peers] test OK
981988+ [SyncQueue# & Backward] Smoke [3 peers] test OK
982989+ [SyncQueue# & Backward] Smoke [single peer] test OK
983990+ [SyncQueue# & Backward] Unviable block [3 peers] test OK
991+ + [SyncQueue# & Backward] epochFilter() test OK
984992+ [SyncQueue# & Forward] Combination of missing parent and good blocks [3 peers] test OK
985993+ [SyncQueue# & Forward] Empty responses should not advance queue until other peers will not OK
994+ + [SyncQueue# & Forward] Empty responses should not be accounted [3 peers] test OK
986995+ [SyncQueue# & Forward] Failure request push test OK
987996+ [SyncQueue# & Forward] Invalid block [3 peers] test OK
988997+ [SyncQueue# & Forward] Smoke [3 peers] test OK
989998+ [SyncQueue# & Forward] Smoke [single peer] test OK
990999+ [SyncQueue# & Forward] Unviable block [3 peers] test OK
1000+ + [SyncQueue# & Forward] epochFilter() test OK
9911001+ [SyncQueue#Backward] Missing parent and exponential rewind [3 peers] test OK
9921002+ [SyncQueue#Backward] getRewindPoint() test OK
9931003+ [SyncQueue#Forward] Missing parent and exponential rewind [3 peers] test OK
@@ -1109,6 +1119,7 @@ AllTests-mainnet
11091119``` diff
11101120+ should register stability subnets on attester duties OK
11111121+ should register sync committee duties OK
1122+ + should subscribe to all subnets when flag is enabled OK
11121123```
11131124## weak-subjectivity-checkpoint
11141125``` diff
0 commit comments