mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
- Update paths and orchestration for deployers (compose/k8s/local/docker) - Consolidate scripts helpers and refresh book/README docs
50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
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"
|
|
# KZG parameters are mounted into the stack as /kzgrs_test_params.
|
|
global_params_path: "/kzgrs_test_params/kzgrs_test_params"
|
|
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:
|
|
# 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
|
|
# Disable OTLP traces to remove DNS errors; metrics stay enabled below.
|
|
tracing: None
|
|
filter: !EnvFilter
|
|
filters:
|
|
nomos: debug
|
|
cryptarchia: debug
|
|
metrics: !Otlp
|
|
endpoint: http://prometheus:9090/api/v1/otlp/v1/metrics
|
|
host_identifier: node
|
|
console: None
|
|
level: INFO
|