-
Notifications
You must be signed in to change notification settings - Fork 49
Update cairo-lang to 2.11.1 #1136
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9191e59
update cairo-lang and prepare for adding the new features
FrancoGiachetta cec19ff
format
FrancoGiachetta ca33941
replace enum for struct in contract result
FrancoGiachetta 8e40368
update some cairo code from tests
FrancoGiachetta 07571d2
update cairo code in tests
FrancoGiachetta 38f7795
fix execution result branching
FrancoGiachetta 65451a7
fix branching
FrancoGiachetta 3582ffa
fix branching
FrancoGiachetta 461522a
remove cairo program
FrancoGiachetta 46dc42f
Prepare for release v0.3.4 (#1135)
FrancoGiachetta 4c01879
Try to fix release ci binary generation again (#1140)
edg-l d7c7434
Remove dict double pointer in `cairo_native__dict_get` (#1134)
FrancoGiachetta c158361
pin vm
FrancoGiachetta f925de8
Update alexandria
JulianGCalderon 90ccc7a
Fix int_range_try_new test
JulianGCalderon d4751da
Revert execution_result.rs
JulianGCalderon 864aa7c
Find correct entrypoint
JulianGCalderon 808b9de
Remove duplicated comment
JulianGCalderon ba34dc7
Update imports to user starknet directly
JulianGCalderon 458d314
Update gas usage
JulianGCalderon 1b42e1a
Remove deprecated usage
JulianGCalderon f778fd9
Update starknet-blocks refs
JulianGCalderon a2b81fd
Update leftover references to 2.11.1
JulianGCalderon b332853
Update patch command for starknet-blocks CI
JulianGCalderon dd2d752
pin some cairo-lang dependencies
FrancoGiachetta 987ae7f
Prepare for release v0.3.4 (#1135)
FrancoGiachetta f20b7d1
Implement compilation filter for failing tests (#1146)
JulianGCalderon 367cd4f
Replace todos with errors (#1147)
JulianGCalderon 4cd7ff2
merge main
FrancoGiachetta 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ jobs: | |
| with: | ||
| repository: lambdaclass/starknet-replay | ||
| path: starknet-replay | ||
| ref: 99f57191880562e83628e2d320bfd4eaf24e6c95 | ||
| ref: c95ab2bb8c09926b7e8a36d6e0bad89d9e299327 | ||
| # We need native to use the linux deps ci action | ||
| - name: Checkout Native | ||
| uses: actions/checkout@v4 | ||
|
|
@@ -43,7 +43,7 @@ jobs: | |
| with: | ||
| repository: lambdaclass/sequencer | ||
| path: sequencer | ||
| ref: 12ea9447b8ea1763bd23efa7a573333e4e057f0d | ||
| ref: 056bf87a45a197f0501169af9c836eb0732d4467 | ||
|
|
||
| - name: Cache RPC Calls | ||
| uses: actions/[email protected] | ||
|
|
@@ -67,9 +67,9 @@ jobs: | |
| # Updates sequencer dependency to local path | ||
| name='[[:alnum:]_-]+' | ||
| sequencer_url='"https:\/\/github.com\/lambdaclass\/sequencer\.git"' | ||
| rev='"[[:alnum:]]+"' | ||
| rev='"[^"]+"' | ||
| new_path='"..\/sequencer\/crates\/\1"' | ||
| sed -i'' -r "s/^($name) = \{ git = $sequencer_url, rev = $rev/\1 = { path = $new_path/" Cargo.toml | ||
| sed -i'' -r "s/^($name) = \{ git = $sequencer_url, (rev|branch) = $rev/\1 = { path = $new_path/" Cargo.toml | ||
|
|
||
| # Updates native dependency to local path | ||
| new_path='"..\/cairo_native"' | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.