Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blast Sepolia - Archive and Full nodes running same client do not agree on block hash for Block: 12905257 #17

Open
jwelch-qn opened this issue Nov 4, 2024 · 1 comment

Comments

@jwelch-qn
Copy link

{"jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["0xc4eb29", true], "id": 1} | jq .result.hash
Gives:
0x6d8f421c0f3d2af7530d97a206ad571b602179da136dd47778271679849763e6

from archive node, while full nodes return:
0x7ee27ace2ce96a4777c8b50c2b1cf71c15b42999b8083d3abf13a279b67519f3

Full and archive nodes are running: Geth/v0.1.0-unstable-bac58456-20240423/linux-amd64/go1.21.7

@europa-blast
Copy link

This was because of a reorg on testnet where the reorg went beyond what full nodes have wrt their state tries available. Unfortunately it is expected behavior with large reorgs and full nodes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants