Support Cairo 2.11.3#491
Support Cairo 2.11.3#491immrsd merged 33 commits intoOpenZeppelin:aggregate-cairo-alpha-preparationsfrom
Conversation
| export const scarbVersion = '2.11.3'; | ||
|
|
||
| /** | ||
| * Semantic version string representing of the minimum compatible version of Contracts to display in output. |
There was a problem hiding this comment.
Should compatibleContractsSemver below be updated to ^2.0.0-alpha.0?
Although ^2.0.0-alpha still works because ^2.0.0-alpha has a lower semver than ^2.0.0-alpha.0
There was a problem hiding this comment.
I think we can go with ^2.0.0-alpha.0. Btw, @ericnordelo are we going to release a final alpha version (2.0.0-alpha) or it's unlikely to happen?
If we really want to explicitly exclude the potential final alpha version, we can update the compatible semver to ">=2.0.0-alpha.0 <2.0.0-alpha"
There was a problem hiding this comment.
2.0.0-alpha is not suitable for a final alpha, because according to semver, 2.0.0-alpha < 2.0.0-alpha.0
There was a problem hiding this comment.
Btw, @ericnordelo are we going to release a final alpha version
I don't think is worth it. We will just release a stable version from the latest alpha after the audits, so every alpha should have a number
30e05eb
into
OpenZeppelin:aggregate-cairo-alpha-preparations
No description provided.