onflow / cadence-tools

Developer tools for Cadence
https://www.onflow.org/
Apache License 2.0
24 stars 20 forks source link

[test] Update to Cadence v1.0.0-M6 #289

Closed turbolent closed 6 months ago

turbolent commented 6 months ago

Description

Automatically update to:

turbolent commented 6 months ago

@m-Peter Any idea what could cause the test failures? The PR is a simple version bump, did something change in the dependencies that can cause the failures?

turbolent commented 6 months ago

Turns out a new contract gets deployed and the tests needed to be adjusted. Fixed in 18bb4ee

m-Peter commented 6 months ago

Yeah, whenever the boostrap in flow-go changes, we have to adjust the list of core contracts. The tests are helpful in order to make sure that the testing framework also supports all of the core contracts. I am not sure if we can somehow automate this.