Nico Flaig
Nico Flaig
We should add https://hackmd.io/@dapplion/lodestar_attestation_summary to our docs to make it more discoverable / visible. We could also create a dedicated page about effectiveness and provide instructions on how to debug...
API error responses are not compliant with the Beacon API spec eg. ### [Expected](https://ethereum.github.io/beacon-APIs/#/Beacon/getStateRoot) ``` curl http://localhost:9596/eth/v1/beacon/states/current/root | jq { "code": 400, "message": "Invalid state ID: current" } ``` ###...
### Problem description As noted in [tweet](https://twitter.com/peter_szilagyi/status/1767595768934719993) that there are a lot of produced blocks with [0x0000000000000000000000000000000000000000](https://etherscan.io/address/0x0000000000000000000000000000000000000000#mine) as fee recipient. In Lodestar, this is the default fee recipient if a...
https://github.com/ethereum/beacon-APIs/pull/405
### Describe the bug It has been reported by multiple users ([1](https://discord.com/channels/593655374469660673/593655641445367808/1208096150557556779), [2](https://discord.com/channels/593655374469660673/593655641445367808/1210095818925809724)) that in some cases we spam the logs with ``` Eth1Provider is back online oldState=ERROR, newState=ONLINE ```...
### Problem description `*` is not very friendly to use in bash, it has to be quoted or else it will not be handled as a string but an operator...
Since we merged https://github.com/ChainSafe/lodestar/pull/6685, running `yarn check-types` has become really slow and at the same time also creates untracked files (see https://github.com/ChainSafe/lodestar/pull/6685#discussion_r1586631639) My suggestion is to either revert the PR...
Add panel for `validator_monitor_prev_epoch_block_proposal_summary` to validator monitor dashboard https://github.com/ChainSafe/lodestar/blob/f4f570f2bffd37d911e2f02e2bcf26db360f6c4d/packages/beacon-node/src/metrics/metrics/lodestar.ts#L1019-L1023
Alternative to https://github.com/fastify/fastify/pull/5394 which changes runtime behavior instead of updating type Closes https://github.com/fastify/fastify/issues/5393 #### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...