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

chore: upgrade Cairo and blockifier to non-pre-release versions #1841

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

kkovaacs
Copy link
Contributor

@kkovaacs kkovaacs commented Mar 6, 2024

And as an extra remove a direct dependency on one of the compiler crates from the pathfinder P2P code. In the future upgrades will be simpler since the only place we depend on the compiler crates directly is the pathfinder-compiler crate.

@kkovaacs kkovaacs requested a review from a team as a code owner March 6, 2024 10:58
Our P2P code uses code from the compiler to parse CASM class definitions
and compute the class hash.

Thius change moves this code to the `pathfinder-compiler` crate so that
we don't directly depend on the compiler in the `pathfinder` crate.
@kkovaacs kkovaacs force-pushed the krisztian/upgrade-cairo-and-blockifier branch from fbe3d77 to 5b98901 Compare March 6, 2024 11:09
@kkovaacs kkovaacs merged commit dd09412 into main Mar 12, 2024
7 checks passed
@kkovaacs kkovaacs deleted the krisztian/upgrade-cairo-and-blockifier branch March 12, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants