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
we need to cover a few scenarios here that ensure we are able to catch up with the tip:
tree requests the appropriate blocks,
tree is able to close the gap with downloaded blocks and will always reach canonical state eventually
tree is able to trigger backfill if it realises it is too far behind from tip
I believe the way we currently pick the download target is a bit buggy because this only checks the buffered blocks but we could have this target already executed
transitioning to live sync after backfill sync of when the node started is tricky and involves a few things
reth/crates/engine/tree/src/tree/mod.rs
Line 1089 in 26184ba
reth/crates/engine/tree/src/tree/mod.rs
Lines 1276 to 1282 in d5d46a8
TODO
we need to cover a few scenarios here that ensure we are able to catch up with the tip:
I believe the way we currently pick the download target is a bit buggy because this only checks the buffered blocks but we could have this target already executed
reth/crates/engine/tree/src/tree/mod.rs
Line 1820 in d5d46a8
The text was updated successfully, but these errors were encountered: