-
Notifications
You must be signed in to change notification settings - Fork 188
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
feat: bump to cairo 2.9.2 #2879
Open
glihm
wants to merge
26
commits into
main
Choose a base branch
from
feat/cairo-292
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,732
−1,823
Open
Changes from 22 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d5038b6
wip: deps versionning
glihm 83bf801
fix: add missing scarb field
glihm 1fb3e30
chore: bump scarb
glihm 4a3ade9
fix blockifier changes
kariy 4ce7374
fix: update scarb related code for testing
glihm b60db4c
fix blockifier resource bounds mapping
kariy 60d43dd
Merge branch 'main' into feat/cairo-291
kariy 3126333
bump scarb version
kariy e380dda
cairo fmt
kariy 5e77d22
tests: regenerate test databases
glihm e71beff
fix: bump cainome to fix event parsing
glihm 914af81
fix: clippy
glihm fdd0956
fix contract call
kariy 1deee22
add test for calling non legacy contract
kariy 318571a
wip: fixing cairo compilation
glihm 0f5b8c0
merge main
glihm 4c3c27b
chore: bump to cairo 2.9.2
glihm c04cdc6
chore: update scarb
glihm 443f034
fix: fmt and scarb update
glihm 9f0d3c4
tests: regenerates test dbs
glihm 60f97aa
fix: migrate to new scarb test functions
glihm 68680d6
tests: regenerate test db
glihm 2fb4521
merge main
glihm ce9a8e9
tests: regenerate test db
glihm 7415519
ci: add scarb for test commands since it depends on scarb metadata
glihm 703a066
fix(core-cairo-test): build external world class and adjust panick me…
glihm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
scarb 2.8.4 | ||
scarb 2.9.2 | ||
starknet-foundry 0.30.0 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Heads up sensei! Version mismatch detected.
The Scarb version (2.9.1) in the CI workflow is behind the Cairo version (2.9.2) used in dependencies. Consider updating to 2.9.2 for consistency.
Apply this diff to align versions:
📝 Committable suggestion