Skip to content

Berlin update 8.0.2: Precompile check

Compare
Choose a tag to compare
@winsvega winsvega released this 27 Mar 22:34
· 928 commits to develop since this release
ff68495

The recent tests changes:

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://github.com/ethereum/retesteth/wiki/Transition-Tool)
Previous release link: https://github.com/ethereum/tests/releases/tag/8.0.1

Test format

New tests in GeneralStateTests/VMTests folder converted.

  • Fillers
    none

  • Filled
    none

Test Regeneration

Update all:
none

  • Precompile availability check
    Checks that a precompile address is enabled or disabled.
    PR #811

  • Migrate VMTests into StateTests format
    PR #806

  • Fix issue #459
    More tests around division operator
    PR #807

  • Fix issue #585
    More tests for RETURNDATASIZE after CALL/CREATE reverts
    PR #808

  • Fix issue #675
    Cosmetic change
    PR #810

  • Basic operations with non const arguments
    PR #813

  • Fix issue #364
    PR #814

Upcoming changes:

  • old VMTests and it's blockchain form are to be removed.