Merge remote-tracking branch 'origin/gloas-proposer-preferences-sse' into gloas-alpha-spec-9

This commit is contained in:
Eitan Seri-Levi
2026-06-11 18:28:04 +03:00
5 changed files with 45 additions and 0 deletions

View File

@@ -3273,6 +3273,9 @@ pub fn serve<T: BeaconChainTypes>(
api_types::EventTopic::ExecutionPayloadBid => {
event_handler.subscribe_execution_payload_bid()
}
api_types::EventTopic::ProposerPreferences => {
event_handler.subscribe_proposer_preferences()
}
api_types::EventTopic::PayloadAttestationMessage => {
event_handler.subscribe_payload_attestation_message()
}