Results 24 issues of Ben Edgington

Calling this "ephemeral mode" to avoid a clash with "light client" which is something totally different. Open to other naming. Basically it's Teku-lite. As a dev I'd sometimes like to...

Epic

For discussion. ### Description As a staker, I want my node to ensure that its validators are unique on the network when it starts, so that I don't get slashed...

Background is [here](https://hackmd.io/2KXAIkIBR9Ki_yrfRbUH4g?view#Sentry-node-approach-short-term) In short, the IP addresses of beacon nodes can be deduced from the their attestation activity. This would allow an attacker to DDoS a node that was...

Related to #5929. As a staker wanting to avoid DDoS attacks on my node as a block producer, I'd like the beacon node to publish attestations/sync contributions on one network...

A weird anti-pattern is that a new Teku installation defaults to syncing from Genesis although we strongly recommend against doing this and encourage people to use checkpoint sync instead. This...

Feature request from a prominent user of Teku. For example, with the [/eth/v1/beacon/states/{state_id}/validators](https://consensys.github.io/teku/#operation/getEthV1BeaconStatesWithState_idValidators) endpoint. Is it possible to add pagination to this call to not receive all 300K+ validators at...

Blst has a [SHA256 implementation](https://github.com/supranational/blst/blob/master/src/sha256.h) that is likely faster than whatever we are currently using. We should at least benchmark this. Challenge is that the interface seems to be not...

As a staker, I want to know as soon as possible if my sync committee contributions are failing so that I can try to fix things without delay. Sync committee...

[Specification](https://github.com/ethereum/consensus-specs/tree/dev/specs/eip4844). Likely to be included in Capella, see #5680.

Epic

[Specification](https://github.com/ethereum/consensus-specs/tree/dev/specs/capella). Primarily just concerns withdrawals for now. But EIP-4844 is likely to be added in, see #5681. ### Spec Config - [ ] https://github.com/ConsenSys/teku/issues/6315 - [ ] https://github.com/ConsenSys/teku/issues/6316 - [...

Epic