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

Error: method trace_block raises errors #5306

Closed
fedecastelli opened this issue Sep 7, 2022 · 39 comments
Closed

Error: method trace_block raises errors #5306

fedecastelli opened this issue Sep 7, 2022 · 39 comments
Assignees
Labels
gateway Issue assigned to gateway team

Comments

@fedecastelli
Copy link

System information

Erigon version: v2022.09.01

OS & Version: Linux

Commit hash : 4067b7c

Expected behaviour

I updated my erigon client version from 2022.99.99-dev to v2022.09.01. I restarted the client and I started to get errors extracting traces.

Actual behaviour

When I try to extract traces from my archive node, I see this error:

WARN[09-07|13:34:03.541] Served                                   conn=127.0.0.1:44722 method=trace_block reqid=0 t=1.146816ms err="first run for txIndex 1 error: nonce too high: address 0x000000CeA33e55d04fb10a1af69EFEb8f7E6c7F2, tx: 2361 state: 2360"
WARN[09-07|13:34:03.594] Served                                   conn=127.0.0.1:44704 method=trace_block reqid=0 t=54.327051ms err="first run for txIndex 162 error: fee cap less than block base fee: address 0x000000CeA33e55d04fb10a1af69EFEb8f7E6c7F2, gasFeeCap: 8635922793 baseFee: 9057141221"

Could someone help me with this issue?

@rlaace423
Copy link

rlaace423 commented Sep 7, 2022

Same here, using same version (2022.09.1-alpha).

[WARN] [09-07|13:50:30.755] Served conn=20.0.11.236:56496 method=trace_block reqid=1 t=50.448455ms err="first run for txIndex 83 error: insufficient funds for gas * price + value: address 0x5d57E4ff7bdd3bd9Afcc13074C36b80Fa743b38d have 13264998602158566 want 13367154602158566"

@fedecastelli fedecastelli changed the title Error calling the method trace_block Error: method trace_block raises errors Sep 7, 2022
@noam-alchemy
Copy link

noam-alchemy commented Sep 7, 2022

Getting this as well (happens on trace_transaction and trace_filter as well). Two more examples:

{"jsonrpc":"2.0","method":"trace_filter","params":[{"fromBlock":"0x7329ff","toAddress":["0x81236b5a105d3ad6b56ac41a03e1fd8893a08859","0x3b30d421a6da95694eaae09971424f15eb375269","0x86f62001be58bcdb14e298038912c77027d5f945","0xca40b3b63f7181aec95f74dbeb477655a7b87ec0","0xda62f67be7194775a75be91cbf9feedcc5776d4b","0xe745243b82ebc46e5c23d9b1b968612c65d45f3d","0x7e0cc872a2aa320399011416f4569aadf37bb5f9","0xf0fe88146dddc938db342d68e9fa7d7a59924870","0x9b0c67496be8c6422fed0372be7a87707e3a6f09","0xb8c11dd092fbb4177b4b09f01416077d542d79c3","0x104da4d1be666a5516894006af2d42f82813c276","0x5503a3b96d845f33f135429ab18c03c79477b14f","0xfa89ab6211273f84e3aa0235b1ae37a2ed37cfc6"],"toBlock":"0x7329ff"}],"id":205097}
{"method":"trace_block","params":["0x728C6F"],"id":1,"jsonrpc":"2.0"}

The second fails on this transaction: https://goerli.etherscan.io/tx/0x5ac02c918167f0e1b9b3c0497a70a04414a5aa21da596ebec82063648b194ff0

Error is {"code":-32000,"message":"first run for txIndex 119 error: insufficient funds for gas * price + value: address 0xb64a30399f7F6b0C154c2E7Af0a3ec7B0A5b131a have 20283555769489071 want 20283568769489071"}}

Any ideas here? FWIW these traces work on Geth debug_.

@rlaace423
Copy link

Same issues are here #4963 #5284 , but there's nothing commented.

@fedecastelli
Copy link
Author

they are the same error but on different chains. #4963 is on Polygon and #5284 is on Goerli (I don't know if it matters)

@revitteth revitteth self-assigned this Sep 8, 2022
@revitteth revitteth added the gateway Issue assigned to gateway team label Sep 8, 2022
@mandrigin
Copy link
Collaborator

we will check, all three cases...

@revitteth
Copy link
Collaborator

Looks like an issue with tracing flashbot blocks - probably because the eth is received and sent within the same block there is some issue. Investigation continues with @enriavil1

@mandrigin
Copy link
Collaborator

@noam-alchemy can you attach the correct traces (geth or parity-style) for a couple of cases? I think that could speed up the debugging.

@mandrigin
Copy link
Collaborator

@noam-alchemy thanks! not sure if that flashbots though, could be red herring, because it looks like people have different blocks...

@noam-alchemy
Copy link

noam-alchemy commented Sep 9, 2022

@mandrigin sorry tested on mainnet instead of goerli. posting correct traces now. one moment.

@mandrigin
Copy link
Collaborator

@fedecastelli can you also attach here at least txs and block numbers you having issues with?

@mandrigin
Copy link
Collaborator

@noam-alchemy also if you have older blocks on Goerli that you have issues with, post them here too (pre-merge ideally), because I want to check something

@noam-alchemy
Copy link

noam-alchemy commented Sep 9, 2022

ALL ON GOERLI

Problematic block: 7507055
Problematic transaction: 0x31489e528b8f786c684eafc7c257d5a08e65a5a81bd7351d7b9f78183a9839d6

https://goerli.etherscan.io/tx/0x31489e528b8f786c684eafc7c257d5a08e65a5a81bd7351d7b9f78183a9839d6

output with trace: "message": "first run for txIndex 119 error: insufficient funds for gas * price + value: address 0xb64a30399f7F6b0C154c2E7Af0a3ec7B0A5b131a have 20283555769489071 want 20283568769489071".

debug_traceTransaction:

{
  "jsonrpc": "2.0",
  "id": "noam",
  "result": {
    "type": "CALL",
    "from": "0x805b51ff7b32b54caaffb6e4c36ed0b7b3f49aaa",
    "to": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
    "value": "0x0",
    "gas": "0x92e75",
    "gasUsed": "0x84c9b",
    "input": "0x8bd8554f00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000078000000000000000000000000000000000000000000000000000000000000007c00000000000000000000000000000000000000000000000000000000000000002000000000000000000000000beff876ac507446457c2a6bda9f7021a97a8547f000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c600000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000038b63233be09f3eb7c25800000000000000000000000000000000000000000014e6cdee526dd1686740d80000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000002a0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000a91a300f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000beff876ac507446457c2a6bda9f7021a97a8547f0000000000000000000000001738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000010000016400000000000000000000000000000000000000000000000000000001000100050000000000000000000000000000000000000000000000000000000000000003000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d600000000000000000000000000000000000000000000000000000000000002c00000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000d6bef2b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030000000000000000000000009a22f5f70d02a83bf91034dbc8028cf7a741375f000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000010201001e000000000000000000000000000000000000000000000000000000010200010000000000000000000000000000000000000000000000000000000001020100000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d600000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000003e8",
    "output": "0x00000000000000000000000000000000000000000000000000117f50cc99d792",
    "calls": [
      {
        "type": "CALL",
        "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
        "value": "0x0",
        "gas": "0x8ef60",
        "gasUsed": "0x9f8",
        "input": "0x70a082310000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000000"
      },
      {
        "type": "STATICCALL",
        "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
        "gas": "0x8d93b",
        "gasUsed": "0x9a3",
        "input": "0x70a08231000000000000000000000000beff876ac507446457c2a6bda9f7021a97a8547f",
        "output": "0x000000000000000000000000000000000000000000039272a1216a24b46f3486"
      },
      {
        "type": "CALL",
        "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "to": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "value": "0x0",
        "gas": "0x8cb76",
        "gasUsed": "0x409e6",
        "input": "0xeda0366a00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000a91a300f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000beff876ac507446457c2a6bda9f7021a97a8547f0000000000000000000000001738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000010000016400000000000000000000000000000000000000000000000000000001000100050000000000000000000000000000000000000000000000000000000000000003000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6",
        "output": "0x",
        "calls": [
          {
            "type": "CALL",
            "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
            "to": "0xbeff876ac507446457c2a6bda9f7021a97a8547f",
            "value": "0x0",
            "gas": "0x82f3a",
            "gasUsed": "0x38cd6",
            "input": "0x128acb080000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f5066000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000a91a300f00000000000000000000000000000000000000000000000000000000000001000276a400000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000a91a300f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000beff876ac507446457c2a6bda9f7021a97a8547f0000000000000000000000001738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000010000016400000000000000000000000000000000000000000000000000000001000100050000000000000000000000000000000000000000000000000000000000000003000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6",
            "output": "0x00000000000000000000000000000000000000000000000000a91a300f000000fffffffffffffffffffffffffffffffffffffffffffff25ec442a4cf66b9d9c7",
            "calls": [
              {
                "type": "CALL",
                "from": "0xbeff876ac507446457c2a6bda9f7021a97a8547f",
                "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
                "value": "0x0",
                "gas": "0x718b3",
                "gasUsed": "0x6d5e",
                "input": "0xa9059cbb0000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f5066000000000000000000000000000000000000000000000da13bbd5b3099462639",
                "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
              },
              {
                "type": "STATICCALL",
                "from": "0xbeff876ac507446457c2a6bda9f7021a97a8547f",
                "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                "gas": "0x6a9a4",
                "gasUsed": "0x9f8",
                "input": "0x70a08231000000000000000000000000beff876ac507446457c2a6bda9f7021a97a8547f",
                "output": "0x0000000000000000000000000000000000000000000000002d1b1dcb7aae2657"
              },
              {
                "type": "CALL",
                "from": "0xbeff876ac507446457c2a6bda9f7021a97a8547f",
                "to": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
                "value": "0x0",
                "gas": "0x69c72",
                "gasUsed": "0x201c7",
                "input": "0xfa461e3300000000000000000000000000000000000000000000000000a91a300f000000fffffffffffffffffffffffffffffffffffffffffffff25ec442a4cf66b9d9c70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000a91a300f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000beff876ac507446457c2a6bda9f7021a97a8547f0000000000000000000000001738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000010000016400000000000000000000000000000000000000000000000000000001000100050000000000000000000000000000000000000000000000000000000000000003000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                "output": "0x",
                "calls": [
                  {
                    "type": "CALL",
                    "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
                    "to": "0x1738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e",
                    "value": "0x0",
                    "gas": "0x65f78",
                    "gasUsed": "0x1c1ec",
                    "input": "0x128acb080000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f50660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000da13bbd5b3099462639000000000000000000000000fffd8963efd1fc6a506488495d951d5263988d2500000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000060000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c6000000000000000000000000000000000000000000000000000000000000001f4",
                    "output": "0xffffffffffffffffffffffffffffffffffffffffffffffffff45774ba53a41ee000000000000000000000000000000000000000000000da13bbd5b3099462639",
                    "calls": [
                      {
                        "type": "CALL",
                        "from": "0x1738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e",
                        "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                        "value": "0x0",
                        "gas": "0x53594",
                        "gasUsed": "0x6ddf",
                        "input": "0xa9059cbb0000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f506600000000000000000000000000000000000000000000000000ba88b45ac5be12",
                        "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
                      },
                      {
                        "type": "STATICCALL",
                        "from": "0x1738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e",
                        "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
                        "gas": "0x4c606",
                        "gasUsed": "0x9a3",
                        "input": "0x70a082310000000000000000000000001738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e",
                        "output": "0x0000000000000000000000000000000000000000000140819751c9349b262fee"
                      },
                      {
                        "type": "CALL",
                        "from": "0x1738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e",
                        "to": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
                        "value": "0x0",
                        "gas": "0x4b986",
                        "gasUsed": "0x1c65",
                        "input": "0xfa461e33ffffffffffffffffffffffffffffffffffffffffffffffffff45774ba53a41ee000000000000000000000000000000000000000000000da13bbd5b309946263900000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000060000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c6000000000000000000000000000000000000000000000000000000000000001f4",
                        "output": "0x",
                        "calls": [
                          {
                            "type": "CALL",
                            "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
                            "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
                            "value": "0x0",
                            "gas": "0x4a253",
                            "gasUsed": "0x17d2",
                            "input": "0xa9059cbb0000000000000000000000001738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e000000000000000000000000000000000000000000000da13bbd5b3099462639",
                            "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
                          }
                        ]
                      },
                      {
                        "type": "STATICCALL",
                        "from": "0x1738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e",
                        "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
                        "gas": "0x49b1a",
                        "gasUsed": "0x1d3",
                        "input": "0x70a082310000000000000000000000001738f9aab1d370a6d0fd56a18f113dbd9e1dcd4e",
                        "output": "0x000000000000000000000000000000000000000000014e22d30f2465346c5627"
                      }
                    ]
                  },
                  {
                    "type": "CALL",
                    "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
                    "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                    "value": "0x0",
                    "gas": "0x4a07a",
                    "gasUsed": "0x1853",
                    "input": "0xa9059cbb000000000000000000000000beff876ac507446457c2a6bda9f7021a97a8547f00000000000000000000000000000000000000000000000000a91a300f000000",
                    "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
                  }
                ]
              },
              {
                "type": "STATICCALL",
                "from": "0xbeff876ac507446457c2a6bda9f7021a97a8547f",
                "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                "gas": "0x4a039",
                "gasUsed": "0x228",
                "input": "0x70a08231000000000000000000000000beff876ac507446457c2a6bda9f7021a97a8547f",
                "output": "0x0000000000000000000000000000000000000000000000002dc437fb89ae2657"
              }
            ]
          }
        ]
      },
      {
        "type": "STATICCALL",
        "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
        "gas": "0x4cf44",
        "gasUsed": "0x9a3",
        "input": "0x70a08231000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d",
        "output": "0x00000000000000000000000000000000000000000014e7396a4fd6d1686740d8"
      },
      {
        "type": "CALL",
        "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "to": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "value": "0x0",
        "gas": "0x4c1a7",
        "gasUsed": "0x38063",
        "input": "0xeda0366a0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000002c00000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000d6bef2b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030000000000000000000000009a22f5f70d02a83bf91034dbc8028cf7a741375f000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000010201001e000000000000000000000000000000000000000000000000000000010200010000000000000000000000000000000000000000000000000000000001020100000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6",
        "output": "0x",
        "calls": [
          {
            "type": "STATICCALL",
            "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
            "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
            "gas": "0x44d0c",
            "gasUsed": "0x1d3",
            "input": "0x70a082310000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
            "output": "0x0000000000000000000000000000000000000000000000000000000000000000"
          },
          {
            "type": "CALL",
            "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
            "to": "0x9a22f5f70d02a83bf91034dbc8028cf7a741375f",
            "value": "0x0",
            "gas": "0x43648",
            "gasUsed": "0x29cbc",
            "input": "0x128acb080000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f506600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d6bef2b00000000000000000000000000000000000fffd8963efd1fc6a506488495d951d5263988d2500000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000002c00000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000d6bef2b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030000000000000000000000009a22f5f70d02a83bf91034dbc8028cf7a741375f000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000010201001e000000000000000000000000000000000000000000000000000000010200010000000000000000000000000000000000000000000000000000000001020100000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6",
            "output": "0xfffffffffffffffffffffffffffffffffffffffffffffffffff4c5e8991b1ea20000000000000000000000000000000000000000000000d6bef2b00000000000",
            "calls": [
              {
                "type": "CALL",
                "from": "0x9a22f5f70d02a83bf91034dbc8028cf7a741375f",
                "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                "value": "0x0",
                "gas": "0x32aac",
                "gasUsed": "0x2023",
                "input": "0xa9059cbb0000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f5066000000000000000000000000000000000000000000000000000b3a1766e4e15e",
                "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
              },
              {
                "type": "STATICCALL",
                "from": "0x9a22f5f70d02a83bf91034dbc8028cf7a741375f",
                "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
                "gas": "0x307a4",
                "gasUsed": "0x9a3",
                "input": "0x70a082310000000000000000000000009a22f5f70d02a83bf91034dbc8028cf7a741375f",
                "output": "0x0000000000000000000000000000000000000000000125f140f827910974480e"
              },
              {
                "type": "CALL",
                "from": "0x9a22f5f70d02a83bf91034dbc8028cf7a741375f",
                "to": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
                "value": "0x0",
                "gas": "0x2faac",
                "gasUsed": "0x15a78",
                "input": "0xfa461e33fffffffffffffffffffffffffffffffffffffffffffffffffff4c5e8991b1ea20000000000000000000000000000000000000000000000d6bef2b00000000000000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000002c00000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000d6bef2b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000030000000000000000000000009a22f5f70d02a83bf91034dbc8028cf7a741375f000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000010201001e000000000000000000000000000000000000000000000000000000010200010000000000000000000000000000000000000000000000000000000001020100000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6000000000000000000000000dc31ee1784292379fbb2964b3b9c4124d8f89c60000000000000000000000000b4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                "output": "0x",
                "calls": [
                  {
                    "type": "STATICCALL",
                    "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
                    "to": "0x186b57affe222d6176347d338ed66ea2e20d630d",
                    "gas": "0x2cd1a",
                    "gasUsed": "0x9c8",
                    "input": "0x0902f1ac",
                    "output": "0x000000000000000000000000000000000000000000000001153d3fd64ea4efaa00000000000000000000000000000000000000000014e7396a4fd6d1686740d800000000000000000000000000000000000000000000000000000000631025ac"
                  },
                  {
                    "type": "CALL",
                    "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
                    "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                    "value": "0x0",
                    "gas": "0x2c052",
                    "gasUsed": "0x2023",
                    "input": "0xa9059cbb000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d000000000000000000000000000000000000000000000000000b3a1766e4e15e",
                    "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
                  },
                  {
                    "type": "STATICCALL",
                    "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
                    "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                    "gas": "0x29fce",
                    "gasUsed": "0x228",
                    "input": "0x70a08231000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d",
                    "output": "0x000000000000000000000000000000000000000000000001154879edb589d108"
                  },
                  {
                    "type": "CALL",
                    "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
                    "to": "0x186b57affe222d6176347d338ed66ea2e20d630d",
                    "value": "0x0",
                    "gas": "0x294f3",
                    "gasUsed": "0xe3e4",
                    "input": "0x022c0d9f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d80411d049339411880000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f506600000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000",
                    "output": "0x",
                    "calls": [
                      {
                        "type": "CALL",
                        "from": "0x186b57affe222d6176347d338ed66ea2e20d630d",
                        "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
                        "value": "0x0",
                        "gas": "0x260b0",
                        "gasUsed": "0x658e",
                        "input": "0xa9059cbb0000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f50660000000000000000000000000000000000000000000000d80411d04933941188",
                        "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
                      },
                      {
                        "type": "STATICCALL",
                        "from": "0x186b57affe222d6176347d338ed66ea2e20d630d",
                        "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                        "gas": "0x1fa5f",
                        "gasUsed": "0x228",
                        "input": "0x70a08231000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d",
                        "output": "0x000000000000000000000000000000000000000000000001154879edb589d108"
                      },
                      {
                        "type": "STATICCALL",
                        "from": "0x186b57affe222d6176347d338ed66ea2e20d630d",
                        "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
                        "gas": "0x1f6aa",
                        "gasUsed": "0x1d3",
                        "input": "0x70a08231000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d",
                        "output": "0x00000000000000000000000000000000000000000014e661663e068834d32f50"
                      }
                    ]
                  },
                  {
                    "type": "CALL",
                    "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
                    "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
                    "value": "0x0",
                    "gas": "0x1b16e",
                    "gasUsed": "0x17d2",
                    "input": "0xa9059cbb0000000000000000000000009a22f5f70d02a83bf91034dbc8028cf7a741375f0000000000000000000000000000000000000000000000d6bef2b00000000000",
                    "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
                  }
                ]
              },
              {
                "type": "STATICCALL",
                "from": "0x9a22f5f70d02a83bf91034dbc8028cf7a741375f",
                "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
                "gas": "0x1a326",
                "gasUsed": "0x1d3",
                "input": "0x70a082310000000000000000000000009a22f5f70d02a83bf91034dbc8028cf7a741375f",
                "output": "0x0000000000000000000000000000000000000000000126c7ffead7910974480e"
              }
            ]
          },
          {
            "type": "STATICCALL",
            "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
            "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
            "gas": "0x1a144",
            "gasUsed": "0x1d3",
            "input": "0x70a082310000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
            "output": "0x000000000000000000000000000000000000000000000001451f204933941188"
          },
          {
            "type": "STATICCALL",
            "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
            "to": "0x186b57affe222d6176347d338ed66ea2e20d630d",
            "gas": "0x19a94",
            "gasUsed": "0x1f8",
            "input": "0x0902f1ac",
            "output": "0x000000000000000000000000000000000000000000000001154879edb589d10800000000000000000000000000000000000000000014e661663e068834d32f500000000000000000000000000000000000000000000000000000000063102624"
          },
          {
            "type": "CALL",
            "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
            "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
            "value": "0x0",
            "gas": "0x19585",
            "gasUsed": "0xce2",
            "input": "0xa9059cbb000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d000000000000000000000000000000000000000000000001451f204933941188",
            "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
          },
          {
            "type": "STATICCALL",
            "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
            "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
            "gas": "0x187f4",
            "gasUsed": "0x1d3",
            "input": "0x70a08231000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d",
            "output": "0x00000000000000000000000000000000000000000014e662ab5d26d1686740d8"
          },
          {
            "type": "CALL",
            "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
            "to": "0x186b57affe222d6176347d338ed66ea2e20d630d",
            "value": "0x0",
            "gas": "0x17d77",
            "gasUsed": "0x40a9",
            "input": "0x022c0d9f000000000000000000000000000000000000000000000000000010cc80d4198000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f506600000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000",
            "output": "0x",
            "calls": [
              {
                "type": "CALL",
                "from": "0x186b57affe222d6176347d338ed66ea2e20d630d",
                "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                "value": "0x0",
                "gas": "0x164c3",
                "gasUsed": "0xd63",
                "input": "0xa9059cbb0000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f5066000000000000000000000000000000000000000000000000000010cc80d41980",
                "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
              },
              {
                "type": "STATICCALL",
                "from": "0x186b57affe222d6176347d338ed66ea2e20d630d",
                "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
                "gas": "0x15528",
                "gasUsed": "0x228",
                "input": "0x70a08231000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d",
                "output": "0x0000000000000000000000000000000000000000000000011548692134b5b788"
              },
              {
                "type": "STATICCALL",
                "from": "0x186b57affe222d6176347d338ed66ea2e20d630d",
                "to": "0xdc31ee1784292379fbb2964b3b9c4124d8f89c60",
                "gas": "0x15173",
                "gasUsed": "0x1d3",
                "input": "0x70a08231000000000000000000000000186b57affe222d6176347d338ed66ea2e20d630d",
                "output": "0x00000000000000000000000000000000000000000014e662ab5d26d1686740d8"
              }
            ]
          }
        ]
      },
      {
        "type": "CALL",
        "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
        "value": "0x0",
        "gas": "0x14bf3",
        "gasUsed": "0x228",
        "input": "0x70a082310000000000000000000000009fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "output": "0x00000000000000000000000000000000000000000000000000117f50cc99d792"
      },
      {
        "type": "CALL",
        "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "to": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
        "value": "0x0",
        "gas": "0x1462c",
        "gasUsed": "0x2472",
        "input": "0x2e1a7d4d00000000000000000000000000000000000000000000000000117f50cc99d792",
        "output": "0x",
        "calls": [
          {
            "type": "CALL",
            "from": "0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6",
            "to": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
            "value": "0x117f50cc99d792",
            "gas": "0x8fc",
            "gasUsed": "0x4d",
            "input": "0x",
            "output": "0x"
          }
        ]
      },
      {
        "type": "CALL",
        "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "to": "0xb64a30399f7f6b0c154c2e7af0a3ec7b0a5b131a",
        "value": "0x1bfee7ad65c48",
        "gas": "0xfa0f",
        "gasUsed": "0x0",
        "input": "0x",
        "output": "0x"
      },
      {
        "type": "CALL",
        "from": "0x9fb9dcc3d9b43a8982341f22dcdffeeb364f5066",
        "to": "0x805b51ff7b32b54caaffb6e4c36ed0b7b3f49aaa",
        "value": "0xfbf6251c37b4a",
        "gas": "0x8fc",
        "gasUsed": "0x0",
        "input": "0x",
        "output": "0x"
      }
    ]
  }
}

@noam-alchemy
Copy link

Here's another one: https://goerli.etherscan.io/tx/0x76789508c0a29ade6f8206d7a6c0b7b102366c86c5c4494fab676bf4bfcae96d

debug_traceTransaction:

{
  "jsonrpc": "2.0",
  "id": "noam",
  "result": {
    "type": "CALL",
    "from": "0xb25a7ba7c6e0dac2e7a685be3986503c12def933",
    "to": "0xcc7bb2d219a0fc08033e130629c2b854b7ba9195",
    "value": "0x0",
    "gas": "0x7829",
    "gasUsed": "0x7829",
    "input": "0xa9059cbb000000000000000000000000c4e7e4fd09654b63e2a1bbbcccb198bcc88ca0af0000000000000000000000000000000000000000000000001bc16d674ec80000",
    "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
  }
}

@noam-alchemy
Copy link

Note they're both in the second to last index in the block, not sure if that's related.

@noam-alchemy
Copy link

Let me know if you're able to confirm or deny the Flashbots theory - that would be helpful.

@mandrigin
Copy link
Collaborator

maybe, but if you can find something before block 7183830 -- that would be useful

@mandrigin
Copy link
Collaborator

basically we need to check if these are the same blocks broken for people, if so -- probably the issue is in the tracing code, if not -- maybe there is some index being broken

@noam-alchemy
Copy link

Asking and will keep you updated. Haven't seen any reports until pretty recently.

@noam-alchemy
Copy link

noam-alchemy commented Sep 9, 2022

@mandrigin here's another one. also the second to last transaction in the block (not before your threshold though).

https://goerli.etherscan.io/tx/0x5ac02c918167f0e1b9b3c0497a70a04414a5aa21da596ebec82063648b194ff0

@enriavil1
Copy link
Contributor

So far all the blocks have been flashbot blocks so it might not be a red-herring

@fedecastelli
Copy link
Author

@mandrigin I'm sorry for my late reply but I didn't receive the notification. I'm getting errors on the mainnet and the first block with the error is 15482873 (https://etherscan.io/block/15482873). Then I get it at block number 15482874.

@fedecastelli
Copy link
Author

do we have any news about this issue?

@a26nine
Copy link

a26nine commented Sep 15, 2022

The Flashbots theory doesn't seem right. Here's a block that works fine: https://goerli.etherscan.io/block/7547026.

@noam-alchemy
Copy link

Hey guys - getting multiple reports of this on Mainnet Ethereum now. Is it possible to prioritize a fix now that the Merge has landed (which is absolutely big time, congrats 🐼)?

@incrypto32
Copy link

Any updates on this issue? This is affecting multiple subgraphs like that of gnosis-safe and multiple others on The Graph's hosted service.

@noam-alchemy
Copy link

Culprit transaction on mainnet: https://etherscan.io/tx/0x2fdf04a1d70c3cfa1f9d89baf080377ca110c5dbc28def63b01e18b270e85f6f

Note that like all the other reports, this is the second to last index in the block. That seems to be the one common theme here.

@a26nine
Copy link

a26nine commented Sep 15, 2022

Did anyone find any other block on the Mainnet apart from 15539509? I tested 1000 blocks after that and didn't find the issue in those.

Dump here: https://privatebin.net/?0b81eea974d7a1e8#CzVVSGZhZLv15vSfFzAtxMVWfcjcpLV1f6H7E7Pus6YV

It's important to note that the same thing is happening on Goerli; however, we're seeing frequent occurrences (many blocks) of this on Goerli.

@gjeanmart
Copy link

Hey, is there any ETA to fix this issue?

@ghost
Copy link

ghost commented Sep 16, 2022

Encounter the same problem with block 15539509

@fedecastelli
Copy link
Author

I'll write this message just to sum up the block numbers that have encountered problems on the Mainnet:

There may be others but I was not able to find them.

@fedecastelli
Copy link
Author

Same issue using the release version 2022.09.02.

I hope it will be fixed soon.

@enriavil1
Copy link
Contributor

Same issue using the release version 2022.09.02.

I hope it will be fixed soon.

Believe got fixed on devel already

@fedecastelli
Copy link
Author

@enriavil1 do you know if it's safe to use the devel branch? I personally never used i.

Is there a chance my database will be corrupted?

Same issue using the release version 2022.09.02.
I hope it will be fixed soon.

Believe got fixed on devel already

@enriavil1
Copy link
Contributor

@enriavil1 do you know if it's safe to use the devel branch? I personally never used i.

Is there a chance my database will be corrupted?

Same issue using the release version 2022.09.02.

I hope it will be fixed soon.

Believe got fixed on devel already

You can upgrade to the new alpha version now

@fedecastelli
Copy link
Author

@enriavil1 do you know if it's safe to use the devel branch? I personally never used i.
Is there a chance my database will be corrupted?

Same issue using the release version 2022.09.02.

I hope it will be fixed soon.

Believe got fixed on devel already

You can upgrade to the new alpha version now

I upgraded erigon to the version 2022.09.03 but the issue is still here. Do I have to launch erigon using different options?

@AlexeyAkhunov
Copy link
Contributor

AlexeyAkhunov commented Sep 22, 2022

If you previously ran non-released version prior to 2022.09.02, then your block bodies are probably broken (there was a flawed code in devel for several days, but it did not get into released version). You need to reset headers to fix that

This is how to do it. First, stop Erigon, then run this (make sure that integration binary is built from recent version, like 2022.09.02 at least.

build/bin/integration stage_headers --datadir <your_datadir> --chain mainnet --reset

It will trigger re-downloading of headers and bodies after the snapshot and the whole thing may take hour or two

@revitteth
Copy link
Collaborator

This issue is fixed in devel, please check the above solution if you still have issues (block bodies may be broken if you used a previous devel version with the issue).

@fedecastelli
Copy link
Author

@revitteth I was not using a devel version but, following the above solution, now I have the error:

EROR[10-06|09:05:32.559] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:33.804] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:34.936] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:36.070] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:37.200] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:38.336] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:39.491] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:40.650] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:41.809] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:43.236] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:44.672] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:45.810] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:46.940] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:48.074] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:49.200] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:50.333] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:51.463] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:52.593] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:53.982] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"
EROR[10-06|09:05:55.129] Staged Sync                              err="[9/16 IntermediateHashes] no header found with number 15588213"

How can I fix it without re-sync everything?

@emlautarom1
Copy link

A similar issue is still present with trace_transaction on Gnosis. This is the payload:

{"id": 0, "jsonrpc": "2.0", "method": "trace_transaction", "params": ["0x78738a28e62b9ab4250b0fa3baaaa93961b2d657ae17fb9e4adb49cebde7b350"]}

I'm getting the following result:

{
    "jsonrpc": "2.0",
    "id": 42,
    "error": {
        "code": -32000,
        "message": "first run for txIndex 0 error: nonce too high: address 0x72d9E579f691D62aA7e0703840db6dd2fa9fAE21, tx: 2423619 state: 0"
    }
}

Currently working on a similar issue with Nethermind: NethermindEth/nethermind#5936

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

No branches or pull requests