reth
reth copied to clipboard
Make chain canonical if new payload is the missing block for current sync target
Describe the feature
scenario:
- FCU -> Disconnected(missing_parent) -> start downloading missing parent
- new payload == missing_parent -> make canonical
blocked by #2941 which adds the functionality required by this
FYI @Rjected
Additional context
No response