Update to Cadence v1.2.1 #4090
Annotations
3 errors and 1 warning
Run tests:
internal/util/checker_environment.go#L41
cannot use CheckerEnvironment{} (value of type CheckerEnvironment) as "github.com/onflow/cadence/runtime".Environment value in variable declaration: CheckerEnvironment does not implement "github.com/onflow/cadence/runtime".Environment (missing method ResolveLocation)
|
Run tests:
internal/util/checker_environment.go#L70
cannot use e (variable of type CheckerEnvironment) as "github.com/onflow/cadence/runtime".Environment value in argument to evmstdlib.SetupEnvironment: CheckerEnvironment does not implement "github.com/onflow/cadence/runtime".Environment (missing method ResolveLocation)
|
Run tests
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading