-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: blockifier update and bump cairo
2.4.0
(#1247)
* wip: compile with latest blockifier * fix: fmt * chore: use blockifier from git * fix: fix merge typo * chore: specify v0.4.0-rc9.2 tag for blockifier * fix: add PluginSuite support * fix(sozo): add support for PluginSuite * wip(language-server): bump version to 2.4.0 * chore(language-server): bump tower_lsp * chore: comment patch on scarb * katana(core): fix tests * fix: adjust tests with cairo-lang plugin * fix(dojo-lang): adjust class hash in manifest tests * wip: check on cairo-lang dependencies * chore: fix scarb version in dojo-world * fix(dojo-lang): fix test plugin expand print * fix(sozo): fit to scarb workspace plugin suite * example: bump spawn-and-move to 2.4.0 * fix(dojo-core): update version to 2.4.0 * fix: fmt * fix(dojo-lang/sozo): fix compiler with dojo plugin and relocate scarb internal * fix(dojo-lang): run with CAIRO_FIX_TESTS * fix: clippy fmt * fix(dojo-world): replace class hash of position contract * fix(katana-rpc): ignore cairo 0 declare test for now * fix(torii): fix test hardcoded address * fix(dojo-language-server): typo * fix test * update * Revert plugin version change --------- Co-authored-by: Kariy <[email protected]> Co-authored-by: Tarrence van As <[email protected]>
- Loading branch information
1 parent
a0145cd
commit fff037f
Showing
51 changed files
with
1,212 additions
and
886 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,9 +1,9 @@ | ||
[package] | ||
cairo-version = "2.3.1" | ||
cairo-version = "2.4.0" | ||
description = "The Dojo Core library for autonomous worlds." | ||
name = "dojo" | ||
version = "0.4.0-rc0" | ||
|
||
[dependencies] | ||
dojo_plugin = { git = "https://github.com/dojoengine/dojo", tag = "v0.3.11" } | ||
starknet = "2.3.1" | ||
starknet = "2.4.0" |
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
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,5 +1,5 @@ | ||
[package] | ||
name = "dojo_plugin" | ||
version = "0.3.11" | ||
version = "0.4.0" | ||
|
||
[cairo-plugin] |
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
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
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
Oops, something went wrong.