Nico Flaig

Results 147 issues of Nico Flaig

### Problem description Latest beacon API spec requires rewards APIs - https://github.com/ethereum/beacon-APIs/pull/260 - https://github.com/ethereum/beacon-APIs/pull/262 - https://github.com/ethereum/beacon-APIs/pull/340 ### Solution description Implement the following routes: - https://ethereum.github.io/beacon-APIs/#/Rewards/getSyncCommitteeRewards - https://ethereum.github.io/beacon-APIs/#/Rewards/getBlockRewards - https://ethereum.github.io/beacon-APIs/#/Rewards/getAttestationsRewards ###...

prio-low
help-wanted
meta-feature-request

### Problem description Latest beacon API spec requires expected withdrawals API - https://github.com/ethereum/beacon-APIs/pull/304 ### Solution description Implement the following route: - https://ethereum.github.io/beacon-APIs/#/Builder/getNextWithdrawals ### Additional context _No response_

prio-low
good first issue
help wanted
meta-feature-request

### Problem description Latest beacon API spec requires get blinded block API - https://github.com/ethereum/beacon-APIs/pull/241 ### Solution description Implement the following route: - https://ethereum.github.io/beacon-APIs/#/Beacon/getBlindedBlock ### Additional context _No response_

good first issue
meta-feature-request

### Describe the bug In some cases when shutting down beacon node process it will print out the following log ``` Jul-17 18:28:42.463[] info: Syncing - 1.9 hours left -...

meta-bug

### Describe the bug There seems to be an issue since we have updated libp2p in https://github.com/ChainSafe/lodestar/pull/6015. In some cases, the beacon node never shuts down and just hangs indefinitely....

prio-medium
meta-bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Version 3.0.1 ### Describe The Bug Causes 100% CPU utilization 24/7 and spawns...

not stale

The go library [gopsutil](https://github.com/shirou/gopsutil#usage) allows to set a custom `/proc` location via `HOST_PROC` environment variable. This is useful if the application is running inside a container to get proper system...

enhancement

It would be useful to directly provide overrides to `defaultValue`, e.g. ```ts const validator = ValidatorContainer.defaultValue({activationEligibilityEpoch: 10, ...}); ``` and missing values use defaults. This makes generating testing data a...

meta-good-first-issue
prio-low

**Describe the bug** I am testing Nimbus BN with Lodestar VC on Kurtosis. The previous issue (https://github.com/status-im/nimbus-eth2/issues/6176) is now fixed on unstable branch (https://github.com/status-im/nimbus-eth2/commit/c5f04dd237377c55afba26369c9ece6117462ead) but there is another issue during...