realbigsean
realbigsean
## Description [Brought up in Discord](https://discord.com/channels/605577013327167508/618981555985186827/1006309353730625648) This line sneakily makes sure we don't include pre-activation validators in our prepare beacon proposer requests https://github.com/sigp/lighthouse/blob/stable/validator_client/src/preparation_service.rs#L269 Because there's no validator index necessary for...
## Description This was brought up in Discord: in the VC we log an error if the fee recipient isn't set *in the VC*. But it could be set with...
## Issue Addressed Resolves #2656 ## Proposed Changes - Add a new `local_testnet` crate that provides a framework for spinning up a testnet in rust based on a TOML file...
## Issue Addressed #2082 ## Proposed Changes I used this Polkadot pull request as a reference for most of this (not the rpm portion): https://github.com/paritytech/polkadot/pull/1676/files - the tools to build...
## Issue Addressed #2748 ## Proposed Changes - Allows reading from a YAML or TOML config file. - CLI arguments take precedence over file arguments if both are provided -...
## Issue Addressed Resolves: #2503 ## Proposed Changes - Track which fallback node we are likely to use in our next attestation production - Create head event subscriptions to all...
## Issue Addressed Improves ergonomics of handling CLI flags and takes care of tracking config names in different places. This is somewhat helpful in layering config from different sources as...
Should skipped slots return a 404 in the `/eth/v1/beacon/blocks/{block_id}` endpoint? In Lighthouse we return information about the most recent non-skipped slot presently. I don't see it explicitly in the spec....
What is the current direction this is headed? I'm not sure how bad payloads are supposed to be communicated between `mev-boost` nodes and I think this is important in order...
## Issue Addressed Resolves https://github.com/sigp/lighthouse/issues/5093 ## Proposed Changes - Check the DA cache then the attester cache in responding to block by range requests - ~~This does not currently check...