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

test: Add ValidBlocks and InvalidBlocks blockchain tests #13870

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VolodymyrBg
Copy link

Implements the TODO in tests.rs by adding test coverage for ValidBlocks and InvalidBlocks test suites from the Ethereum test cases. This enhances our test coverage by including these important blockchain test cases that verify valid and invalid block processing.

The implementation:

  • Adds a new blockchain_test! macro for running blockchain tests
  • Creates a new blockchain_tests module
  • Implements tests for both ValidBlocks and InvalidBlocks test suites

Implements the TODO in tests.rs by adding test coverage for ValidBlocks and 
InvalidBlocks test suites from the Ethereum test cases. This enhances our test 
coverage by including these important blockchain test cases that verify valid 
and invalid block processing.

The implementation:
- Adds a new blockchain_test! macro for running blockchain tests
- Creates a new blockchain_tests module
- Implements tests for both ValidBlocks and InvalidBlocks test suites
@VolodymyrBg VolodymyrBg requested a review from gakonst as a code owner January 19, 2025 19:25
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.

1 participant