Lion - dapplion

Results 254 issues of Lion - dapplion

Implements correlated penalties proposal from https://ethresear.ch/t/a-concrete-proposal-for-correlated-attester-penalties/19341 with multi-dimensional net_excess_penalties Quantitative analysis with past mainnet data show that known large operators see their cumulative penalties increased. This proposal is meant to...

general:enhancement

Adds a variation of `ERC677BridgeToken` which implements `IBurnableMintableERC677Token` but - `mint` is pass-through function to `transfer`: minting is bounded to the sender's own balance - `burn` is a no-op: the...

### Problem description Beacon chain spec expects implementations to support yamux. Yamux is a better multiplexer than yamux per-spec as it supports per stream back-pressure. However Javascript mplex implementation is...

prio-low
scope-networking
meta-feature-request
meta-investigate

## Issue Addressed The function `blob_lookup_request` now includes two checks if a block is in the da window: - First: check if clock slot is in da_window - Second: check...

ready-for-review
Networking

## Issue Addressed Porting improvement from - https://github.com/sigp/lighthouse/pull/6275 ## Proposed Changes Now there are more reasons why a lookup request will be `NoRequestNeeded`. To debug stuck sync lookup it's important...

ready-for-review
das

## Roadmap - Downscore peers for invalid data https://github.com/sigp/lighthouse/pull/7352 - Track who send what in batches. We need change `PeerId` for `PeerGroup` which allows to track who send each column...

major-task
syncing
das

## Issue Addressed PeerDAS will add two more sync `ActiveRequest*`. Currently there are only two: `ActiveBlocksByRootRequest`, `ActiveBlobsByRootRequest` as spaghetti in the same file ## Proposed Changes Move each `ActiveRequest*` to...

ready-for-review

## Description Recently added metrics on sync show a decent count of unknown sync requests for `range_blocks`. This line here https://github.com/sigp/lighthouse/blob/d6ba8c397557f5c977b70f0d822a9228e98ca214/beacon_node/network/src/sync/network_context.rs#L354 _For example, during sync in sari it happens between...

syncing

## Issue Addressed For context of the issue 👇 - https://github.com/sigp/lighthouse/issues/6099 Closes https://github.com/sigp/lighthouse/issues/6099 ## Proposed Changes This solution links range sync and lookup sync by: - Trigger lookup sync with...

Adds an example of modifying a post-block execution step. Specifically, it modifies the beacon withdrawal processing logic: do a system call instead of minting native tokens. I have made some...

M-prevent-stale
C-example