Jimmy Chen
Jimmy Chen
Not sure if I'm doing anything wrong, but when I use groupBy with ng-repeat in my directive, updating model state of one directive instance "sometimes" updates the model of another...
I'm getting the following error when running the snippet `update-code-snippets.js` to update my snippets: `Cannot find scriptSnippets, are you running in the secondary DevTools? see https://github.com/bahmutov/code-snippets#updating-local-code-snippets` My Chrome version is...
## Issue Addressed Part of #4983. ## Proposed Changes Add implementation for `DataColumnSidecarsByRoot`. Currently blobs are served from three sources, in the following order 1. data availability checker (before we...
## Description See Consensus Specs for more details: https://github.com/ethereum/consensus-specs/pull/3177 EIP: https://eips.ethereum.org/EIPS/eip-6110 ### PoC implementations PoC design & scope: https://hackmd.io/@n0ble/in-protocol-deposits-poc @kevinbogner is implementing a PoC in Lighthouse here: https://github.com/kevinbogner/lighthouse/pull/3 pairing with...
## Issue Addressed We're using the libp2p default `gs_config` here for `PeerScoreSettings`: https://github.com/sigp/lighthouse/blob/6c0c41c7acecbc4d149a3715eccae24d3d3de933/beacon_node/lighthouse_network/src/service/mod.rs#L180 and then we build a Lighthouse specific one here and use it for Gossipsub https://github.com/sigp/lighthouse/blob/6c0c41c7acecbc4d149a3715eccae24d3d3de933/beacon_node/lighthouse_network/src/service/mod.rs#L266-L273 The only...
## Issue Addressed Addresses #4897 ## Proposed Changes Add SSZ tests for Altair light client types. This doesn't cover forks after Altair, as Capella/Deneb forks are currently being implemented in...
In the latest builder spec (0.3.0), [the `submitBlindedBlock` endpoint](https://github.com/ethereum/builder-specs/blob/main/apis/builder/blinded_blocks.yaml#L19) adds an additional (optional) `Eth-Consensus-Version` request header, which has the fork name as value. This was added so that the receiver...
## Issue Addressed This was missed in #5196 hence we're getting unsupported protocol errors during sampling.
## Issue Addressed Addresses #4388. A large number of unknown validators on a VC is known to overwhelm the beacon node because the VC triggers a retrieval for each validator...
## Issue Addressed Update `local-testnet` to run on `macos-latest` runner.