mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +00:00
40 lines
906 B
YAML
40 lines
906 B
YAML
port: 4400
|
|
n_hosts: {{ num_hosts }}
|
|
timeout: 30
|
|
|
|
# ConsensusConfig related parameters
|
|
security_param: 10
|
|
active_slot_coeff: 0.9
|
|
|
|
# DaConfig related parameters
|
|
subnetwork_size: {{ subnet_size }}
|
|
dispersal_factor: {{ dispersal_factor }}
|
|
num_samples: 1
|
|
num_subnets: {{ subnet_size }}
|
|
old_blobs_check_interval: "5.0"
|
|
blobs_validity_duration: "60.0"
|
|
global_params_path: "/kzgrs_test_params"
|
|
min_dispersal_peers: {{ min_dispersal_peers }}
|
|
min_replication_peers: 1
|
|
monitor_failure_time_window: "5.0"
|
|
balancer_interval: "5.0"
|
|
# Dispersal mempool publish strategy
|
|
mempool_publish_strategy: !SampleSubnetworks
|
|
sample_threshold: {{ subnet_size }}
|
|
timeout: "2.0"
|
|
cooldown: "0.0001"
|
|
|
|
replication_settings:
|
|
seen_message_cache_size: 204800
|
|
seen_message_ttl: "900.0"
|
|
|
|
# Tracing
|
|
tracing_settings:
|
|
logger: Stdout
|
|
tracing: None
|
|
filter: !EnvFilter
|
|
filters:
|
|
nomos: debug
|
|
metrics: None
|
|
level: INFO
|