Allow ExEx provider to subscribe to safe & finalized block updates #10316
Labels
A-blockchain-tree
Related to sidechains, reorgs and pending blocks
A-exex
Execution Extensions
C-enhancement
New feature or request
Describe the feature
The FullProvider you get from ExExContext's components doesn't implement ForkChoiceSubscriptions.
We need to modify a few things, which I have made a separate PR for each feature:
subscribe_safe_block
&subscribe_finalized_block
toCanonicalInMemoryState
#10317ForkChoiceSubscriptions
forBlockchainProvider2
#10318ForkChoiceSubscriptions
toFullProvider
supertrait #10319I'm not sure how to properly pull request separate features like these, where 1 must be merged before 2 and 2 before 3. I've branched them out each with 1, 1&2, 1&2&3. Please kindly suggest any fix if necessary.
Additional context
No response
The text was updated successfully, but these errors were encountered: