Skip to content
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

made changes to latest cairo version and updated dependencies #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PoulavBhowmick03
Copy link

Fixes #6
TODO- fix the openzeppelin dependency issue

Copy link
Collaborator

@Marchand-Nicolas Marchand-Nicolas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't build. Even when I fix the identity package version, there are still a lot of errors.
Make sur to have the same scarb version as the starknet one specified in scarb.toml

starknet = "2.6.3"
naming = { git = "https://github.com/starknet-id/naming.git", rev = "7fa861a7a6e56c96ba3b508c66d7587d2597385a" }
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", rev = "0697004db74502ce49900edef37331dd03531356" }
identity = { git = "https://github.com/starknet-id/identity.git", rev = "2185e542838c639be5cee47979e2462822000fd0" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not building because here you didn't import the same version of the identity package as the one inside the naming package. It should be 5ae7fafdd20abf4b1e789b83af5db7e23ad39a7c

@Marchand-Nicolas Marchand-Nicolas added the ❌ Change request Change requested from reviewer label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❌ Change request Change requested from reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to last cairo version
2 participants