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
Encountered exception Nethermind.Blockchain.InvalidBlockException: Transaction 0x998323b2a3e78a3a7e27a4fa736962e42b07e93d4c4468f4a7ff39955c712b23 at index 5 failed with error wrong transaction nonce
#8036
Open
AndreyMashukov opened this issue
Jan 9, 2025
· 1 comment
@MarekM25 weird is the order of blocks here:
09 Jan 15:08:47 | Received New Block: 21587715
09 Jan 15:08:52 | Received New Block: 21587643
09 Jan 15:08:55 | Received New Block: 21587716
But I see that we recognized same invalid block on our nodes and order was completely fine.
Description
Please provide a clear and concise description of the issue.
Steps to Reproduce
In order to replicate the behavior, please provide a detailed list of steps:
Actual behavior
09 Jan 15:08:47 | Received New Block: 21587715 (0x9036d1...52a1ce), Extra Data: Titan (titanbuilder.xyz)
09 Jan 15:08:49 | Processed 21587715 | 1,813.2 ms | slot 5,993 ms |⛽ Gas gwei: 9.00 .. 10.16 (10.49) .. 24.00
09 Jan 15:08:49 | Block mev 0.0205 ETH 16.62 MGas | 208 txs | calls 856 ( 32) | sload 2,771 | sstore 867 | create 0
09 Jan 15:08:49 | Block throughput 9.16 MGas/s | 114.7 tps | 0.55 Blk/s | exec code from cache 2,055 | new 1
09 Jan 15:08:50 | Received ForkChoice: 21587715 (0x9036d1...52a1ce), Safe: 21587671 (0x0ffce2...b2b407), Finalized: 21587640 (0xedaa0a...e9f35c)
09 Jan 15:08:50 | Synced Chain Head to 21587715 (0x9036d1...52a1ce)
09 Jan 15:08:51 | Old Receipts 4,972,944 / 21,579,745 ( 23.04 %) [⣿⣿⣿⣿⣿⣿⣿⣿⡇ ] queue 8,484 | current 19 Blk/s
09 Jan 15:08:52 | Received New Block: 21587643 (0xd24385...50b079), Extra Data: Titan (titanbuilder.xyz)
09 Jan 15:08:52 | Encountered exception Nethermind.Blockchain.InvalidBlockException: Transaction 0x998323b2a3e78a3a7e27a4fa736962e42b07e93d4c4468f4a7ff39955c712b23 at index 5 failed with error wrong transaction nonce
at Nethermind.Consensus.Processing.BlockProcessor.ProcessBlock(Block block, IBlockTracer blockTracer, ProcessingOptions options) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 288
at Nethermind.Consensus.Processing.BlockProcessor.Process(Hash256 newBranchStateRoot, List
1 suggestedBlocks, ProcessingOptions options, IBlockTracer blockTracer) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 85 while processing blocks. 09 Jan 15:08:53 | Issue processing block Hash: 0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079 Number: 21587643 Parent: 0x130876abd958fc31c7eb3d4f95eb2ffc8de1057cb7b1a614b279e2d112892414 Beneficiary: 0x4838b106fce9647bdf1e7877bf73ce8b0bad5f97 Gas Limit: 30000000 Gas Used: 1900262 Timestamp: 1736434427 Extra Data: 546974616e2028746974616e6275696c6465722e78797a29 Difficulty: 0 Mix Hash: 0xc590d3975477149e7442b5367240abd4838dab35a83f2036f68a2acce1041a65 Nonce: 0 Uncles Hash: 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 Tx Root: 0xc3bd12a9f0e26bcc5aa3151c2eeedbbe84e628ec5ac6e2f0cf857569718e61f5 Receipts Root: 0xf07336d1d22f5cbbfdf872fa5fa25a5ccf71101e090599646dbdfcf2bb21a919 State Root: BaseFeePerGas: 11195000202 WithdrawalsRoot: 0x16e5d35528e953d68dcc30efe1877ab205b220065f619a995adb83a19741bc6d ParentBeaconBlockRoot: 0x9aaaaea864e1401a4d206346170964c9e5c4f5148d42b36675767fd9a98a078e BlobGasUsed: 655360 ExcessBlobGas: 80216064 IsPostMerge: True TotalDifficulty: 58750003716598352816469 Nethermind.Blockchain.InvalidBlockException: Transaction 0x998323b2a3e78a3a7e27a4fa736962e42b07e93d4c4468f4a7ff39955c712b23 at index 5 failed with error wrong transaction nonce at Nethermind.Consensus.Processing.BlockProcessor.ProcessBlock(Block block, IBlockTracer blockTracer, ProcessingOptions options) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 288 at Nethermind.Consensus.Processing.BlockProcessor.Process(Hash256 newBranchStateRoot, List
1 suggestedBlocks, ProcessingOptions options, IBlockTracer blockTracer) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 85at Nethermind.Consensus.Processing.BlockchainProcessor.ProcessBranch(ProcessingBranch& processingBranch, ProcessingOptions options, IBlockTracer tracer, String& error)
09 Jan 15:08:53 | Created a RLP dump of invalid block 0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079 in file /tmp/block_0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079.rlp
09 Jan 15:08:53 | Encountered exception Nethermind.Blockchain.InvalidBlockException: Transaction 0x998323b2a3e78a3a7e27a4fa736962e42b07e93d4c4468f4a7ff39955c712b23 at index 5 failed with error wrong transaction nonce
at Nethermind.Consensus.Processing.BlockProcessor.ProcessBlock(Block block, IBlockTracer blockTracer, ProcessingOptions options) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 288
at Nethermind.Consensus.Processing.BlockProcessor.Process(Hash256 newBranchStateRoot, List`1 suggestedBlocks, ProcessingOptions options, IBlockTracer blockTracer) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 85 while processing blocks.
09 Jan 15:08:55 | Created a Receipts trace of invalid block 0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079 in file /tmp/receipts_0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079.txt
09 Jan 15:08:55 | Deleting invalid block 0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079 at level 21587643
09 Jan 15:08:55 | Rejected invalid block 21587643 (0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079), ExtraData: Titan (titanbuilder.xyz), reason: Transaction 0x998323b2a3e78a3a7e27a4fa736962e42b07e93d4c4468f4a7ff39955c712b23 at index 5 failed with error wrong transaction nonce
09 Jan 15:08:55 | Received New Block: 21587716 (0xd44a70...eec52e), Extra Data: beaverbuild.org
09 Jan 15:08:58 | Processed 21587716 | 2,289.0 ms | slot 8,495 ms |⛽ Gas gwei: 9.12 .. 9.12 (11.11) .. 40.46
09 Jan 15:08:58 | Block mev 0.0188 ETH 11.63 MGas | 135 txs | calls 1,039 ( 47) | sload 3,512 | sstore 1,108 | create 0
09 Jan 15:08:58 | Block throughput 5.08 MGas/s | 59.0 tps | 0.44 Blk/s | exec code from cache 2,441 | new 1
09 Jan 15:08:58 | Received ForkChoice: 21587716 (0xd44a70...eec52e), Safe: 21587671 (0x0ffce2...b2b407), Finalized: 21587640 (0xedaa0a...e9f35c)
09 Jan 15:08:58 | Synced Chain Head to 21587716 (0xd44a70...eec52e)
09 Jan 15:09:01 | Old Receipts 4,972,944 / 21,579,745 ( 23.04 %) [⣿⣿⣿⣿⣿⣿⣿⣿⡇ ] queue 9,495 | current 0 Blk/s
Expected behavior
No error is happened
Screenshots
see logs above
Desktop (please complete the following information):
Please provide the following information regarding your setup:
Additional context
This is only one valid and working combination of lighthouse + nethermind, latest lighthouse does not work with latest nethermind
Logs
09 Jan 15:08:47 | Received New Block: 21587715 (0x9036d1...52a1ce), Extra Data: Titan (titanbuilder.xyz)
09 Jan 15:08:49 | Processed 21587715 | 1,813.2 ms | slot 5,993 ms |⛽ Gas gwei: 9.00 .. 10.16 (10.49) .. 24.00
09 Jan 15:08:49 | Block mev 0.0205 ETH 16.62 MGas | 208 txs | calls 856 ( 32) | sload 2,771 | sstore 867 | create 0
09 Jan 15:08:49 | Block throughput 9.16 MGas/s | 114.7 tps | 0.55 Blk/s | exec code from cache 2,055 | new 1
09 Jan 15:08:50 | Received ForkChoice: 21587715 (0x9036d1...52a1ce), Safe: 21587671 (0x0ffce2...b2b407), Finalized: 21587640 (0xedaa0a...e9f35c)
09 Jan 15:08:50 | Synced Chain Head to 21587715 (0x9036d1...52a1ce)
09 Jan 15:08:51 | Old Receipts 4,972,944 / 21,579,745 ( 23.04 %) [⣿⣿⣿⣿⣿⣿⣿⣿⡇ ] queue 8,484 | current 19 Blk/s
09 Jan 15:08:52 | Received New Block: 21587643 (0xd24385...50b079), Extra Data: Titan (titanbuilder.xyz)
09 Jan 15:08:52 | Encountered exception Nethermind.Blockchain.InvalidBlockException: Transaction 0x998323b2a3e78a3a7e27a4fa736962e42b07e93d4c4468f4a7ff39955c712b23 at index 5 failed with error wrong transaction nonce
at Nethermind.Consensus.Processing.BlockProcessor.ProcessBlock(Block block, IBlockTracer blockTracer, ProcessingOptions options) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 288
at Nethermind.Consensus.Processing.BlockProcessor.Process(Hash256 newBranchStateRoot, List
1 suggestedBlocks, ProcessingOptions options, IBlockTracer blockTracer) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 85 while processing blocks. 09 Jan 15:08:53 | Issue processing block Hash: 0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079 Number: 21587643 Parent: 0x130876abd958fc31c7eb3d4f95eb2ffc8de1057cb7b1a614b279e2d112892414 Beneficiary: 0x4838b106fce9647bdf1e7877bf73ce8b0bad5f97 Gas Limit: 30000000 Gas Used: 1900262 Timestamp: 1736434427 Extra Data: 546974616e2028746974616e6275696c6465722e78797a29 Difficulty: 0 Mix Hash: 0xc590d3975477149e7442b5367240abd4838dab35a83f2036f68a2acce1041a65 Nonce: 0 Uncles Hash: 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 Tx Root: 0xc3bd12a9f0e26bcc5aa3151c2eeedbbe84e628ec5ac6e2f0cf857569718e61f5 Receipts Root: 0xf07336d1d22f5cbbfdf872fa5fa25a5ccf71101e090599646dbdfcf2bb21a919 State Root: BaseFeePerGas: 11195000202 WithdrawalsRoot: 0x16e5d35528e953d68dcc30efe1877ab205b220065f619a995adb83a19741bc6d ParentBeaconBlockRoot: 0x9aaaaea864e1401a4d206346170964c9e5c4f5148d42b36675767fd9a98a078e BlobGasUsed: 655360 ExcessBlobGas: 80216064 IsPostMerge: True TotalDifficulty: 58750003716598352816469 Nethermind.Blockchain.InvalidBlockException: Transaction 0x998323b2a3e78a3a7e27a4fa736962e42b07e93d4c4468f4a7ff39955c712b23 at index 5 failed with error wrong transaction nonce at Nethermind.Consensus.Processing.BlockProcessor.ProcessBlock(Block block, IBlockTracer blockTracer, ProcessingOptions options) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 288 at Nethermind.Consensus.Processing.BlockProcessor.Process(Hash256 newBranchStateRoot, List
1 suggestedBlocks, ProcessingOptions options, IBlockTracer blockTracer) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 85at Nethermind.Consensus.Processing.BlockchainProcessor.ProcessBranch(ProcessingBranch& processingBranch, ProcessingOptions options, IBlockTracer tracer, String& error)
09 Jan 15:08:53 | Created a RLP dump of invalid block 0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079 in file /tmp/block_0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079.rlp
09 Jan 15:08:53 | Encountered exception Nethermind.Blockchain.InvalidBlockException: Transaction 0x998323b2a3e78a3a7e27a4fa736962e42b07e93d4c4468f4a7ff39955c712b23 at index 5 failed with error wrong transaction nonce
at Nethermind.Consensus.Processing.BlockProcessor.ProcessBlock(Block block, IBlockTracer blockTracer, ProcessingOptions options) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 288
at Nethermind.Consensus.Processing.BlockProcessor.Process(Hash256 newBranchStateRoot, List`1 suggestedBlocks, ProcessingOptions options, IBlockTracer blockTracer) in /src/Nethermind/Nethermind.Consensus/Processing/BlockProcessor.cs:line 85 while processing blocks.
09 Jan 15:08:55 | Created a Receipts trace of invalid block 0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079 in file /tmp/receipts_0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079.txt
09 Jan 15:08:55 | Deleting invalid block 0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079 at level 21587643
09 Jan 15:08:55 | Rejected invalid block 21587643 (0xd2438572f251570014d3f76f1a3f1b6a82d18a73e8a150c6cdcd17e51e50b079), ExtraData: Titan (titanbuilder.xyz), reason: Transaction 0x998323b2a3e78a3a7e27a4fa736962e42b07e93d4c4468f4a7ff39955c712b23 at index 5 failed with error wrong transaction nonce
09 Jan 15:08:55 | Received New Block: 21587716 (0xd44a70...eec52e), Extra Data: beaverbuild.org
09 Jan 15:08:58 | Processed 21587716 | 2,289.0 ms | slot 8,495 ms |⛽ Gas gwei: 9.12 .. 9.12 (11.11) .. 40.46
09 Jan 15:08:58 | Block mev 0.0188 ETH 11.63 MGas | 135 txs | calls 1,039 ( 47) | sload 3,512 | sstore 1,108 | create 0
09 Jan 15:08:58 | Block throughput 5.08 MGas/s | 59.0 tps | 0.44 Blk/s | exec code from cache 2,441 | new 1
09 Jan 15:08:58 | Received ForkChoice: 21587716 (0xd44a70...eec52e), Safe: 21587671 (0x0ffce2...b2b407), Finalized: 21587640 (0xedaa0a...e9f35c)
09 Jan 15:08:58 | Synced Chain Head to 21587716 (0xd44a70...eec52e)
09 Jan 15:09:01 | Old Receipts 4,972,944 / 21,579,745 ( 23.04 %) [⣿⣿⣿⣿⣿⣿⣿⣿⡇ ] queue 9,495 | current 0 Blk/s
The text was updated successfully, but these errors were encountered: