forked from starkware-libs/sequencer
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update from upstream #4
Draft
edg-l
wants to merge
1
commit into
sierra_emu
Choose a base branch
from
update_sierrs_emu_sw
base: sierra_emu
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.
Draft
Conversation
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
FrancoGiachetta
pushed a commit
that referenced
this pull request
Nov 27, 2024
…re-libs#726) * fix: ci * fix: return back old images in the CI * fix: add native deps to some CI jobs * chore: update feature contracts * fix: add LLVM deps to the Dockerfile * fix: add LLVM to `install_build_tools.sh` * fix: make larger runner * fix: make ubuntu latest runner * fix: update build tools, add env vars * fix: update build tools, add env vars * fix: add clean up of the native artifacts * fix: add clean up of the native artifacts * fix: native artifacts push CI * fix: native artifacts push CI * fix: native artifacts push CI * fix: add -y arg to apt * fix: add env to ignore interactive env * fix: increase size of the runners * fix: update runner version * fix: remove native and rust dependencies * fix: update sequencer-ci.Dockerfile * fix: update sequencer-ci.Dockerfile * fix: update sequencer-ci.Dockerfile * fix: increase runner size * fix: try to fix Dockerfile with adding musl-g++ * fix: try to fix Dockerfile with adding musl-g++ #2 * fix: try to fix Dockerfile with adding musl-g++ #2 * fix: try to fix Dockerfile with adding musl-g++ #4 * fix: try to fix Dockerfile with adding musl-g++ #4 * fix: try to fix Dockerfile * fix: try to fix Dockerfile finally? * fix: try to fix Dockerfile * fix: add hard option for sym link creation * fix: make Dockerfile dynamic * Merge remote-tracking branch 'origin/main' into fix/native-dynamic-ci * feat: add script to install native deps * feat: add script to install native deps * fix: add sudo for running the script * fix: add sudo for running the script * fix: add sudo for running the script * fix: fix llvm paths * fix: script * fix: script * fix: script * fix: script * fix: script * fix: script * fix: script * fix: script * fix: script * fix: verify_cairo_file_dependencies ci * fix: cairo native runtime library path * Merge branch 'main' into fix/native-dynamic-ci # Conflicts: # Cargo.lock # Cargo.toml * fix: conflicts after merge * fix: update feature contracts * fix: update gas in secp tests * fix: increase merge-gatekeeper timeout to 25 minutes (1500 seconds)
FrancoGiachetta
pushed a commit
that referenced
this pull request
Nov 27, 2024
* refactor: split syscalls into separate files * feat: add ability of native execution * fix: make comments capitalized * fix: apply fmt * fix: small fixes in comments and matching * fix: bring back old `.toml` formatting * fix: remove unused yet utility functions * chore: update Cargo.lock * feat: update Cargo.lock * fix: address review * refactor: address `get_entry_point` review requests * refactor: move out methods that won't be reviewed in this PR * fix: rust fmt * fix: apply some of the CI fixes * fix: comment in Cargo.toml * fix: address some of the review comments * refactor: define the type for lookup hashmap * fix: remove Clone trait from call info, remove fallback-related stuff * fix: ci * fix: return back old images in the CI * chore: update feature contracts * fix: add LLVM deps to the Dockerfile * fix: add LLVM to `install_build_tools.sh` * fix: update build tools, add env vars * fix: add clean up of the native artifacts * fix: add clean up of the native artifacts * fix: native artifacts push CI * fix: add env to ignore interactive env * fix: update sequencer-ci.Dockerfile * fix: update sequencer-ci.Dockerfile * fix: try to fix Dockerfile with adding musl-g++ * fix: try to fix Dockerfile with adding musl-g++ #2 * fix: try to fix Dockerfile with adding musl-g++ #2 * fix: try to fix Dockerfile with adding musl-g++ #4 * fix: try to fix Dockerfile with adding musl-g++ #4 * fix: try to fix Dockerfile * fix: try to fix Dockerfile finally? * fix: try to fix Dockerfile * fix: add hard option for sym link creation * fix: make Dockerfile dynamic * fix: script * fix: script * fix: verify_cairo_file_dependencies ci * fix: cairo native runtime library path * fix: conflicts after merge * fix: update feature contracts * chore: update Cargo.lock * fix: conflicts after merge * fix: address review comments * fix: fix review comment regarding `function_idx` * refactor: lookup table to use `HashMap` instead of `Vec` * refactor: make `verify_constructor` be part of `CallEntryPoint` * fix: add panic instead of todo! * fix: update Cargo.lock * fix: ci * fix: address review comments * fix: address review comments * fix: crate name mismatch * chore: update Cargo.lock * fix: compilation errors * fix: cargo missing crate paths * chore: fmt * fix: cargo docs * fix: remove old setup-native-deps * chore: reapply format :p * chore: remove transaction_utils.rs * chore: swap string delimeters in .ymls * fix: add zstd to Blockifier image * refactor: remove manual dependency installation in Dockerfile * chore: restore committer_ci.yml * chore: restore papyrus_nightly-tests.yml * chore: restore sequencer-ci.Dockerfile * refactor: panics -> todo & new msgs for Native Class * chore: restore blockifier_compiled_cairo.yml, blockifier_post-merge.yml and main.yml workflows * fix: re-import BigUintAsHex * chore: restore commiter_ci.yml and test_contract_casm.json * chore: update Cargo.lock Co-Authored-By: Rodrigo <[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.
No description provided.