Lion - dapplion

Results 254 issues of Lion - dapplion
trafficstars

**Motivation** lerna has been used in this monorepo for +3y (added in https://github.com/ChainSafe/lodestar/pull/324). While useful we have had to battle this tool more than treat it like a helpful item:...

meta-stale

Teku does it with good results. Since the cache memory size is technically unbounded this strategy is great for preventing OOMs. - [ ] The head state should be kept...

prio-medium
scope-memory

Our multi-thread tests are failing very often. This issue is a tracker to aggregate the errors and hopefully figure out what's going on. I have no idea May 20 2021...

prio-medium
scope-testing

**What is your question?** We use the regen + state cache to retrieve shufflings to validate attestations. Instead we could just cache the shufflings by decision root which requires way...

prio-low
scope-cpu-performance
scope-memory

Add more detailed metrics for block production. From https://github.com/ChainSafe/lodestar/issues/2468 Originally inspired in May 2021 from here https://github.com/sigp/lighthouse/blob/stable/beacon_node/beacon_chain/src/metrics.rs - [ ] `beacon_block_production_requests_total`: Count of all block production requests - [ ]...

prio-medium
scope-metrics

Add more detailed metrics for block processing. From https://github.com/ChainSafe/lodestar/issues/2468 Originally inspired in May 2021 from here https://github.com/sigp/lighthouse/blob/stable/beacon_node/beacon_chain/src/metrics.rs - [ ] `beacon_block_processing_requests_total`: Count of blocks submitted for processing - [ ]...

prio-medium
scope-metrics

**Describe the bug** Restarting a Lodestar beacon node after running for a while, it takes extremely long to gain peers to target_peers. We now that this doesn't happen on runs...

prio-high
scope-networking

**Motivation** See https://github.com/ChainSafe/lodestar/issues/4219 **Description** Closes https://github.com/ChainSafe/lodestar/issues/4219 **TODO** - [ ] Run `yarn` again after merging https://github.com/ChainSafe/lodestar/pull/4237 and https://github.com/ChainSafe/lodestar/pull/4235 - [ ] Investigate why the types don't match and raise and...

status-blocked

If you run current master with ports open the node will eventually be connected to 100% of inbound peers. From https://discord.com/channels/595666850260713488/646778960830660623/811507775389696050 > - Is there any reason or issue to...

prio-high
status-blocked
scope-security

Currently Lodestar follow the simpler strategy (1) on start-up to just consider the latest finalized state as the head. Then sync all blocks from finalized state to head from our...

prio-low
meta-discussion
scope-security
scope-ux