ethpandaops / ethereum-package

A Kurtosis package that deploys a private, portable, and modular Ethereum devnet
MIT License
260 stars 150 forks source link

chore: bump blockscout version #787

Closed adaki2004 closed 1 month ago

adaki2004 commented 1 month ago

Currently the 6.7.2 introduced reth support.

Even tho the workaround (below) is still in the code, it fixes some indexing issue. (Specifically something with the transaction receipts decoding).

Still active (and if removed, still not working) workaround:

 "ETHEREUM_JSONRPC_VARIANT": "erigon"
            if el_client_name == "erigon" or el_client_name == "reth"
            else el_client_name,