Skip to content
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

Kkrt native 2.8 #1

Open
wants to merge 13 commits into
base: native2.8.x
Choose a base branch
from
Open
801 changes: 391 additions & 410 deletions Cargo.lock

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,13 @@ byteorder = "1.4.3"
bytes = "1"
cached = "0.44.0"
cairo-felt = "0.9.1"
cairo-lang-casm = "2.8.0"
cairo-lang-runner = "2.8.0"
cairo-lang-sierra = "2.8.0"
cairo-lang-sierra-to-casm = "2.8.0"
cairo-lang-starknet-classes = "2.8.0"
cairo-lang-utils = "2.8.0"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "a478e89b749bf0b596a7e63afd14e834c08a84e3" }
# This is a temporary dependency, will be removed once the new version of cairo-native is released to main.
cairo-lang-casm = "2.8.2"
cairo-lang-runner = "2.8.2"
cairo-lang-sierra = "2.8.2"
cairo-lang-sierra-to-casm = "2.8.2"
cairo-lang-starknet-classes = "2.8.2"
cairo-lang-utils = "2.8.2"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev="ae17dd370a7bbf6affeefb9fa6954965e8b52239"}
cairo-vm = "1.0.1"
camelpaste = "0.1.0"
chrono = "0.4.26"
Expand Down Expand Up @@ -173,7 +172,7 @@ sha2 = "0.10.8"
sha3 = "0.10.8"
simple_logger = "4.0.0"
starknet-core = "0.6.0"
starknet-crypto = "0.5.1"
starknet-crypto = "0.7.1"
starknet-types-core = { version = "0.1.5" }
starknet_api = { path = "crates/starknet_api", version = "0.0.0" }
starknet_batcher = { path = "crates/batcher", version = "0.0.0" }
Expand Down
1 change: 1 addition & 0 deletions crates/blockifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cairo-lang-utils.workspace = true
cairo-native.workspace = true
cairo-vm.workspace = true
derive_more.workspace = true
educe = "0.5.11"
indexmap.workspace = true
itertools.workspace = true
keccak.workspace = true
Expand Down
Loading
Loading