Open giskook opened 1 year ago
Yes there is: https://ethereum-tests.readthedocs.io/en/latest/
The tool is mostly to generate the tests. If the polygon client forked from official it must have the t8n that is compatible.
So following the docker instructions: https://github.com/ethereum/retesteth#readme is the easiest way. (select repo and commit hash/branch) to just compile client and see how it performs on current tests
Hi, I want research on the difference between EVM and some EVM-compatible L2(Polygon). Could I use the retesteth to test? Is there any documentation? Thanks