Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 16989fe

Browse files
Merge branch 'main' into document-transactiondeploy_account-module
2 parents ae4aa9b + 3e62036 commit 16989fe

23 files changed

+1303
-378
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ once_cell = "1.17.1"
5555
starknet = { workspace = true }
5656
base64 = { version = "0.21.0", default-features = false, features = ["alloc"] }
5757
flate2 = "1.0.25"
58+
serde_json_pythonic = { git = "https://github.com/xJonathanLEI/serde_json_pythonic", tag = "v0.1.2"}
5859

5960
[dev-dependencies]
6061
assert_matches = "1.5.0"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ compile-cairo-2-sierra: $(CAIRO_2_COMPILED_SIERRA_CONTRACTS)
107107
compile-cairo-2-casm: $(CAIRO_2_COMPILED_CASM_CONTRACTS)
108108

109109

110-
CAIRO_2_VERSION=2.0.2
110+
CAIRO_2_VERSION=2.0.1
111111

112112
cairo-repo-2-dir = cairo2
113113
cairo-repo-2-dir-macos = cairo2-macos

rpc_state_reader/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ starknet = { workspace = true }
1919
thiserror = { workspace = true }
2020
serde_with = "3.0.0"
2121
dotenv = "0.15.0"
22+
cairo-vm = "0.8.5"

0 commit comments

Comments
 (0)