eosnetworkfoundation / blockscout

Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
http://docs.blockscout.com
GNU General Public License v3.0
2 stars 2 forks source link

Indexing cannot advance if internal transaction fetcher is enabled #22

Closed yarkinwho closed 1 year ago

yarkinwho commented 1 year ago

But no error message is shown.

Need investigate why, is there something wrong or it's our deployment is too slow to catch up.

yarkinwho commented 1 year ago

As suggested by blockscout devs, we may try to update the version to above 5.1.5 and have a try.

yarkinwho commented 1 year ago

5.1.5 not help.

After some debug, the root of the problem is https://github.com/eosnetworkfoundation/eos-evm/issues/596

Tested in test environment that this fix can fix the index issue.

Testnet already deployed the fix and seems index fine.