Lion - dapplion
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...
**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...
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...
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...
**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...
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...
## 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...
## 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...
## Issue Addressed Clean-up some stale `TODO(das)` tags ## Proposed Changes Explained inlined in code
## 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...