Lion - dapplion

Results 254 issues of Lion - dapplion

## Description When debugging it's useful to know if an imported block was sourced from gossip / lookup / range sync. This information can be ultimately deduced by inspecting logs,...

## Description Looking at the metric `sync_single_block_lookups` on our nodes, they have 100k ~ 150k active lookups. The metric is properly implemented so this is a leak. Each lookup is...

bug
v5.2.0

### Sync lookup `NoResponseReturned` downscoring issue Creating a child lookup with a peer from UnknownParentBlock is not okay since that peer may not know about the block. Consider the following...

## Issue Addressed Non-urgent clean-up possible after - https://github.com/sigp/lighthouse/pull/5583 This can wait for after v5.2.0 Currently we are: - Fetching an entire Vec of blocks in the network context -...

ready-for-review

## Description If a peer claims to have imported block A, and we have a parent chain of blocks with block A as tip, then the peer must know about...

v5.2.0

**TLDR**: Not actively harmful, just wasted CPU cycles while block and blobs are in the da_checker and we keep getting attestations - Introduced in https://github.com/sigp/lighthouse/pull/5583 17,901 hits on `ho-h-bn-suit` during...

## Issue Addressed Part of - https://github.com/sigp/lighthouse/issues/4983 Allows nodes to fulfill their custody requirements during forward sync and backfill sync. ## Proposed Changes - Some changes on the boilerplate to...

ready-for-review
das

## Description There are some comments that do not provide any new information and are just noise https://github.com/sigp/lighthouse/blob/3b42c8c5930648c5bcd8ee04cdadb75ad73a045f/beacon_node/lighthouse_network/src/rpc/methods.rs#L434-L441 https://github.com/sigp/lighthouse/blob/3b42c8c5930648c5bcd8ee04cdadb75ad73a045f/beacon_node/lighthouse_network/src/rpc/protocol.rs#L235-L239 https://github.com/sigp/lighthouse/blob/3b42c8c5930648c5bcd8ee04cdadb75ad73a045f/beacon_node/lighthouse_network/src/rpc/rate_limiter.rs#L84-L89 https://github.com/sigp/lighthouse/blob/3b42c8c5930648c5bcd8ee04cdadb75ad73a045f/beacon_node/lighthouse_network/src/service/api_types.rs#L37-L41 Matches like this could group conceptually protocol and use...

low-hanging-fruit

After merging https://github.com/ChainSafe/bls-keystore/pull/6. Extract the functionality used in https://github.com/ChainSafe/lodestar/pull/1110/files/c25b0165ac81f2fbcdef5cc6f383af82b052742d#diff-0f27f9fb8dc6f56bc2af257db4c0c97d into its own `bls-walletstore` NPM package > Ideally we pull this out into a bls-walletstore library https://github.com/ChainSafe/lodestar/pull/1110#discussion_r451215065

- Run benchmarks in CI - Extend benchmarks for multiple N values - Benchmark duty discovery (G1 mul)