clients/reth: adding reth client definition#717
Conversation
|
Can we get this merged? It's OK to have clients that do not pass all tests in main branch. Having reth in would make it easier for us to apply ongoing maintenance to the client definition. For example, we just now renamed the |
* wip * wip * wip * feat: add initial block import part of script (#1) * set up init and import commands * reorder reth commands * change command style * feat: load rest of test chain * feat: enable rpc * fix: correct genesis hex mapper * use apt instead of apk --------- Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
remove 0x from JWT secret
use fork with correct withdrawals chain
* fix: add remaining forks to mapper and rpc-compat suite * go fmt
* feat: ignore error difference when comparing rpc output * only ignore rpc error message
remove broad error checks and use upstream execution-apis
Hi @fjl ! Sorry it's been a while, but I'm trying to prepare this so it can be merged. I just changed from |
|
Alternative Dockerfiles are not mandatory. They are only needed to test the non-default branch of a client. I think the client definition is OK as is. |
|
The thing about error checks in the |
awesome! I removed those changes from this PR, since I'd like to just add the client definitions in this PR |
* clients/reth: adding reth client definition (ethereum#717) Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> * simulators/devp2p: enable discv5 test suite (ethereum#835) This adds support for running the discv5 test suite from go-ethereum's cmd/devp2p against EL and CL clients. --------- Co-authored-by: Bjerg <onbjerg@users.noreply.github.com> Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Felix Lange <fjl@twurst.com>
|
Does |
…#717) Signed-off-by: Barnabas Busa <busa.barnabas@gmail.com>
🤖 I have created a release *beep* *boop* --- ## [4.2.0](ethpandaops/ethereum-package@4.1.0...4.2.0) (2024-08-19) ### Features * add customizable configuraiton for prometheus retention ([ethereum#745](ethpandaops/ethereum-package#745)) ([6c02dfe](ethpandaops/ethereum-package@6c02dfe)) * add genesis_gaslimit param configuration ([ethereum#726](ethpandaops/ethereum-package#726)) ([a4ba9a6](ethpandaops/ethereum-package@a4ba9a6)) * Add Lighthouse PeerDAS Dashboard ([ethereum#736](ethpandaops/ethereum-package#736)) ([ffbfde2](ethpandaops/ethereum-package@ffbfde2)) * add peerdas-electra-support ([ethereum#740](ethpandaops/ethereum-package#740)) ([663e7e6](ethpandaops/ethereum-package@663e7e6)) * add profiling for prysm ([ethereum#722](ethpandaops/ethereum-package#722)) ([7dc6660](ethpandaops/ethereum-package@7dc6660)) * add sanity check ([ethereum#710](ethpandaops/ethereum-package#710)) ([b824cac](ethpandaops/ethereum-package@b824cac)) * enable dora pprof ([ethereum#743](ethpandaops/ethereum-package#743)) ([2b7be9a](ethpandaops/ethereum-package@2b7be9a)) * generate keys if not default key is used ([ethereum#707](ethpandaops/ethereum-package#707)) ([2d1cab5](ethpandaops/ethereum-package@2d1cab5)) * lodestar persists invalid ssz objects by default ([ethereum#730](ethpandaops/ethereum-package#730)) ([5a45991](ethpandaops/ethereum-package@5a45991)) * update egg config parameters ([ethereum#737](ethpandaops/ethereum-package#737)) ([78c2bc7](ethpandaops/ethereum-package@78c2bc7)) ### Bug Fixes * add debug ns to nethermind ([ethereum#732](ethpandaops/ethereum-package#732)) ([372bb52](ethpandaops/ethereum-package@372bb52)) * allow vc properties in participants_matrix.cl ([ethereum#715](ethpandaops/ethereum-package#715)) ([c8b9b19](ethpandaops/ethereum-package@c8b9b19)) * besu devnet schedule ([ethereum#734](ethpandaops/ethereum-package#734)) ([28b67cd](ethpandaops/ethereum-package@28b67cd)) * blobscan redis dependency ([ethereum#712](ethpandaops/ethereum-package#712)) ([0ed1c9c](ethpandaops/ethereum-package@0ed1c9c)) * change churn limit default for pectra tests ([ethereum#747](ethpandaops/ethereum-package#747)) ([8109054](ethpandaops/ethereum-package@8109054)) * correctly apply extra params if builder is enabled ([ethereum#725](ethpandaops/ethereum-package#725)) ([a94caf0](ethpandaops/ethereum-package@a94caf0)) * disable all assertoor tests by default ([ethereum#738](ethpandaops/ethereum-package#738)) ([2961f96](ethpandaops/ethereum-package@2961f96)) * lodestar vc faster startup ([ethereum#721](ethpandaops/ethereum-package#721)) ([225e3d8](ethpandaops/ethereum-package@225e3d8)) * readme eof ([ethereum#739](ethpandaops/ethereum-package#739)) ([7f94f6e](ethpandaops/ethereum-package@7f94f6e)) * remove custom peerdas images for dora & assertoor ([ethereum#741](ethpandaops/ethereum-package#741)) ([a19398d](ethpandaops/ethereum-package@a19398d)) * remove subscribe all subnet nimbus ([ethereum#719](ethpandaops/ethereum-package#719)) ([ef92f8f](ethpandaops/ethereum-package@ef92f8f)) * remove subscribe-all-subnets from default prysm config ([ethereum#717](ethpandaops/ethereum-package#717)) ([6348c0b](ethpandaops/ethereum-package@6348c0b)) * remove subscribe-all-subnets lighthouse/lodestar/teku ([ethereum#720](ethpandaops/ethereum-package#720)) ([cdb20e1](ethpandaops/ethereum-package@cdb20e1)) * update snapshots URL ([ethereum#731](ethpandaops/ethereum-package#731)) ([f9269ad](ethpandaops/ethereum-package@f9269ad)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This is a work-in-progress PR to add support for reth.
reth is still early stages, and we will gradually add support for more simulators. Support is being tracked in paradigmxyz/reth#851
Before moving out of draft I will clean up the commit history in this pull request.