twoeths
twoeths
**Describe the bug** No log was captured since it's 5 days ago, and this happened with version v0.36.0 **Expected behavior** No error
**Is your feature request related to a problem? Please describe.** Right now when there are non-canonical blocks, there is no way inspect them, refer to https://github.com/ChainSafe/lodestar/blob/18c504c016214db3f645228346fab0f80accc9e4/packages/lodestar/src/chain/archiver/archiveBlocks.ts#L57 **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** Right now we only use snappyjs and it's good with current gossip message size, but after the merge the block...
**Describe the bug** ``` devops@contabo-20:~$ curl -H 'Accept: application/octet-stream' https://lodestar-prater.chainsafe.io/eth/v2/debug/beacon/states/3367104 --output state_3367104_v2.ssz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed...
**Describe the bug** This is monitored in Prater nodes This only happens in prater, I don't see this issue in mainnet and Ropsten **Expected behavior** No late block received **Steps...
**Describe the bug** By default we have `info` debug log level for all modules. If I use "`--logger.chain.level debug`" then I see debugs from all modules: ``` e5a33456475d51e6fc79a652d Apr-15 05:02:24.898...
**Is your feature request related to a problem? Please describe.** Now we have some benchmark data, `github-action-benchmark` supports pushing this data to `gh-pages` branch with a chart. **Describe the solution...
**Describe the bug** With v0.35.0, missed attestations is not a hot issue any more, however we need to figure out why our validator vote for some wrong heads: **Expected behavior**...
**Motivation** - Right now when using `gauge.inc()` or `gauge.dec()`, we call `hashObject()` 2 times - It's better to call `hashObject()` once as in `counter.inc()` **Description** - New function `setValueDelta()` with...
**Motivation** In a contabo node of 50 peers, `heartbeat` function may take up to 800ms - 1s which block the event loop part of https://github.com/ChainSafe/lodestar/issues/4002 **Description** - Write performance test...