Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Add ValidBlocks and InvalidBlocks blockchain tests
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
- Loading branch information