execution-spec-tests
execution-spec-tests copied to clipboard
test addresses collide with RIP Precompiles address ranges
In many cases, we use addresses such as 0x100, 0x101, etc. However, new improvement proposals aimed specifically for rollups (RIPs) are starting to introduce new precompiles, such as RIP-7212. These precompiles will use addresses starting from 0x100.
As such, it would be good to refactor the existing tests, and modify the addresses close to 0x100 to something else, like 0x1000.