NethermindEth / nethermind

A robust execution client for Ethereum node operators.
https://nethermind.io/nethermind-client
GNU General Public License v3.0
1.22k stars 425 forks source link

Missing Receipt for the State Healing block #6892

Open kamilchodola opened 5 months ago

kamilchodola commented 5 months ago

Description On Sepolia I'm getting a lot of Receipt not available for From block 5586785. but this is fully SnapSynced node so it should not happen.

Looking at logs, this block was processed during StateHealing and node at that state was restarted (fuzzing tests)

29 Mar 2024 20:08:05.287

======================== Nethermind initialization completed ========================
This node    : enode://8487d8ddbd5accfbc5d69614a42645d14e06478a5887a28f44f94563920bd21b6f91702f1ff3583eb7e4db1f16d78322a58655ab79455485fdc6c8be0f55e999@172.232.190.160:30303
RPC modules  : Admin, Debug, Eth, Net, Parity, Personal, Proof, Rpc, Subscribe, Trace, TxPool, Web3
Node address : 0x55320eec5f33eb2ffc03eb2e1287f492616cc7d3 (do not use as an account)
Mem est tx   :    41 MB
Mem est DB   :     8 MB
JSON RPC     : http://0.0.0.0:8545/ ; http://0.0.0.0:8551/
Genesis hash : 0x25a5cc106eea7138acab33231d7160d69cb777ee0c2c553fcddf5138993e6dd9
External IP  : 172.232.190.160
Ethereum     : tcp://172.232.190.160:30303
Discovery    : udp://172.232.190.160:30303
Client id    : Nethermind/v1.26.0-rc+e8896e5f/linux-x64/dotnet8.0.3
Chainspec    : chainspec/sepolia.json
Chain head   : 5586785 (0x385e2e...c76932)
Chain ID     : Sepolia
=====================================================================================
29 Mar 2024 20:07:30.267
 Setting state sync state root to 5586785 0x030d091f6d2427a1fb24324579689b84f6803b5851c804fc25731af48a5ec32b
29 Mar 2024 20:07:30.265
 Found state for parent: 5586785 (0x385e2e...c76932), StateRoot: 0x030d091f6d2427a1fb24324579689b84f6803b5851c804fc25731af48a5ec32b
29 Mar 2024 20:07:30.157
 Changing state StateNodes to Full, FastBodies at processed: 0 | state: 5586785 | block: 5586787 | header: 5586787 | target block: 5586819 | peer block: 5586819
29 Mar 2024 20:07:30.089
 Saving root 0x030d091f6d2427a1fb24324579689b84f6803b5851c804fc25731af48a5ec32b of 5586785
29 Mar 2024 20:07:30.089
 Branch sync progress (do not extrapolate): 100.00 % of block 5586785
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29 Mar 2024 20:07:30.089
 Branch sync progress (do not extrapolate): 99.61 % of block 5586785
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++*++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29 Mar 2024 20:07:30.089
 Branch sync progress (do not extrapolate): 99.22 % of block 5586785
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++*++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++*++++++++++++++++++++++++++++++++++++++++
29 Mar 2024 20:07:29.755
 Branch sync progress (do not extrapolate): 98.83 % of block 5586785
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++*++++++++++++++++++++++++++++++++++
+++++++++++*+++++++++++*++++++++++++++++++++++++++++++++++++++++
kamilchodola commented 5 months ago

@flcl42 Can you connect your PR with that issue?