Lion - dapplion

Results 254 issues of Lion - dapplion

The Number constructor is very unsafe because: - It takes `any` as parameter. If we change from passing a string to Number to some object Typescript will compile and we'll...

prio-medium
good first issue
help wanted
scope-security

**Describe the bug** Doing ``` npm lodestar-cli ``` is unsafe to dependency attacks, since the yarn.lock is not considered for dependency resolution. **Expected behavior** For npm installations, generate a package-lock.json...

prio-medium
good first issue
help wanted
scope-security
meta-investigate

Lodestar nodes show a significant difference between the process resident set or total process memory and the total heap size. As far as I'm concerned, there's no other large memory...

prio-medium
scope-memory
meta-investigate

From https://github.com/ChainSafe/lodestar/pull/3405 TODO: If the slot is very old, go to the historical blocks DB and fetch the block with less or equal `slot`. Note that our db schema will...

prio-low

**What is your question?** Lodestar currently has a light-client server (updates + init proofs) built into the beacon node. We should develop a separate light-client server that connects to a...

prio-low
meta-discussion
help wanted
scope-light-clients

In order to get more people interested in Eth2.0 in general but specially in strengthening its security it would be great to prepare a simple tutorial to modify Lodestar into...

prio-low
meta-discussion
scope-documentation

## Issue Addressed Part of - https://github.com/sigp/lighthouse/issues/6258 To address PeerDAS sync issues we need to make individual by_range requests within a batch retriable. We should adopt the same pattern for...

ready-for-review
syncing

## Issue Addressed As noted in - https://github.com/sigp/lighthouse/pull/6497#discussion_r1803877443 The existing range sync tests should adopt the event-driven style of block lookup tests. ## Proposed Changes This PR just moves the...

ready-for-review
syncing

## Issue Addressed Clean-up some stale `TODO(das)` tags ## Proposed Changes Explained inlined in code

ready-for-review
das

## Issue Addressed Resolve a PeerDAS todo ## Proposed Changes Wait for a gossip block to be execution valid before triggering sampling. Otherwise, the block might have invalid transactions and...