execution-spec-tests icon indicating copy to clipboard operation
execution-spec-tests copied to clipboard

test addresses collide with RIP Precompiles address ranges

Open enitrat opened this issue 1 year ago • 0 comments

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.

enitrat avatar May 13 '24 08:05 enitrat