ethereum / tests

Common tests for all Ethereum implementations
MIT License
553 stars 315 forks source link

dev: bumped addresses in range of 0x100 #1372

Closed enitrat closed 4 months ago

enitrat commented 4 months ago

This PR modifies test fillers that caused conflicts when using address in range 0x100 along with RIP-7212 precompiles.

The addresses have been bumped from 0x100 to 0x1000, and the test logic updated accordingly.

The test fixtures have been re-generated using retesteth.

Fixes #1371