Skip to content

Conversation

gianbelinche
Copy link
Contributor

Motivation
If we want to full sync a chain with more than 1024 blocks, it ocassionally fails.

Description
Adds a tests which tries to fullsync more than 1024 blocks, which currently fails, since the new to old headers request doesn't work with more than 1024 blocks, making it sync with old to new, which can fail if it uses the side chain peer.

Should be fixed with #4717

Copy link

github-actions bot commented Oct 1, 2025

Lines of code report

Total lines added: 14
Total lines removed: 0
Total lines changed: 14

Detailed view
+-----------------------------------+-------+------+
| File                              | Lines | Diff |
+-----------------------------------+-------+------+
| ethrex/tooling/reorgs/src/main.rs | 284   | +14  |
+-----------------------------------+-------+------+

Base automatically changed from test/full-sync-reorg to main October 6, 2025 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L1 Ethereum client
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants