Jimmy Chen
Jimmy Chen
## Issue Addressed Failing docker build: https://github.com/sigp/lighthouse/actions/runs/10591577042/job/29349249752 Remove portable builds which no longer exists and is no longer published since #6247.
## Issue Addressed Encode DataColumn responses with Electra context bytes and remove some outdated `das` TODOs. The current response returns Deneb context bytes as we've been testing PeerDAS with Deneb....
## Issue Addressed - Pin `ethereum-package` version to `4.2.0`, instead of using latest (pinning this because `dora` isn't working in the latest version and is good practice anyways) - Update...
## Issue Addressed The default target peer for proposer node (=15) will need to be increased for peerdas. A node would need peers across all data column subnets to be...
## Issue Addressed Built on top of #5829, an optimization came up by @michaelsproul, to fetches blobs from the EL to reduce the delay to block import. This PR goes...
## Description The [`getBlobSidecars`](https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/Beacon/getBlobSidecars) beacon API needs a bit of work to make it functional for PeerDAS, as full blobs will no longer be stored in every node, and will...
## Description When testing sync locally, a syncing Lighthouse node isn't able to download data columns from it's Lighthouse peer reliably. The network seems to be functioning fine with 100%...
## Issue Addressed This PR addresses two issues: - Add validation to `get_custody_columns` to prevent infinite loop when supplied custody subnet count is invalid (> total number of data column...
## Description A discord user reported getting `Failed to initialize libp2p rolling file appender` on startup on his beacon nodes for several versions now. The user uses the `--logfile` flag,...
## Description Implement MetaDataV3 with `cusotdy_subnet_count` field and use the metadata for custody lookup. spec: https://github.com/ethereum/consensus-specs/pull/3821 This change will be included in the next spec release (alpha-4) and [devnet-1 relaunch.](https://notes.ethereum.org/@ethpandaops/peerdas-devnet-1)