mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
Gloas alpha spec 8 (#9315)
https://github.com/ethereum/consensus-specs/releases/tag/v1.7.0-alpha.8 Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu> Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
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 optimistic_sync() {
|
||||
OptimisticSyncHandler::<MinimalEthSpec>::default().run();
|
||||
|
||||
Reference in New Issue
Block a user