mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-03 13:43:08 +00:00
45 lines
1001 B
JSON
45 lines
1001 B
JSON
{
|
|
"network_settings": {
|
|
"network_behaviors": {
|
|
"north america:north america": "50ms",
|
|
"north america:europe": "100ms",
|
|
"north america:asia": "120ms",
|
|
"europe:europe": "50ms",
|
|
"europe:asia": "100ms",
|
|
"europe:north america": "120ms",
|
|
"asia:north america": "100ms",
|
|
"asia:europe": "120ms",
|
|
"asia:asia": "40ms"
|
|
},
|
|
"regions": {
|
|
"north america": 0.4,
|
|
"europe": 0.4,
|
|
"asia": 0.3
|
|
}
|
|
},
|
|
"node_settings": {
|
|
"timeout": "1000ms"
|
|
},
|
|
"step_time": "10ms",
|
|
"runner_settings": "Sync",
|
|
"stream_settings": {
|
|
"path": "test.csv"
|
|
},
|
|
"node_count": 3,
|
|
"seed": 0,
|
|
"record_settings": {
|
|
"node_id": true,
|
|
"current_view": true,
|
|
"highest_voted_view": true,
|
|
"local_high_qc": true,
|
|
"safe_blocks": true,
|
|
"last_view_timeout_qc": true,
|
|
"latest_committed_block": true,
|
|
"latest_committed_view": true,
|
|
"root_committee": true,
|
|
"parent_committee": true,
|
|
"child_committees": true,
|
|
"committed_blocks": true
|
|
}
|
|
}
|