mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
Merge remote-tracking branch 'michael/payload-attestation-committee-cache' into fc-compliance
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user