Merge remote-tracking branch 'michael/payload-attestation-committee-cache' into fc-compliance

This commit is contained in:
Michael Sproul
2026-05-25 15:35:03 +10:00
87 changed files with 1541 additions and 649 deletions

View File

@@ -1079,6 +1079,12 @@ fn fork_choice_get_parent_payload_status() {
ForkChoiceHandler::<MainnetEthSpec>::new("get_parent_payload_status").run();
}
#[test]
fn fork_choice_on_payload_attestation_message() {
ForkChoiceHandler::<MinimalEthSpec>::new("on_payload_attestation_message").run();
ForkChoiceHandler::<MainnetEthSpec>::new("on_payload_attestation_message").run();
}
#[test]
fn fork_choice_compliance_attester_slashing_test() {
ForkChoiceComplianceHandler::<MinimalEthSpec>::new("attester_slashing_test").run();