Skip to content

Commit

Permalink
Merge pull request #10 from lambdaclass/update_native_new
Browse files Browse the repository at this point in the history
update native to  starkware-libs#844
  • Loading branch information
edg-l authored Oct 14, 2024
2 parents d0c9dae + 517f9b1 commit 517520a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ cairo-lang-sierra-to-casm = "2.8.4"
cairo-lang-starknet-classes = "2.8.4"
cairo-lang-utils = "2.8.4"
# This is a temporary dependency, will be removed once the new version of cairo-native is released to main.
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "82c25b377f50904e1253b614c8719388277530e6" }
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "817515474ac156d186904c71877cb94f78726d0a" }
sierra-emu = { git = "https://github.com/lambdaclass/sierra-emu.git" }
cairo-vm = "1.0.1"
camelpaste = "0.1.0"
Expand Down
1 change: 1 addition & 0 deletions crates/blockifier/src/execution/native/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pub fn run_native_executor(
function_id,
&call.calldata.0,
Some(call.initial_gas.into()),
None,
&mut syscall_handler,
);

Expand Down

0 comments on commit 517520a

Please sign in to comment.