Skip to content

Commit

Permalink
chore: remove completed todos (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
yair-starkware authored Nov 18, 2024
1 parent 71eef18 commit a74e125
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions crates/starknet_gateway/src/gateway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ use crate::utils::compile_contract_and_build_executable_tx;
#[path = "gateway_test.rs"]
pub mod gateway_test;

// TODO(yair): remove the usage of app_state.

pub struct Gateway {
pub config: GatewayConfig,
pub stateless_tx_validator: Arc<StatelessTransactionValidator>,
Expand Down
1 change: 0 additions & 1 deletion crates/starknet_sequencer_node/src/config/node_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ pub static CONFIG_POINTERS: LazyLock<ConfigPointers> = LazyLock::new(|| {
pub static CONFIG_NON_POINTERS_WHITELIST: LazyLock<Pointers> =
LazyLock::new(HashSet::<ParamPath>::new);

// TODO(yair): Make the GW and batcher execution config point to the same values.
/// The configurations of the various components of the node.
#[derive(Debug, Default, Deserialize, Serialize, Clone, PartialEq, Validate)]
pub struct SequencerNodeConfig {
Expand Down

0 comments on commit a74e125

Please sign in to comment.