You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message is not helpful, it claims we are checking strictly against the standard release which we are not. We are checking that each contract semver is equal or greater than standard, and printing the diff if that isn't true. It's also possible that the -beta suffix isn't getting parsed properly, we should add some unit tests for this.
The text was updated successfully, but these errors were encountered:
A recent PR triggered a semver validation on OP Sepolia (because of the semver on one contract going backwards) which was misleading.
The backwards semver causes the check to fail and on failure we print a diff against the standard release:
The error message is not helpful, it claims we are checking strictly against the standard release which we are not. We are checking that each contract semver is equal or greater than standard, and printing the diff if that isn't true. It's also possible that the -beta suffix isn't getting parsed properly, we should add some unit tests for this.
The text was updated successfully, but these errors were encountered: