Skip to content

Commit

Permalink
wip: cairo native
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 20, 2024
1 parent e7c9c48 commit 9e9028b
Show file tree
Hide file tree
Showing 11 changed files with 1,913 additions and 198 deletions.
430 changes: 420 additions & 10 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ cairo-lang-casm = "2.8.0"
cairo-lang-starknet = "2.8.0"
cairo-lang-utils = "2.8.0"
cairo-lang-starknet-classes = "2.8.0"
cairo-lang-sierra = "2.8.0"
cairo-native = {path = "/Users/msaug/deps/cairo_native"}
cairo-vm = "1.0.1"
blockifier = { package = "blockifier", git = "https://github.com/kkrt-labs/sequencer.git", rev = "d1f32e2", default-features = false, features = [
blockifier = { package = "blockifier", path = "../../deps/sequencer/crates/blockifier", default-features = false, features = [
"testing",
] }
starknet = "0.11.0"
starknet-crypto = "0.7.1"
starknet_api = { package = "starknet_api", git = "https://github.com/kkrt-labs/sequencer.git", rev = "d1f32e2" }
starknet_api = { package = "starknet_api", path = "../../deps/sequencer/crates/starknet_api" }

# Other
async-trait = "0.1"
Expand Down
178 changes: 0 additions & 178 deletions blockchain-tests-skip.yml

This file was deleted.

1 change: 1 addition & 0 deletions blockchain-tests-skip.yml
1 change: 1 addition & 0 deletions crates/ef-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ zip = { workspace = true, optional = true }
[features]
v0 = []
v1 = []
native = []
ci = []

[build-dependencies]
Expand Down
Loading

0 comments on commit 9e9028b

Please sign in to comment.