-
Notifications
You must be signed in to change notification settings - Fork 205
chore: bump to cairo 2.15 #3392
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
Open
glihm
wants to merge
5
commits into
dojoengine:main
Choose a base branch
from
glihm:feat/cairo-215
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.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,6 +1,6 @@ | ||
| scarb 2.13.1 | ||
| starknet-foundry 0.51.0 | ||
| scarb 2.15.0 | ||
| starknet-foundry 0.55.0 | ||
| cairo-profiler 0.9.0 | ||
| katana 1.7.0 | ||
| torii 1.8.3 | ||
| sozo 1.8.0 | ||
| katana 1.7.1 | ||
| torii 1.8.14 | ||
| sozo 1.8.6 | ||
Oops, something went wrong.
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.
🧩 Analysis chain
🌐 Web query:
scarb 2.15.0 release Cairo compatibility💡 Result:
Scarb v2.15.0 (released Dec 19, 2025) bundles Cairo compiler v2.15.0—so its “Cairo compatibility” is Cairo 2.15.0 (that’s the compiler version Scarb uses for builds/tests/docs generation, etc.). [1]
Scarb’s install docs also list 2.15.0 as the stable Scarb version (with prebuilt binaries), consistent with that release. [2]
Sources: [1] [2]
🌐 Web query:
starknet-foundry 0.55.0 release💡 Result:
Starknet Foundry v0.55.0 (snforge/sncast) release highlights:
Forge (snforge)
snforge_scarb_pluginnow errors on unexpected named args for#[available_gas],#[fork],#[fuzzer],#[should_panic],#[test_case]. [1]snforge_std_deprecated; migrate tosnforge_std. [1][2]Cast (sncast)
networkfield can be configured insnfoundry.toml. [1]--networkcan be used with--add-profile. [1]Notes on library versions:
snforge_std = "0.55.0"inScarb.toml(should match your installed snforge version). [3]snforge_std_deprecated 0.55.0is published on Scarbs, marked deprecated (and is being discontinued after this). [2]Sources: [1] [2] [3]
🌐 Web query:
katana 1.7.1 Starknet release💡 Result:
katana 1.7.1in the official Dojo toolchain docs—Dojo’s recommended.tool-versionsexamples showsozo 1.7.1butkatana 1.7.0. [1]0.14.0and adds/stabilizes support for Starknet RPC0.9across the stack (including Katana). [2][3]0.14.0mainnet date: September 1, 2025. [2]Sources
[1] Dojo Installation Guide (example
.tool-versions: sozo 1.7.1, katana 1.7.0)[2] Dojo 1.7 Upgrading Guide (Starknet 0.14.0 + RPC 0.9; mainnet date)
[3] Dojo GitHub releases (v1.7.x notes referencing Starknet 0.14 / RPC 0.9)
🌐 Web query:
torii 1.8.14 release💡 Result:
I couldn’t find any “Torii” project that has a 1.8.14 release.
The most common “Torii” packages/repositories I can locate have different version lines:
torii(npm): latest is 1.0.0 (recently published; repo isadopted-ember-addons/torii). [1]If you tell me which Torii you mean (e.g., a GitHub repo link or language/ecosystem), I can pull the exact 1.8.14 release notes for that specific project.
Sources: [1] [2]
🌐 Web query:
sozo 1.8.6 release💡 Result:
Sozo v1.8.6 (tag:
sozo/v1.8.6, published Jan 29, 2026 on GitHub) adds Starknet network utility commands (e.g., fetch blocks / tx hashes, etc.) that work without requiring a Dojo or Scarb project. Usesozo starknet --help(orsozo sn --help) to see the new subcommands. [1]Changes included
feat(sozo): add starknet commands like Starkli(PR feat(sozo): add starknet commands like Starkli #3390) [1]Full diff:
sozo/v1.8.5...sozo/v1.8.6[1]Sources: [1] (github.com)
Citations:
🌐 Web query:
Torii Starknet Dojo tool version💡 Result:
.tool-versionsfrom Dojo install guide:torii 1.8.3(sample config, not necessarily the latest) [3]How to confirm what you have installed locally: run
torii --version. [2]Sources: [1] GitHub releases list for
dojoengine/torii; [2] Dojo Book “Torii” page; [3] Dojo installation guide.🏁 Script executed:
Repository: dojoengine/dojo
Length of output: 2800
ohayo sensei — Two tool versions don't exist; this will break CI.
•
katana 1.7.1does not exist—Dojo official.tool-versionsexamples usekatana 1.7.0.•
torii 1.8.14does not exist—latest released version istorii 1.8.10(Nov 24, 2025).Scarb 2.15.0, starknet-foundry 0.55.0, and sozo 1.8.6 are valid and available. Correct the katana and torii versions to avoid installation failures.
🤖 Prompt for AI Agents