Lion - dapplion

Results 254 issues of Lion - dapplion
trafficstars

Some pain points of git flow that we are encountering: - merge conflicts bringing stable into unstable - merge squash vs regular merge, clicking the wrong button on Github Both...

meta-stale
scope-none
prio-none

**Describe the bug** Lodestar can not always server the head block. This logs are captured from a host running a metrics exporter https://github.com/samcm/ethereum-metrics-exporter - From https://github.com/gnosischain/consensus-deployment-ansible/issues/9 ``` error: Req req-1n...

prio-medium
scope-ux

**Describe the bug** In gc-merge-devnet-1 incident, Lodestar spent hours hammering the same block over and over to Nethermind. @g11tech is this expected behaviour? - More context https://github.com/gnosischain/consensus-deployment-ansible/issues/9 - Logs from...

prio-low
scope-ux

**Describe the bug** - From a host running a metrics exporter https://github.com/samcm/ethereum-metrics-exporter in https://github.com/gnosischain/consensus-deployment-ansible/issues/9 ``` Jul-03 04:44:46.921[API] error: Req req-m250 getBlockV2 error No block found for id 'finalized' Error: No...

prio-medium
scope-ux

**Describe the bug** - From a host running a metrics exporter https://github.com/samcm/ethereum-metrics-exporter in https://github.com/gnosischain/consensus-deployment-ansible/issues/9 ``` Jun-30 12:29:19.698[API] error: Req req-3fw getStateFinalityCheckpoints error No state found for id 'finalized' Error: No...

prio-medium
scope-ux

**Describe the bug** - From a host running a metrics exporter https://github.com/samcm/ethereum-metrics-exporter in https://github.com/gnosischain/consensus-deployment-ansible/issues/9 ``` Jun-30 11:35:03.819[API] error: Req req-k getBlockV2 error Invalid block id 'justified' Error: Invalid block id...

prio-medium
scope-ux

- _From https://github.com/ChainSafe/lodestar/issues/4275_ Sim tests are a crucial tool for our CI pipeline, but currently lack of assertions to detect bugs. Currently tests only assert that: - Finality / Justification...

prio-high
scope-testing

Github now allows to restrict what the GITHUB_TOKEN can do. This is a great feature that we must use https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

prio-low
scope-security

https://github.com/ChainSafe/lodestar/blob/6ed5ae07836be938e2a993fc3a7d6b51aaeb9f4c/packages/beacon-node/src/chain/blocks/importBlock.ts#L351 Returns the closest state to postState.currentJustifiedCheckpoint in the same fork as postState. It's a least-worst solution to make the ForkChoice sync while we don't provide full bounded regen capabilities....

prio-low
scope-none

Running tests with lerna is very annoying because you have to scroll a lot to figure out which package actually had a failing test. *before* ``` // Package A ✓...

prio-medium
scope-testing