Berlin update 8.0.2: Precompile check
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 #585
More tests for RETURNDATASIZE after CALL/CREATE reverts
PR #808 -
Basic operations with non const arguments
PR #813
Upcoming changes:
- old VMTests and it's blockchain form are to be removed.