ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

v8+ conformance tests

Open Stebalien opened this issue 3 years ago • 0 comments

Currently, we pull in the v7 bundle via cargo. However:

  1. We no longer publish the bundle to crates.io.
  2. We now build the bundle in github CI.

So, we should:

  1. Remove the v7 conformance tests.
  2. Extract conformance tests for v8 (first from calibrationnet, then from mainnet).
  3. Make the conformance tests download the bundle from GitHub.

This should also significantly improve performance of the conformance tests.

Stebalien avatar Jun 24 '22 22:06 Stebalien