2025-12-01 12:48:39 +01:00
|
|
|
port: 4400
|
|
|
|
|
n_hosts: 4
|
|
|
|
|
timeout: 10
|
|
|
|
|
|
|
|
|
|
# ConsensusConfig related parameters
|
|
|
|
|
security_param: 10
|
|
|
|
|
active_slot_coeff: 0.9
|
|
|
|
|
|
|
|
|
|
# DaConfig related parameters
|
|
|
|
|
subnetwork_size: 2
|
|
|
|
|
dispersal_factor: 2
|
|
|
|
|
num_samples: 1
|
|
|
|
|
num_subnets: 2
|
|
|
|
|
old_blobs_check_interval: "5.0"
|
|
|
|
|
blobs_validity_duration: "60.0"
|
2025-12-06 10:17:06 +01:00
|
|
|
# KZG parameters are mounted into the stack as /kzgrs_test_params.
|
2025-12-08 06:19:45 +01:00
|
|
|
global_params_path: "/kzgrs_test_params/kzgrs_test_params"
|
2025-12-01 12:48:39 +01:00
|
|
|
min_dispersal_peers: 1
|
|
|
|
|
min_replication_peers: 1
|
|
|
|
|
monitor_failure_time_window: "5.0"
|
|
|
|
|
balancer_interval: "5.0"
|
|
|
|
|
# Dispersal mempool publish strategy
|
|
|
|
|
mempool_publish_strategy: !SampleSubnetworks
|
|
|
|
|
sample_threshold: 2
|
|
|
|
|
timeout: "2.0"
|
|
|
|
|
cooldown: "0.0001"
|
|
|
|
|
|
|
|
|
|
replication_settings:
|
|
|
|
|
seen_message_cache_size: 204800
|
|
|
|
|
seen_message_ttl: "900.0"
|
|
|
|
|
retry_shares_limit: 5
|
|
|
|
|
retry_commitments_limit: 5
|
|
|
|
|
|
|
|
|
|
# Tracing
|
|
|
|
|
tracing_settings:
|
2025-12-16 21:20:27 +01:00
|
|
|
# Default to stdout so `docker logs` / `kubectl logs` shows node output.
|
|
|
|
|
# Switch to `!File` if you want per-node log files inside the container/pod.
|
|
|
|
|
logger: Stdout
|
2025-12-13 05:59:28 +01:00
|
|
|
# Disable OTLP traces to remove DNS errors; metrics stay enabled below.
|
|
|
|
|
tracing: None
|
2025-12-01 12:48:39 +01:00
|
|
|
filter: !EnvFilter
|
|
|
|
|
filters:
|
|
|
|
|
nomos: debug
|
2025-12-13 05:59:28 +01:00
|
|
|
cryptarchia: debug
|
2025-12-17 18:28:36 +01:00
|
|
|
metrics: None
|
2025-12-01 12:48:39 +01:00
|
|
|
console: None
|
|
|
|
|
level: INFO
|