Mario Vega

Results 105 issues of Mario Vega

## Description Currently all optimistic sync tests running lighthouse have an unexpected behavior where the node does not seem to be attempting to sync to the other nodes even after...

bellatrix

**Describe the bug** Lodestar fails to connect with bootnode peer in hive docker environment (using https://github.com/ethereum/hive/pull/577). The second node fails to connect with the following error: ``` Jul-05 20:10:30.478[NETWORK] debug:...

prio-high
scope-networking

**Describe the bug** In hive a setup, it's possible to configure the total difficulty to a value that will be reached before the Bellatrix epoch is reached by the beacon...

**Describe the bug** The `QUANTITY` fields of the `ExecutionPayloadV1` in the Engine API (https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md) must comply to the following definition: > Values of a field of QUANTITY type MUST be...

### Changes Included - Fixes error where a transaction included in a pre-mined chain could be re-org'd back into the txPool, and when sent again by the simulator it resulted...

Tests were failing due to test error in the node module. Temporarily disabled test cases: - Invalid Ancestor Chain Re-Org, Invalid Number, Invalid P9', Reveal using sync - Invalid Ancestor...

Adds Lodestar client for hive consensus layer tests. ToDos: - Intermittently, the beacon nodes are unable to peer with each other. - Method `VerifyProposers` uses `/eth/v1/beacon/states/{slot}/validators/{index}` to get the validator...

On April 4th @mkalinin shared a list of test coverage points for the Merge, Engine API. Opening this issue to cross-reference and fill out any gaps between the currently implemented...

There are two potential relevant test cases for the merge transition that have been identified, related to the difficulty bomb hitting mainnet before the merge happens: ### The block that...

Based on the requirements of the new interoperability test cases for Execution Layer + Consensus Layer clients (from https://github.com/ethereum/pm/blob/master/Merge/mainnet-readiness.md): - Hive: scenario with PoW network partitioning - EL/CL client offline...