Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"components.class_manager.port": 55001,
"components.class_manager.remote_client_config.#is_none": false,
"components.class_manager.remote_client_config.attempts_per_log": 10,
"components.class_manager.remote_client_config.connection_timeout_ms": 500,
"components.class_manager.remote_client_config.idle_connections": 10,
"components.class_manager.remote_client_config.idle_timeout_ms": 30000,
"components.class_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -71,6 +72,7 @@
"components.l1_provider.port": 55004,
"components.l1_provider.remote_client_config.#is_none": false,
"components.l1_provider.remote_client_config.attempts_per_log": 10,
"components.l1_provider.remote_client_config.connection_timeout_ms": 500,
"components.l1_provider.remote_client_config.idle_connections": 10,
"components.l1_provider.remote_client_config.idle_timeout_ms": 30000,
"components.l1_provider.remote_client_config.initial_retry_delay_ms": 1,
Expand All @@ -86,6 +88,7 @@
"components.mempool.port": 55006,
"components.mempool.remote_client_config.#is_none": false,
"components.mempool.remote_client_config.attempts_per_log": 10,
"components.mempool.remote_client_config.connection_timeout_ms": 500,
"components.mempool.remote_client_config.idle_connections": 10,
"components.mempool.remote_client_config.idle_timeout_ms": 30000,
"components.mempool.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"components.sierra_compiler.port": 55007,
"components.sierra_compiler.remote_client_config.#is_none": false,
"components.sierra_compiler.remote_client_config.attempts_per_log": 10,
"components.sierra_compiler.remote_client_config.connection_timeout_ms": 500,
"components.sierra_compiler.remote_client_config.idle_connections": 0,
"components.sierra_compiler.remote_client_config.idle_timeout_ms": 30000,
"components.sierra_compiler.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"components.batcher.port": 55000,
"components.batcher.remote_client_config.#is_none": false,
"components.batcher.remote_client_config.attempts_per_log": 10,
"components.batcher.remote_client_config.connection_timeout_ms": 500,
"components.batcher.remote_client_config.idle_connections": 10,
"components.batcher.remote_client_config.idle_timeout_ms": 30000,
"components.batcher.remote_client_config.initial_retry_delay_ms": 1,
Expand All @@ -22,6 +23,7 @@
"components.class_manager.port": 55001,
"components.class_manager.remote_client_config.#is_none": false,
"components.class_manager.remote_client_config.attempts_per_log": 10,
"components.class_manager.remote_client_config.connection_timeout_ms": 500,
"components.class_manager.remote_client_config.idle_connections": 10,
"components.class_manager.remote_client_config.idle_timeout_ms": 30000,
"components.class_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -63,6 +65,7 @@
"components.l1_gas_price_provider.port": 55003,
"components.l1_gas_price_provider.remote_client_config.#is_none": false,
"components.l1_gas_price_provider.remote_client_config.attempts_per_log": 10,
"components.l1_gas_price_provider.remote_client_config.connection_timeout_ms": 500,
"components.l1_gas_price_provider.remote_client_config.idle_connections": 10,
"components.l1_gas_price_provider.remote_client_config.idle_timeout_ms": 30000,
"components.l1_gas_price_provider.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -108,6 +111,7 @@
"components.signature_manager.port": 55008,
"components.signature_manager.remote_client_config.#is_none": false,
"components.signature_manager.remote_client_config.attempts_per_log": 10,
"components.signature_manager.remote_client_config.connection_timeout_ms": 500,
"components.signature_manager.remote_client_config.idle_connections": 10,
"components.signature_manager.remote_client_config.idle_timeout_ms": 30000,
"components.signature_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand All @@ -122,6 +126,7 @@
"components.state_sync.port": 55009,
"components.state_sync.remote_client_config.#is_none": false,
"components.state_sync.remote_client_config.attempts_per_log": 10,
"components.state_sync.remote_client_config.connection_timeout_ms": 500,
"components.state_sync.remote_client_config.idle_connections": 10,
"components.state_sync.remote_client_config.idle_timeout_ms": 30000,
"components.state_sync.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"components.class_manager.port": 55001,
"components.class_manager.remote_client_config.#is_none": false,
"components.class_manager.remote_client_config.attempts_per_log": 10,
"components.class_manager.remote_client_config.connection_timeout_ms": 500,
"components.class_manager.remote_client_config.idle_connections": 10,
"components.class_manager.remote_client_config.idle_timeout_ms": 30000,
"components.class_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -79,6 +80,7 @@
"components.mempool.port": 55006,
"components.mempool.remote_client_config.#is_none": false,
"components.mempool.remote_client_config.attempts_per_log": 10,
"components.mempool.remote_client_config.connection_timeout_ms": 500,
"components.mempool.remote_client_config.idle_connections": 10,
"components.mempool.remote_client_config.idle_timeout_ms": 30000,
"components.mempool.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -115,6 +117,7 @@
"components.state_sync.port": 55009,
"components.state_sync.remote_client_config.#is_none": false,
"components.state_sync.remote_client_config.attempts_per_log": 10,
"components.state_sync.remote_client_config.connection_timeout_ms": 500,
"components.state_sync.remote_client_config.idle_connections": 10,
"components.state_sync.remote_client_config.idle_timeout_ms": 30000,
"components.state_sync.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"components.gateway.port": 55002,
"components.gateway.remote_client_config.#is_none": false,
"components.gateway.remote_client_config.attempts_per_log": 10,
"components.gateway.remote_client_config.connection_timeout_ms": 500,
"components.gateway.remote_client_config.idle_connections": 0,
"components.gateway.remote_client_config.idle_timeout_ms": 30000,
"components.gateway.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"components.batcher.port": 55000,
"components.batcher.remote_client_config.#is_none": false,
"components.batcher.remote_client_config.attempts_per_log": 10,
"components.batcher.remote_client_config.connection_timeout_ms": 500,
"components.batcher.remote_client_config.idle_connections": 10,
"components.batcher.remote_client_config.idle_timeout_ms": 30000,
"components.batcher.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -122,6 +123,7 @@
"components.state_sync.port": 55009,
"components.state_sync.remote_client_config.#is_none": false,
"components.state_sync.remote_client_config.attempts_per_log": 10,
"components.state_sync.remote_client_config.connection_timeout_ms": 500,
"components.state_sync.remote_client_config.idle_connections": 10,
"components.state_sync.remote_client_config.idle_timeout_ms": 30000,
"components.state_sync.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"components.class_manager.port": 55001,
"components.class_manager.remote_client_config.#is_none": false,
"components.class_manager.remote_client_config.attempts_per_log": 10,
"components.class_manager.remote_client_config.connection_timeout_ms": 500,
"components.class_manager.remote_client_config.idle_connections": 10,
"components.class_manager.remote_client_config.idle_timeout_ms": 30000,
"components.class_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand All @@ -41,6 +42,7 @@
"components.gateway.port": 55002,
"components.gateway.remote_client_config.#is_none": false,
"components.gateway.remote_client_config.attempts_per_log": 10,
"components.gateway.remote_client_config.connection_timeout_ms": 500,
"components.gateway.remote_client_config.idle_connections": 0,
"components.gateway.remote_client_config.idle_timeout_ms": 30000,
"components.gateway.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"components.class_manager.port": "$$$_COMPONENTS-CLASS_MANAGER-PORT_$$$",
"components.class_manager.remote_client_config.#is_none": false,
"components.class_manager.remote_client_config.attempts_per_log": 10,
"components.class_manager.remote_client_config.connection_timeout_ms": 500,
"components.class_manager.remote_client_config.idle_connections": 10,
"components.class_manager.remote_client_config.idle_timeout_ms": 30000,
"components.class_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -71,6 +72,7 @@
"components.l1_provider.port": "$$$_COMPONENTS-L1_PROVIDER-PORT_$$$",
"components.l1_provider.remote_client_config.#is_none": false,
"components.l1_provider.remote_client_config.attempts_per_log": 10,
"components.l1_provider.remote_client_config.connection_timeout_ms": 500,
"components.l1_provider.remote_client_config.idle_connections": 10,
"components.l1_provider.remote_client_config.idle_timeout_ms": 30000,
"components.l1_provider.remote_client_config.initial_retry_delay_ms": 1,
Expand All @@ -86,6 +88,7 @@
"components.mempool.port": "$$$_COMPONENTS-MEMPOOL-PORT_$$$",
"components.mempool.remote_client_config.#is_none": false,
"components.mempool.remote_client_config.attempts_per_log": 10,
"components.mempool.remote_client_config.connection_timeout_ms": 500,
"components.mempool.remote_client_config.idle_connections": 10,
"components.mempool.remote_client_config.idle_timeout_ms": 30000,
"components.mempool.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"components.sierra_compiler.port": "$$$_COMPONENTS-SIERRA_COMPILER-PORT_$$$",
"components.sierra_compiler.remote_client_config.#is_none": false,
"components.sierra_compiler.remote_client_config.attempts_per_log": 10,
"components.sierra_compiler.remote_client_config.connection_timeout_ms": 500,
"components.sierra_compiler.remote_client_config.idle_connections": 0,
"components.sierra_compiler.remote_client_config.idle_timeout_ms": 30000,
"components.sierra_compiler.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"components.batcher.port": "$$$_COMPONENTS-BATCHER-PORT_$$$",
"components.batcher.remote_client_config.#is_none": false,
"components.batcher.remote_client_config.attempts_per_log": 10,
"components.batcher.remote_client_config.connection_timeout_ms": 500,
"components.batcher.remote_client_config.idle_connections": 10,
"components.batcher.remote_client_config.idle_timeout_ms": 30000,
"components.batcher.remote_client_config.initial_retry_delay_ms": 1,
Expand All @@ -22,6 +23,7 @@
"components.class_manager.port": "$$$_COMPONENTS-CLASS_MANAGER-PORT_$$$",
"components.class_manager.remote_client_config.#is_none": false,
"components.class_manager.remote_client_config.attempts_per_log": 10,
"components.class_manager.remote_client_config.connection_timeout_ms": 500,
"components.class_manager.remote_client_config.idle_connections": 10,
"components.class_manager.remote_client_config.idle_timeout_ms": 30000,
"components.class_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -63,6 +65,7 @@
"components.l1_gas_price_provider.port": "$$$_COMPONENTS-L1_GAS_PRICE_PROVIDER-PORT_$$$",
"components.l1_gas_price_provider.remote_client_config.#is_none": false,
"components.l1_gas_price_provider.remote_client_config.attempts_per_log": 10,
"components.l1_gas_price_provider.remote_client_config.connection_timeout_ms": 500,
"components.l1_gas_price_provider.remote_client_config.idle_connections": 10,
"components.l1_gas_price_provider.remote_client_config.idle_timeout_ms": 30000,
"components.l1_gas_price_provider.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -108,6 +111,7 @@
"components.signature_manager.port": "$$$_COMPONENTS-SIGNATURE_MANAGER-PORT_$$$",
"components.signature_manager.remote_client_config.#is_none": false,
"components.signature_manager.remote_client_config.attempts_per_log": 10,
"components.signature_manager.remote_client_config.connection_timeout_ms": 500,
"components.signature_manager.remote_client_config.idle_connections": 10,
"components.signature_manager.remote_client_config.idle_timeout_ms": 30000,
"components.signature_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand All @@ -122,6 +126,7 @@
"components.state_sync.port": "$$$_COMPONENTS-STATE_SYNC-PORT_$$$",
"components.state_sync.remote_client_config.#is_none": false,
"components.state_sync.remote_client_config.attempts_per_log": 10,
"components.state_sync.remote_client_config.connection_timeout_ms": 500,
"components.state_sync.remote_client_config.idle_connections": 10,
"components.state_sync.remote_client_config.idle_timeout_ms": 30000,
"components.state_sync.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"components.class_manager.port": "$$$_COMPONENTS-CLASS_MANAGER-PORT_$$$",
"components.class_manager.remote_client_config.#is_none": false,
"components.class_manager.remote_client_config.attempts_per_log": 10,
"components.class_manager.remote_client_config.connection_timeout_ms": 500,
"components.class_manager.remote_client_config.idle_connections": 10,
"components.class_manager.remote_client_config.idle_timeout_ms": 30000,
"components.class_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -79,6 +80,7 @@
"components.mempool.port": "$$$_COMPONENTS-MEMPOOL-PORT_$$$",
"components.mempool.remote_client_config.#is_none": false,
"components.mempool.remote_client_config.attempts_per_log": 10,
"components.mempool.remote_client_config.connection_timeout_ms": 500,
"components.mempool.remote_client_config.idle_connections": 10,
"components.mempool.remote_client_config.idle_timeout_ms": 30000,
"components.mempool.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -115,6 +117,7 @@
"components.state_sync.port": "$$$_COMPONENTS-STATE_SYNC-PORT_$$$",
"components.state_sync.remote_client_config.#is_none": false,
"components.state_sync.remote_client_config.attempts_per_log": 10,
"components.state_sync.remote_client_config.connection_timeout_ms": 500,
"components.state_sync.remote_client_config.idle_connections": 10,
"components.state_sync.remote_client_config.idle_timeout_ms": 30000,
"components.state_sync.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"components.gateway.port": "$$$_COMPONENTS-GATEWAY-PORT_$$$",
"components.gateway.remote_client_config.#is_none": false,
"components.gateway.remote_client_config.attempts_per_log": 10,
"components.gateway.remote_client_config.connection_timeout_ms": 500,
"components.gateway.remote_client_config.idle_connections": 0,
"components.gateway.remote_client_config.idle_timeout_ms": 30000,
"components.gateway.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"components.batcher.port": "$$$_COMPONENTS-BATCHER-PORT_$$$",
"components.batcher.remote_client_config.#is_none": false,
"components.batcher.remote_client_config.attempts_per_log": 10,
"components.batcher.remote_client_config.connection_timeout_ms": 500,
"components.batcher.remote_client_config.idle_connections": 10,
"components.batcher.remote_client_config.idle_timeout_ms": 30000,
"components.batcher.remote_client_config.initial_retry_delay_ms": 1,
Expand Down Expand Up @@ -122,6 +123,7 @@
"components.state_sync.port": "$$$_COMPONENTS-STATE_SYNC-PORT_$$$",
"components.state_sync.remote_client_config.#is_none": false,
"components.state_sync.remote_client_config.attempts_per_log": 10,
"components.state_sync.remote_client_config.connection_timeout_ms": 500,
"components.state_sync.remote_client_config.idle_connections": 10,
"components.state_sync.remote_client_config.idle_timeout_ms": 30000,
"components.state_sync.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"components.class_manager.port": "$$$_COMPONENTS-CLASS_MANAGER-PORT_$$$",
"components.class_manager.remote_client_config.#is_none": false,
"components.class_manager.remote_client_config.attempts_per_log": 10,
"components.class_manager.remote_client_config.connection_timeout_ms": 500,
"components.class_manager.remote_client_config.idle_connections": 10,
"components.class_manager.remote_client_config.idle_timeout_ms": 30000,
"components.class_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand All @@ -41,6 +42,7 @@
"components.gateway.port": "$$$_COMPONENTS-GATEWAY-PORT_$$$",
"components.gateway.remote_client_config.#is_none": false,
"components.gateway.remote_client_config.attempts_per_log": 10,
"components.gateway.remote_client_config.connection_timeout_ms": 500,
"components.gateway.remote_client_config.idle_connections": 0,
"components.gateway.remote_client_config.idle_timeout_ms": 30000,
"components.gateway.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"components.class_manager.port": "$$$_COMPONENTS-CLASS_MANAGER-PORT_$$$",
"components.class_manager.remote_client_config.#is_none": false,
"components.class_manager.remote_client_config.attempts_per_log": 10,
"components.class_manager.remote_client_config.connection_timeout_ms": 500,
"components.class_manager.remote_client_config.idle_connections": 10,
"components.class_manager.remote_client_config.idle_timeout_ms": 30000,
"components.class_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"components.class_manager.port": 55001,
"components.class_manager.remote_client_config.#is_none": false,
"components.class_manager.remote_client_config.attempts_per_log": 10,
"components.class_manager.remote_client_config.connection_timeout_ms": 500,
"components.class_manager.remote_client_config.idle_connections": 10,
"components.class_manager.remote_client_config.idle_timeout_ms": 30000,
"components.class_manager.remote_client_config.initial_retry_delay_ms": 1,
Expand Down
Loading