Update proposer RPC to new blob sidecar format (#13189)

This commit is contained in:
terence
2023-11-27 15:44:52 -08:00
committed by GitHub
parent cd8d499198
commit 7cc05401ca
24 changed files with 237 additions and 336 deletions

View File

@@ -846,6 +846,7 @@ func (b *BeaconNode) registerRPCService(router *mux.Router) error {
ForkchoiceFetcher: chainService,
FinalizationFetcher: chainService,
BlockReceiver: chainService,
BlobReceiver: chainService,
AttestationReceiver: chainService,
GenesisTimeFetcher: chainService,
GenesisFetcher: chainService,