Skip to content
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

feat: eth spec conformation test suite #373

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

itegulov
Copy link
Contributor

@itegulov itegulov commented Nov 1, 2024

What 💻

Closes #367

This is the first iteration of ETH conformation test suite. Right now it validates eth_getBlockByNumber for both non-hydrated and hydrated txs (only legacy txs for now).

Github actions for the new crate will come in a follow-up PR.

Why ✋

Lets us keep track of how compatible we are with ETH spec at a higher level of certainty than a manually updated table. This can also serve as a scaffolding for more general e2e tests written in Rust.

@itegulov itegulov requested a review from a team as a code owner November 1, 2024 02:55
Copy link
Collaborator

@dutterbutter dutterbutter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome @itegulov ! 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ethereum Spec conformation test suite
2 participants