Skip to content

Commit 7aaf0e3

Browse files
Merge pull request #62 from lambdaclass/replay-w-comp-stats
Update native rev (compilation stats feature)
2 parents 373c325 + bcfec98 commit 7aaf0e3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ cairo-lang-sierra = "2.12.0-dev.1"
100100
cairo-lang-sierra-to-casm = "2.12.0-dev.1"
101101
cairo-lang-starknet-classes = "2.12.0-dev.1"
102102
cairo-lang-utils = "2.12.0-dev.1"
103-
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "a51d1b527a235a51dcdb6168c881eafa76bf15e1" }
104-
sierra-emu = { git = "https://github.com/lambdaclass/cairo_native", rev = "a51d1b527a235a51dcdb6168c881eafa76bf15e1" }
103+
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "52cf76f469e4b4efe92203d31ff374b7d2c539ee" }
104+
sierra-emu = { git = "https://github.com/lambdaclass/cairo_native", rev = "52cf76f469e4b4efe92203d31ff374b7d2c539ee" }
105105
cairo-vm = "2.0.1"
106106
camelpaste = "0.1.0"
107107
chrono = "0.4.26"

crates/blockifier/src/test_utils/struct_impls.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ impl NativeCompiledClassV1 {
259259
&sierra_contract_class.entry_points_by_type,
260260
sierra_version.clone().into(),
261261
cairo_native::OptLevel::Default,
262+
None,
262263
)
263264
.expect("Cannot compile sierra into native");
264265

0 commit comments

Comments
 (0)