Skip to content

Commit

Permalink
chore: rename mempool infra crate
Browse files Browse the repository at this point in the history
commit-id:115c52ef
  • Loading branch information
nadin-Starkware committed Nov 10, 2024
1 parent 44c4820 commit 9c62a6b
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ members = [
"crates/http_server",
"crates/l1-provider",
"crates/mempool",
"crates/mempool_infra",
"crates/mempool_p2p",
"crates/mempool_p2p_types",
"crates/mempool_test_utils",
Expand All @@ -38,6 +37,7 @@ members = [
"crates/papyrus_storage",
"crates/papyrus_sync",
"crates/papyrus_test_utils",
"crates/sequencer_infra",
"crates/sequencer_node",
"crates/sequencing/papyrus_consensus",
"crates/sequencing/papyrus_consensus_orchestrator",
Expand Down Expand Up @@ -219,7 +219,7 @@ starknet_mempool_p2p_types = { path = "crates/mempool_p2p_types", version = "0.0
starknet_mempool_types = { path = "crates/mempool_types", version = "0.0.0" }
starknet_monitoring_endpoint = { path = "crates/monitoring_endpoint", version = "0.0.0" }
starknet_patricia = { path = "crates/starknet_patricia", version = "0.0.0" }
starknet_sequencer_infra = { path = "crates/mempool_infra", version = "0.0.0" }
starknet_sequencer_infra = { path = "crates/sequencer_infra", version = "0.0.0" }
starknet_sequencer_node = { path = "crates/sequencer_node", version = "0.0.0" }
starknet_sierra_compile = { path = "crates/starknet_sierra_compile", version = "0.0.0" }
starknet_task_executor = { path = "crates/task_executor", version = "0.0.0" }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9c62a6b

Please sign in to comment.