You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line with 1.20 spec, the 'step' of blocksByRange must now always be 1.
Need to evaluate that we can still accept a request with a step other than 1, and make it return the first block we find in that range
fixesConsensys#5565
Signed-off-by: Paul Harris <[email protected]>
* update blocks by range to not skip blocks.
In line with 1.20 spec, the 'step' of blocksByRange must now always be 1.
Need to evaluate that we can still accept a request with a step other than 1, and make it return the first block we find in that range
fixes#5565
Signed-off-by: Paul Harris <[email protected]>
Description
Change our implementation of BeaconBlocksByRange to match the new deprecated implementation (only returns the first block).
Adjust any places we use a step > 1. I think this is just in CommonAncestorFinder.
See ethereum/consensus-specs#2856
The text was updated successfully, but these errors were encountered: