Skip to content
Draft
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 @@ -2,14 +2,6 @@ image:
repository: ghcr.io/starkware-libs/sequencer/sequencer
imagePullPolicy: IfNotPresent

config:
sequencerConfig:
eth_fee_token_address: '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7'
monitoring_endpoint_config.port: 8082
strk_fee_token_address: '0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d'
versioned_constants_overrides.#is_none: true
versioned_constants_overrides.max_n_events: 1000

service:
ports:
- name: monitoring-endpoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
# If the value is private and cannot be set publicly, it should be added here and set the actual
# values in the sequeuncer-devops repo.
# If the value can be set publicly, it should be added for each env in this repo.
config:
sequencerConfig:
validator_id: "0x64"
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
name: core
config:
sequencerConfig:
consensus_manager_config.network_config.advertised_multiaddr: ""
consensus_manager_config.network_config.advertised_multiaddr.#is_none: true
consensus_manager_config.network_config.bootstrap_peer_multiaddr: ""
consensus_manager_config.network_config.bootstrap_peer_multiaddr.#is_none: true
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
name: mempool
config:
sequencerConfig:
mempool_p2p_config.network_config.advertised_multiaddr: ""
mempool_p2p_config.network_config.advertised_multiaddr.#is_none: true
mempool_p2p_config.network_config.bootstrap_peer_multiaddr: ""
mempool_p2p_config.network_config.bootstrap_peer_multiaddr.#is_none: true
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: committer
config:
configList: crates/apollo_deployments/resources/services/hybrid/replacer_deployment_committer.json
sequencerConfig:
committer_config.verify_state_diff_hash: true
committer_config.storage_config.inner_storage_config.cache_size: 8589934592
components.batcher.port: 55000
components.batcher.url: sequencer-core-service
components.committer.port: 55013
components.committer.url: sequencer-committer-service

service:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,49 +1,6 @@
name: core
config:
configList: crates/apollo_deployments/resources/services/hybrid/replacer_deployment_core.json
sequencerConfig:
batcher_config.dynamic_config.proposer_idle_detection_delay_millis: 1500
batcher_config.static_config.block_builder_config.bouncer_config.block_max_capacity.n_events: 5000
batcher_config.static_config.block_builder_config.bouncer_config.block_max_capacity.receipt_l2_gas: 5800000000
class_manager_config.static_config.class_manager_config.max_compiled_contract_class_object_size: 4089446
consensus_manager_config.consensus_manager_config.dynamic_config.require_virtual_proposer_vote: false
consensus_manager_config.consensus_manager_config.dynamic_config.timeouts.proposal.base: 9.1
consensus_manager_config.consensus_manager_config.dynamic_config.timeouts.proposal.max: 9.1
consensus_manager_config.context_config.dynamic_config.build_proposal_margin_millis: 1000
consensus_manager_config.context_config.dynamic_config.compare_retrospective_block_hash: true
consensus_manager_config.context_config.dynamic_config.override_eth_to_fri_rate: 0
consensus_manager_config.context_config.dynamic_config.override_eth_to_fri_rate.#is_none: true
consensus_manager_config.context_config.dynamic_config.override_l1_data_gas_price_fri: 0
consensus_manager_config.context_config.dynamic_config.override_l1_data_gas_price_fri.#is_none: true
consensus_manager_config.context_config.dynamic_config.override_l1_gas_price_fri: 0
consensus_manager_config.context_config.dynamic_config.override_l1_gas_price_fri.#is_none: true
consensus_manager_config.context_config.dynamic_config.override_l2_gas_price_fri: 0
consensus_manager_config.context_config.dynamic_config.override_l2_gas_price_fri.#is_none: true
consensus_manager_config.network_config.port: 53080
consensus_manager_config.staking_manager_config.dynamic_config.override_committee: ''
consensus_manager_config.staking_manager_config.dynamic_config.override_committee.#is_none: true
components.batcher.port: 55000
components.batcher.url: sequencer-core-service
components.class_manager.port: 55001
components.class_manager.url: sequencer-core-service
components.committer.port: 55013
components.committer.url: sequencer-committer-service
components.l1_events_provider.port: 55004
components.l1_events_provider.url: sequencer-l1-service
components.l1_gas_price_provider.port: 55003
components.l1_gas_price_provider.url: sequencer-l1-service
components.mempool.port: 55006
components.mempool.url: sequencer-mempool-service
components.proof_manager.port: 55012
components.proof_manager.url: sequencer-core-service
components.sierra_compiler.port: 55007
components.sierra_compiler.url: sequencer-sierracompiler-service
components.signature_manager.port: 55008
components.signature_manager.url: sequencer-core-service
components.state_sync.port: 55009
components.state_sync.url: sequencer-core-service
state_sync_config.static_config.p2p_sync_client_config.#is_none: true
state_sync_config.static_config.rpc_config.port: 8090
service:
ports:
- name: batcher
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
name: gateway
config:
configList: crates/apollo_deployments/resources/services/hybrid/replacer_deployment_gateway.json
sequencerConfig:
gateway_config.static_config.authorized_declarer_accounts: ''
gateway_config.static_config.authorized_declarer_accounts.#is_none: true
gateway_config.static_config.stateful_tx_validator_config.max_allowed_nonce_gap: 200
gateway_config.static_config.stateless_tx_validator_config.max_contract_bytecode_size: 81920
components.class_manager.port: 55001
components.class_manager.url: sequencer-core-service
components.gateway.port: 55002
components.gateway.url: sequencer-gateway-service
components.mempool.port: 55006
components.mempool.url: sequencer-mempool-service
components.proof_manager.port: 55012
components.proof_manager.url: sequencer-core-service
components.state_sync.port: 55009
components.state_sync.url: sequencer-core-service
gateway_config.static_config.stateless_tx_validator_config.min_gas_price: 8000000000
http_server_config.static_config.port: 8080

service:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
name: l1
config:
configList: crates/apollo_deployments/resources/services/hybrid/replacer_deployment_l1.json
sequencerConfig:
components.batcher.port: 55000
components.batcher.url: sequencer-core-service
components.l1_events_provider.port: 55004
components.l1_events_provider.url: sequencer-l1-service
components.l1_gas_price_provider.port: 55003
components.l1_gas_price_provider.url: sequencer-l1-service
components.state_sync.port: 55009
components.state_sync.url: sequencer-core-service

service:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
name: mempool
config:
configList: crates/apollo_deployments/resources/services/hybrid/replacer_deployment_mempool.json
sequencerConfig:
components.class_manager.port: 55001
components.class_manager.url: sequencer-core-service
components.gateway.port: 55002
components.gateway.url: sequencer-gateway-service
components.mempool.port: 55006
components.mempool.url: sequencer-mempool-service
components.proof_manager.port: 55012
components.proof_manager.url: sequencer-core-service
mempool_config.dynamic_config.transaction_ttl: 300
mempool_p2p_config.network_config.port: 53200
service:
ports:
- name: mempool
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: sierracompiler
config:
configList: crates/apollo_deployments/resources/services/hybrid/replacer_deployment_sierra_compiler.json
sequencerConfig:
components.sierra_compiler.port: 55007
components.sierra_compiler.url: sequencer-sierracompiler-service
sierra_compiler_config.max_bytecode_size: 81920

service:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@ include: configs/overlays/hybrid/common/common.yaml

image:
tag: APOLLO-0.14.2-RC.6

config:
sequencerConfig:
chain_id: SN_MAIN
native_classes_whitelist: '["0x054c5afe61ed27be53b1e4dec5707209a9fcabdb14712fb800fbc60439090115"]'
recorder_url: http://starknet-mainnet.cende-recorder-proxy.starknet.io/
starknet_url: https://feeder.alpha-mainnet.starknet.io/
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
include: configs/overlays/hybrid/common/services/committer.yaml

config:
sequencerConfig:
committer_config.storage_config.cache_size: 50000000
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
include: configs/overlays/hybrid/common/services/core.yaml

config:
sequencerConfig:
batcher_config.static_config.block_builder_config.bouncer_config.block_max_capacity.state_diff_size: 5000
batcher_config.static_config.block_builder_config.execute_config.n_workers: 12
batcher_config.dynamic_config.n_concurrent_txs: 100
batcher_config.static_config.first_block_with_partial_block_hash.#is_none: false
batcher_config.static_config.first_block_with_partial_block_hash.block_hash: '0x12889b177c93baa28b5ee3afc80cb6f4836adac086af4bef25ae1ac762e8a62'
batcher_config.static_config.first_block_with_partial_block_hash.block_number: 671813
batcher_config.static_config.first_block_with_partial_block_hash.parent_block_hash: '0x1e68b0d22b14688dc97afa3006a53cf4e62ebcb02102e80f55e8b48f9a28b97'
consensus_manager_config.context_config.dynamic_config.min_l2_gas_price_per_height: '8269292:27400000000,8742344:30100000000'
consensus_manager_config.staking_manager_config.dynamic_config.default_committee: 0,10:0x64,1,0x1,true;0x65,1,0x1,true;0x66,1,0x1,true;0x67,1,0x1,true;0x68,1,0x1,true
state_sync_config.static_config.central_sync_client_config.#is_none: false
state_sync_config.static_config.central_sync_client_config.sync_config.store_sierras_and_casms_block_threshold: 103129
state_sync_config.static_config.network_config.#is_none: false
state_sync_config.static_config.network_config.port: 55010
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
include: configs/overlays/hybrid/common/services/gateway.yaml

config:
sequencerConfig:
gateway_config.static_config.proof_archive_writer_config.bucket_name: starkware-starknet-mainnet
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
include: configs/overlays/hybrid/common/services/l1.yaml

config:
sequencerConfig:
base_layer_config.bpo1_start_block_number: 23973546
base_layer_config.bpo2_start_block_number: 24168146
base_layer_config.fusaka_no_bpo_start_block_number: 23934586
base_layer_config.starknet_contract_address: '0xc662c410C0ECf747543f5bA90660f6ABeBD9C8c4'
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
include: configs/overlays/hybrid/common/services/sierra-compiler.yaml

config:
sequencerConfig:
sierra_compiler_config.audited_libfuncs_only: true
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@ include: configs/overlays/hybrid/common/common.yaml

image:
tag: APOLLO-0.14.2-RC.5

config:
sequencerConfig:
chain_id: SN_SEPOLIA
native_classes_whitelist: All
recorder_url: http://starknet-sepolia-alpha.cende-recorder-proxy.starknet.io/
starknet_url: https://feeder.alpha-sepolia.starknet.io/
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
include: configs/overlays/hybrid/common/services/committer.yaml

config:
sequencerConfig:
committer_config.storage_config.cache_size: 10000000
committer_config.storage_config.inner_storage_config.cache_size: 1073741824
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
include: configs/overlays/hybrid/common/services/core.yaml

config:
sequencerConfig:
batcher_config.dynamic_config.n_concurrent_txs: 8
batcher_config.static_config.block_builder_config.bouncer_config.block_max_capacity.state_diff_size: 5000
batcher_config.static_config.block_builder_config.execute_config.n_workers: 5
batcher_config.static_config.first_block_with_partial_block_hash.#is_none: false
batcher_config.static_config.first_block_with_partial_block_hash.block_hash: '0x578b4e2f34e4da24e7482de643b4e3435fa7e34770cdb8d71002bb19e415ffa'
batcher_config.static_config.first_block_with_partial_block_hash.block_number: 86311
batcher_config.static_config.first_block_with_partial_block_hash.parent_block_hash: '0x5c980ea7747167d2ae98fa7ef7d62f52243e924c453b4934045443d977458d3'
consensus_manager_config.context_config.dynamic_config.min_l2_gas_price_per_height: ''
consensus_manager_config.staking_manager_config.dynamic_config.default_committee: 0,10:0x64,1,0x1,true;0x65,1,0x1,true;0x66,1,0x1,true;0x67,1,0x1,true;0x68,1,0x1,true
state_sync_config.static_config.central_sync_client_config.#is_none: false
state_sync_config.static_config.central_sync_client_config.sync_config.store_sierras_and_casms_block_threshold: 0
state_sync_config.static_config.network_config.#is_none: true
state_sync_config.static_config.network_config.port: 55010
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
include: configs/overlays/hybrid/common/services/gateway.yaml

config:
sequencerConfig:
gateway_config.static_config.proof_archive_writer_config.bucket_name: starkware-starknet-alpha
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
include: configs/overlays/hybrid/common/services/l1.yaml

config:
sequencerConfig:
base_layer_config.bpo1_start_block_number: 9456501
base_layer_config.bpo2_start_block_number: 9504747
base_layer_config.fusaka_no_bpo_start_block_number: 9408577
base_layer_config.starknet_contract_address: '0xE2Bb56ee936fd6433DC0F6e7e3b8365C906AA057'
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
include: configs/overlays/hybrid/common/services/sierra-compiler.yaml

config:
sequencerConfig:
sierra_compiler_config.audited_libfuncs_only: true
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@ include: configs/overlays/hybrid/common/common.yaml

image:
tag: APOLLO-0.14.2-RC.7

config:
sequencerConfig:
chain_id: SN_INTEGRATION_SEPOLIA
native_classes_whitelist: All
recorder_url: http://starknet-sepolia-integration.cende-recorder-proxy.starknet.io/
starknet_url: https://feeder.integration-sepolia.starknet.io/
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
include: configs/overlays/hybrid/common/services/committer.yaml

config:
sequencerConfig:
committer_config.storage_config.cache_size: 10000000
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
include: configs/overlays/hybrid/common/services/core.yaml

config:
sequencerConfig:
batcher_config.dynamic_config.n_concurrent_txs: 2
batcher_config.static_config.block_builder_config.bouncer_config.block_max_capacity.state_diff_size: 4000
batcher_config.static_config.block_builder_config.execute_config.n_workers: 1
batcher_config.static_config.first_block_with_partial_block_hash.#is_none: false
batcher_config.static_config.first_block_with_partial_block_hash.block_hash: '0x1ea2a9cfa3df5297d58c0a04d09d276bc68d40fe64701305bbe2ed8f417e869'
batcher_config.static_config.first_block_with_partial_block_hash.block_number: 35748
batcher_config.static_config.first_block_with_partial_block_hash.parent_block_hash: '0x77140bef51bbb4d1932f17cc5081825ff18465a1df4440ca0429a4fa80f1dc5'
consensus_manager_config.context_config.dynamic_config.min_l2_gas_price_per_height: ''
consensus_manager_config.staking_manager_config.dynamic_config.default_committee: 0,10:0x64,1,0x1,true;0x65,1,0x1,true;0x66,1,0x1,true
state_sync_config.static_config.central_sync_client_config.#is_none: false
state_sync_config.static_config.central_sync_client_config.sync_config.store_sierras_and_casms_block_threshold: 0
state_sync_config.static_config.network_config.#is_none: true
state_sync_config.static_config.network_config.port: 55010
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
include: configs/overlays/hybrid/common/services/gateway.yaml

config:
sequencerConfig:
gateway_config.static_config.proof_archive_writer_config.bucket_name: starkware-starknet-integration
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
include: configs/overlays/hybrid/common/services/l1.yaml

config:
sequencerConfig:
base_layer_config.bpo1_start_block_number: 9456501
base_layer_config.bpo2_start_block_number: 9504747
base_layer_config.fusaka_no_bpo_start_block_number: 9408577
base_layer_config.starknet_contract_address: '0x4737c0c1B4D5b1A687B42610DdabEE781152359c'
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
include: configs/overlays/hybrid/common/services/sierra-compiler.yaml

config:
sequencerConfig:
sierra_compiler_config.audited_libfuncs_only: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ image:

config:
configList: deployments/sequencer/test/app_configs/sequencer/replacer_deployment_common.json
sequencerConfig:
components.fake_field: "overridden in common.yaml"

service:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@ image:
digest: ''
imagePullPolicy: IfNotPresent

config:
sequencerConfig:
chain_id: "CHAIN_ID_SUBDIR"
eth_fee_token_address: "0x1001"
monitoring_endpoint_config.port: 8082
native_classes_whitelist: "All"
recorder_url: "http://dummy-recorder-service.dummy-recorder.svc.cluster.local:8080"
starknet_url: "https://integration-sepolia.starknet.io/"
strk_fee_token_address: "0x1002"
validator_id: "0x64"
versioned_constants_overrides.#is_none: true
versioned_constants_overrides.max_n_events: 1000

service:
ports:
- name: monitoring-endpoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ replicas: 1

config:
configList: crates/apollo_deployments/resources/services/hybrid/replacer_deployment_committer.json
sequencerConfig:
committer_config.verify_state_diff_hash: true
committer_config.storage_config.cache_size: 1000000
committer_config.storage_config.inner_storage_config.cache_size: 8589934592
components.batcher.port: 55000
components.batcher.url: sequencer-core-service
components.committer.port: 55013
components.committer.url: sequencer-committer-service

service:
enabled: true
Expand Down
Loading
Loading