-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <[email protected]> Co-authored-by: Dan Cline <[email protected]>
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 <[email protected]> Co-authored-by: Dan Cline <[email protected]> Co-authored-by: Matthias Seitz <[email protected]> * 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 <[email protected]> Co-authored-by: Georgios Konstantopoulos <[email protected]> Co-authored-by: Dan Cline <[email protected]> Co-authored-by: Matthias Seitz <[email protected]> Co-authored-by: Felix Lange <[email protected]>
Does |
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.