-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: alexandria build requires specific commit hashes #343
Comments
I think @0xLucqs, this one is for you |
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
@0xLucqs ? |
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
Can you try with 0.3.0 or 0.2.0 version? |
Bug Report
Alexandria version:
commit hash:
6a989d636243494a0529fc3af06a924493499564
Current behavior:
note that this is specific to dojo as it defaults to using 2.8.4 -- when building with sozo (sozo build), alexandria only works with specific commit hash to resolve dependencies. without specifying a hash (e.g. relying on the default branch or rev-less spec), the build fails with a starknet version mismatch:
Expected behavior:
simplify dependency management by removing the need to specify commit hashes.
Steps to reproduce:
scarb.toml
:sozo build
w/ sozo 1.0.8.this works but is not ideal.
Related code:
specified above.
Other information:
updating release tags for the repository aligned with starknet versions (e.g., v2.8.4 or v2.9.2) would help.
example of how this could be done:
The text was updated successfully, but these errors were encountered: