1- version : v1.7.0-alpha.8
1+ version : v1.7.0-alpha.10
22style : full
33
44specrefs :
@@ -35,6 +35,7 @@ exceptions:
3535 # altair
3636 - PARTICIPATION_FLAG_WEIGHTS#altair
3737 # bellatrix
38+ - EMPTY_BLOCK_HASH#bellatrix
3839 - PAYLOAD_STATUS_INVALIDATED#bellatrix
3940 - PAYLOAD_STATUS_NOT_VALIDATED#bellatrix
4041 - PAYLOAD_STATUS_VALID#bellatrix
@@ -122,7 +123,6 @@ exceptions:
122123 - ExecutionPayload#gloas
123124 - ExecutionPayloadBid#gloas
124125 - ExecutionPayloadEnvelope#gloas
125- - ForkChoiceNode#gloas
126126 - IndexedPayloadAttestation#gloas
127127 - LightClientHeader#gloas
128128 - PartialDataColumnGroupID#gloas
@@ -138,6 +138,7 @@ exceptions:
138138 dataclasses :
139139 # phase0
140140 - FastConfirmationStore#phase0
141+ - ForkChoiceNode#phase0
141142 - LatestMessage#phase0
142143 - Seen#phase0
143144 - Store#phase0
@@ -157,10 +158,13 @@ exceptions:
157158 - Seen#electra
158159 # fulu
159160 - BlobParameters#fulu
161+ - Seen#fulu
160162 # gloas
161163 - ExpectedWithdrawals#gloas
164+ - ForkChoiceNode#gloas
162165 - LatestMessage#gloas
163166 - PayloadAttributes#gloas
167+ - Seen#gloas
164168 - Store#gloas
165169 # heze
166170 - GetInclusionListResponse#heze
@@ -240,14 +244,18 @@ exceptions:
240244 - get_current_balance_source#phase0
241245 - get_current_target#phase0
242246 - get_current_target_score#phase0
247+ - get_dependent_root#phase0
243248 - get_equivocation_score#phase0
244249 - get_fast_confirmation_store#phase0
245250 - get_latest_confirmed#phase0
246251 - get_latest_message_epoch#phase0
252+ - get_node_children#phase0
253+ - get_node_for_root#phase0
247254 - get_previous_balance_source#phase0
248255 - get_pulled_up_head_state#phase0
249256 - get_slot_committee#phase0
250257 - get_support_discount#phase0
258+ - get_supported_node#phase0
251259 - is_ancestor#phase0
252260 - is_confirmed_chain_safe#phase0
253261 - is_full_validator_set_covered#phase0
@@ -347,6 +355,7 @@ exceptions:
347355 - validate_sync_committee_message_gossip#altair
348356 # bellatrix
349357 - get_execution_payload#bellatrix
358+ - get_safe_execution_block_hash#bellatrix
350359 - is_merge_transition_block#bellatrix
351360 - is_optimistic_candidate_block#bellatrix
352361 - latest_verified_ancestor#bellatrix
@@ -421,6 +430,13 @@ exceptions:
421430 - get_data_column_sidecars_from_block#fulu
422431 - get_data_column_sidecars_from_column_sidecar#fulu
423432 - recover_matrix#fulu
433+ - process_block#fulu
434+ - process_deposit_request#fulu
435+ - process_operations#fulu
436+ - process_pending_deposits#fulu
437+ - validate_beacon_block_gossip#fulu
438+ - validate_data_column_sidecar_gossip#fulu
439+ - validate_partial_data_column_sidecar_gossip#fulu
424440 # gloas
425441 - get_latest_message_epoch#gloas
426442 - get_payload_due_ms#gloas
@@ -454,9 +470,15 @@ exceptions:
454470 - get_forkchoice_store#gloas
455471 - get_head#gloas
456472 - get_indexed_payload_attestation#gloas
473+ - get_dependent_root#gloas
457474 - get_next_sync_committee_indices#gloas
458475 - get_node_children#gloas
476+ - get_node_for_root#gloas
459477 - get_parent_payload_status#gloas
478+ - get_safe_execution_block_hash#gloas
479+ - get_supported_node#gloas
480+ - is_ancestor#gloas
481+ - is_previous_slot_payload_decision#gloas
460482 - get_payload_attestation_due_ms#gloas
461483 - get_payload_attestation_message_signature#gloas
462484 - get_payload_status_tiebreaker#gloas
@@ -470,7 +492,6 @@ exceptions:
470492 - is_builder_withdrawal_credential#gloas
471493 - is_merge_transition_complete#gloas
472494 - is_parent_node_full#gloas
473- - is_supporting_vote#gloas
474495 - is_valid_indexed_payload_attestation#gloas
475496 - notify_ptc_messages#gloas
476497 - on_block#gloas
0 commit comments