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

#5749 ## Documentation - [X] I thought about documentation and added the `doc-change-required` label to this PR if updates are required. ## Changelog - [X] I thought about adding a...

## PR Description When using `--ee-endpoint` there is no need for using `FallbackAwareEth1Provider` because there will always be a single endpoint. ## Fixed Issue(s) fixes #6025 ## Documentation - [x]...

### Description As per https://github.com/ethereum/builder-specs/pull/47

### Description I recently set up MEV-Boost for Goerli/Prater. I have several exited validators on Prater (such as https://prater.beaconcha.in/validator/0xb00c002d0770d507af4b4d61d259ae44432745b7a9d693d167efbdc7e39e4c012f584c40d866cacf4557a08e86284e31) and during Teku's validator registration process, it sends this validator over...

## PR Description Adds the gas limit to the runtime configuration (Required for the gas limit API) ## Fixed Issue(s) https://github.com/ConsenSys/teku/issues/5999 ## Documentation - [ ] I thought about documentation...

## PR Description Adds Gas Limit endpoints to validator API ## Fixed Issue(s) https://github.com/ConsenSys/teku/issues/5999 ## Documentation - [ ] I thought about documentation and added the `doc-change-required` label to this...

### Description Sync optimistically for a few finalized epochs and then receive a message from EL that a block before (ancestor) latest finalized is invalid. Teku cycles with exceptions after...

### Description Update deposit merkle tree snapshot as per https://github.com/ethereum/EIPs/pull/5443

### Description We noticed sth like this on teku nethermind 09:18:09.096 FATAL - Exiting due to fatal error in Eth1DepositManager java.util.concurrent.CompletionException: tech.pegasys.teku.infrastructure.exceptions.FatalServiceFailureException: java.util.concurrent.CompletionException: tech.pegasys.teku.beacon.pow.exception.FailedToFindMinGenesisBlockException: Failed to retrieve min genesis block....

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