kaiachain / kaia

GNU Lesser General Public License v3.0
21 stars 27 forks source link

test: Add Shanghai tests by `ethereum/execution-spec-tests` #129

Closed ulbqb closed 4 days ago

ulbqb commented 2 weeks ago

Proposed changes

This PR adds tests by ethereum/execution-spec-tests. Currently, this supports testing only Shanghai EIPs against each forks (only Cancun and Prague). I'm going to add tests for other forks in other PRs.

Simulating Ethereum behavior is needed because of the difference of spec between Kaia and Ethereum to use ethereum/execution-spec-tests as is. This simulate following behavior:

Main code modifications:

Remarks:

related: #152

Types of changes

Checklist

github-actions[bot] commented 2 weeks ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

ulbqb commented 2 weeks ago

I have read the CLA Document and I hereby sign the CLA

ulbqb commented 2 weeks ago

recheck

ulbqb commented 1 week ago

Update