teku icon indicating copy to clipboard operation
teku copied to clipboard

Open-source Ethereum consensus client written in Java

Results 376 teku issues
Sort by recently updated
recently updated
newest added

### Description When calling `GET` on `eth/v1/validator/$__pubkey/feerecipient` for a `$__pubkey` that has no individual recipient set, I get a 404 with message `Fee recipient not found` As per https://github.com/ethereum/keymanager-APIs/blob/master/apis/fee_recipient.yaml it...

When an ee-endpoint is in use, the fallback logic seems fairly redundant. We had a user asking about the warning saying `Retrying with next eth1 endpoint`, because they can only...

### Description When a user fails to upgrade prior to a fork, they may import blocks after the fork epoch that are from the old milestone. After Teku is updated,...

### Description I stuck how should we handle this, so explaining the issue. We reach the terminal block and are sending FCU to the EL: ``` 2022-08-08 13:56:28.120 INFO -...

https://github.com/ethereum/beacon-APIs/pull/226

### Description Currently there are several kind of tests touching CL in Hive: - testnet, 1 test at the moment - engine, more than 10 tests The list of tests...

in progress 🚧
testing 💯🖍

https://github.com/ethereum/keymanager-APIs/pull/39 it's looking like we're going to have a gas_limit much like fee_recipient, so its probably certain enough that we can start to implement based on the content of this...

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...

### Description After Bellatrix activates if Teku receives an Altair block it correctly refuses to import it but considers it an internal failure rather than an invalid block: ``` 2022-08-04...

### Description Investigate why the beacon node time updates lag behind sometimes and cause attestation failures with "Cannot create attestation for future slot" error messages.