Skip to content

Tests update 14.1 Legacy Tests

Latest
Compare
Choose a tag to compare
@winsvega winsvega released this 31 Aug 10:59

The recent tests changes:

From now on there would be no new test vectors in this repository and existing ones will slowly be converted into https://github.com/ethereum/execution-spec-tests. NOTE: Pyspecs doesn't cover all the vectors from this repo, but has many new vectors that are not covered in ethereum/tests
Eventually there will be only ethereum/legacytests repo with all .json tests from Frontier to Cancun.
And ethereum/execution-spec-tests will handle all the official ethereum testing vectors for all the froks.

Announcement

New docker instructions for all t8n supported clients: https://github.com/ethereum/retesteth/tree/develop#docker-instructions
The test process diagram: https://tinyurl.com/y525ezs7
Reminder of a brand new web interface for test debugging: http://retesteth.ethdevops.io/web/
Tests stats on latest builds: http://retesteth.ethdevops.io/
(implement test RPC support or t8ntool protocol to apply for the page. https://ethereum-tests.readthedocs.io/en/latest/t8ntool-ref.html)
Previous release link: https://github.com/ethereum/tests/releases/tag/v14.0

Test format

Tests Fillers

GeneralStateTests/BlockchainTests Filled

Test Regeneration

Update all:

  • Documentation

TESTS

  • Remove TXCREATE from EOF tests
    PR #1378
  • Update EOF Tests top level container rules
    PR #1381

Converted to python Tests

Cosmetic

  • Remove retesteth expect section tests from legacy folder
    PR #1392
  • Correct filenames
    PR #1393

Upcoming changes:

Convert .json .yml yo .py
Pyspecs filling support