Mario Vega
Mario Vega
## Changes Included - Add subnets of execution clients: Tests will now be able to limit some execution clients from seeing each other. This will place some of the clients...
## Changes Included - Add test case to verify that invalid transactions received using `eth_sendRawTransaction` are not included in payloads built
At the moment, simulators `eth2/testnet` and `eth2/engine` perform end-to-end tests which utilize both an Execution Client and a Consensus Client. Configuration for tests included in these simulators involve a setup...
## Changes Included - Allow launching a second type of client to be able to cross-check that a payload produced is indeed valid - Create a test where the log...
## Changes Included This PR adds the tentative `Shanghai` fork to retesteth. This hard-fork is not yet supported by go-ethereum or any of the clients and hence this addition is...
#### System information Geth version: v1.11.0-unstable-31d401ea-20230207 CL client & version: Hive (https://github.com/ethereum/hive/pull/706) OS & Version: Linux Commit hash : 31d401ea #### Expected behaviour Using genesis config: ``` "shanghaiTime": 4661 (0x1235)...
**Describe the bug** Nimbus hive docker image (https://github.com/ethereum/hive/tree/master/clients/nimbus-bn) is consistently failing with the following exception: ``` stack trace: (most recent call last) /nimbus-eth2/beacon_chain/networking/network_metadata.nim(227, 24) /nimbus-eth2/beacon_chain/networking/network_metadata.nim(205, 18) loadCompileTimeNetworkMetadata /nimbus-eth2/beacon_chain/networking/network_metadata.nim(205, 18) Error:...
Introduces a new generator type, `api`, that can be used to produce hive test fixtures. The fixtures specify a post state file that is used by hive as checkpoint sync...
Create a test using the mock builder that verifies the behavior of these flags. - We should create a hive flag that translates generic value into a client specific value...
Use git's command `git rev-parse HEAD` to obtain the current folder's HEAD commit and put it in: - hive.json - results json (`1*.json` in the logs folder) If the git...