From 0349b104bf648e319c03b8093e0cdbe71354a1c9 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Fri, 16 Dec 2022 14:28:14 -0500 Subject: [PATCH] add blob rpc protocols to --- beacon_node/lighthouse_network/src/rpc/protocol.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beacon_node/lighthouse_network/src/rpc/protocol.rs b/beacon_node/lighthouse_network/src/rpc/protocol.rs index 549a0e720..0773197e8 100644 --- a/beacon_node/lighthouse_network/src/rpc/protocol.rs +++ b/beacon_node/lighthouse_network/src/rpc/protocol.rs @@ -261,6 +261,8 @@ impl UpgradeInfo for RPCProtocol { ProtocolId::new(Protocol::Ping, Version::V1, Encoding::SSZSnappy), ProtocolId::new(Protocol::MetaData, Version::V2, Encoding::SSZSnappy), ProtocolId::new(Protocol::MetaData, Version::V1, Encoding::SSZSnappy), + ProtocolId::new(Protocol::BlobsByRoot, Version::V1, Encoding::SSZSnappy), + ProtocolId::new(Protocol::BlobsByRange, Version::V1, Encoding::SSZSnappy), ]; if self.enable_light_client_server { supported_protocols.push(ProtocolId::new(