-
Notifications
You must be signed in to change notification settings - Fork 210
Add Github Actions #18
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
Conversation
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
Create .github/workflows/rust.yml
change Linux distribution
Change Linux distribution to ubuntu-20.04
igaray
requested changes
May 6, 2022
igaray
approved these changes
May 9, 2022
Change actions triggers
azteca1998
pushed a commit
that referenced
this pull request
Feb 10, 2023
* Add SyscallRequest::LibraryCall to be used for library_call syscall * Add library_call fn and others needed by it (implementation pending) * Use `match` instead of `let else` due to unstable in 1.61
mfachal
added a commit
that referenced
this pull request
Apr 20, 2023
6 tasks
Oppen
added a commit
that referenced
this pull request
Apr 26, 2023
…1026) * WIP newhint#17 and newhint#18 * WIP cairo program * add secp256r1 testing programs and newhint#17 and #18 * update changelog * remove program using unimplemented hint * add correct constants to test program * fix broken test when executing hint #25 with different context * Update CHANGELOG.md Co-authored-by: Mario Rugiero <[email protected]> * merge * add unit test for import alpha --------- Co-authored-by: Mario Rugiero <[email protected]>
kariy
pushed a commit
to dojoengine/cairo-rs
that referenced
this pull request
Jun 23, 2023
…ambdaclass#1026) * WIP newhint#17 and newhint#18 * WIP cairo program * add secp256r1 testing programs and newhint#17 and lambdaclass#18 * update changelog * remove program using unimplemented hint * add correct constants to test program * fix broken test when executing hint lambdaclass#25 with different context * Update CHANGELOG.md Co-authored-by: Mario Rugiero <[email protected]> * merge * add unit test for import alpha --------- Co-authored-by: Mario Rugiero <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Create .github/workflows/rust.yml