Skip to content

Commit

Permalink
chore: sync repos
Browse files Browse the repository at this point in the history
  • Loading branch information
dafnamatsry committed Jun 4, 2024
1 parent 534d714 commit 3d26d95
Show file tree
Hide file tree
Showing 238 changed files with 11,179 additions and 35,731 deletions.
301 changes: 222 additions & 79 deletions Cargo.lock

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ members = [
"crates/papyrus_rpc",
"crates/papyrus_storage",
"crates/papyrus_sync",
"crates/starknet_api",
"crates/starknet_client",
"crates/starknet-api",
"crates/test_utils",
]

Expand Down Expand Up @@ -72,7 +72,6 @@ tempfile = "3.7.0"
thiserror = "1.0.37"
clap = "4.3.10"
const_format = "0.2.30"
papyrus_config = "0.3.0"
pretty_assertions = "1.4.0"
tower = "0.4.13"
url = "2.5.0"
Expand All @@ -82,7 +81,6 @@ assert-json-diff = "2.0.2"
async-stream = "0.3.3"
base64 = "0.13.0"
bitvec = "1.0.1"
blockifier = "0.7.0-dev.1"
bytes = "1"
byteorder = "1.4.3"
camelpaste = "0.1.0"
Expand Down Expand Up @@ -120,8 +118,8 @@ os_info = "3.6.0"
page_size = "0.6.0"
# fixating the version of parity-scale-codec and parity-scale-codec-derive due to an error in udeps.
# TODO: Remove this once udeps is fixed.
parity-scale-codec = "=3.6.5"
parity-scale-codec-derive = "=3.6.5"
parity-scale-codec = "=3.6.9"
parity-scale-codec-derive = "=3.6.9"
paste = "1.0.9"
primitive-types = "0.12.1"
prometheus-parse = "0.2.4"
Expand All @@ -131,7 +129,7 @@ prost-types = "0.12.1"
rand = "0.8.5"
rand_chacha = "0.3.1"
replace_with = "0.1.7"
reqwest = "0.11"
reqwest = { version = "0.11", features = ["blocking", "json"] }
rustc-hex = "2.1.0"
schemars = "0.8.12"
serde_repr = "0.1"
Expand All @@ -145,14 +143,13 @@ strum = "0.25.0"
strum_macros = "0.25.2"
test-case = "3.2.1"
test-log = "0.2.14"
tokio = "1.18.2"
tokio = { version = "1.37.0", features = ["full"] }
tokio-retry = "0.3"
tokio-stream = "0.1.8"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
unsigned-varint = "0.8.0"
void = "1.0.2"
starknet_api = "0.12.0-dev.1"

[workspace.lints.rust]
warnings = "deny"
Expand Down
1 change: 0 additions & 1 deletion _blockifier_old
Submodule _blockifier_old deleted from 605118
1 change: 0 additions & 1 deletion _mempool_old
Submodule _mempool_old deleted from cfe3fd
1 change: 0 additions & 1 deletion _papyrus_old
Submodule _papyrus_old deleted from d224d5
2 changes: 1 addition & 1 deletion crates/blockifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, features = ["arbitrary_precision"] }
sha3.workspace = true
starknet-crypto.workspace = true
starknet_api = { workspace = true, features = ["testing"] }
starknet_api = { version = "0.12.0-dev.0", features = ["testing"] }
strum.workspace = true
strum_macros.workspace = true
thiserror.workspace = true
Expand Down
Loading

0 comments on commit 3d26d95

Please sign in to comment.