mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Read lc updates from LCStore in RPC (#15172)
* add lcstore to rpc config and lc server * read updates from store * remove unused func * optimistic tests * finality tests * changelog entry * Update changelog/bastin_read-updates-from-store-in-rpc.md Co-authored-by: Radosław Kapka <rkapka@wp.pl> * pass lcstore to rpc service --------- Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
@@ -1011,6 +1011,7 @@ func (b *BeaconNode) registerRPCService(router *http.ServeMux) error {
|
||||
BlobStorage: b.BlobStorage,
|
||||
TrackedValidatorsCache: b.trackedValidatorsCache,
|
||||
PayloadIDCache: b.payloadIDCache,
|
||||
LCStore: b.lcStore,
|
||||
})
|
||||
|
||||
return b.services.RegisterService(rpcService)
|
||||
|
||||
Reference in New Issue
Block a user