ref-fvm
ref-fvm copied to clipboard
v8+ conformance tests
Currently, we pull in the v7 bundle via cargo. However:
- We no longer publish the bundle to crates.io.
- We now build the bundle in github CI.
So, we should:
- Remove the v7 conformance tests.
- Extract conformance tests for v8 (first from calibrationnet, then from mainnet).
- Make the conformance tests download the bundle from GitHub.
This should also significantly improve performance of the conformance tests.