Andrew Ashikhmin
Andrew Ashikhmin
Currently `erigon/tests/testdata` (git submodule) points to [v13.1](https://github.com/ethereum/tests/releases/tag/v13.1) of ethereum/tests. (ethereum/tests is an older test suite compared to [execution-spec-tests](https://github.com/ethereum/execution-spec-tests), but still relevant.) Plz update it to the latest release [v13.3](https://github.com/ethereum/tests/releases/tag/v13.3). Its...
#### System information Erigon version: 2.53.0-dev-e8c0ce33 OS & Version: Ubuntu 23.10 Commit hash: e8c0ce33ebd7f750ad8d98c0aa0f65d111dee807 Erigon Command (with flags/config): ``` nohup ../build/bin/erigon --chain mumbai --datadir /mnt/giant/erigon/mumbai --bor.heimdall='https://heimdall-api-testnet.polygon.technology' >>out_mumbai.log 2>&1 & ```...
https://github.com/erigontech/erigon-snapshot/blob/main/chiado.toml was updated last time in April
Incarnations complicate the code base quite a bit and are source of subtle bugs. With [EIP-6780](https://eips.ethereum.org/EIPS/eip-6780) their original motivation, protection against costly DB operations, is muted.
Cherry pick #12487 into `release/2.61`
Useful for debugging issues around bad blocks, like the one we saw on Polygon after release 2.49.0. See the spec on https://ethereum.github.io/execution-apis/api-documentation/. We should also extend the output with the...
- [x] Add hive tests on Push - PR pending https://github.com/erigontech/erigon/pull/12238 - [x] Fix hive tests not starting - [ ] Add hive to Makefile
https://notes.ethereum.org/@ethpandaops/pectra-devnet-4 - [x] EIP-7251 address update: Done - https://github.com/ethereum/EIPs/pull/8889 - [x] Block body requests header update: Abandoned - https://github.com/ethereum/EIPs/pull/8908 - [x] Change to Engine API and block body for requests...