Skip to content

Commit

Permalink
chore: rename mempool node
Browse files Browse the repository at this point in the history
commit-id:cc9e68a7
  • Loading branch information
nadin-Starkware committed Nov 3, 2024
1 parent 6a64db0 commit 65a9af6
Show file tree
Hide file tree
Showing 21 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 @@ -16,7 +16,6 @@ members = [
"crates/l1-provider",
"crates/mempool",
"crates/mempool_infra",
"crates/mempool_node",
"crates/mempool_p2p",
"crates/mempool_p2p_types",
"crates/mempool_test_utils",
Expand All @@ -39,6 +38,7 @@ members = [
"crates/papyrus_storage",
"crates/papyrus_sync",
"crates/papyrus_test_utils",
"crates/sequencer_node",
"crates/sequencing/papyrus_consensus",
"crates/sequencing/papyrus_consensus_orchestrator",
"crates/starknet_api",
Expand Down Expand Up @@ -218,7 +218,7 @@ 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_node = { path = "crates/mempool_node", 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" }
static_assertions = "1.1.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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 65a9af6

Please sign in to comment.