|
| 1 | +{ |
| 2 | + "relay-strategy": "request-from-first", |
| 3 | + "tcp-congestion-control": true, |
| 4 | + "multiplex-mini-protocols": true, |
| 5 | + "simulate-transactions": false, |
| 6 | + "treat-blocks-as-full": false, |
| 7 | + "cleanup-policies": [ |
| 8 | + "cleanup-expired-vote" |
| 9 | + ], |
| 10 | + "timestamp-resolution-ms": 0.1, |
| 11 | + "leios-variant": "linear", |
| 12 | + "linear-vote-stage-length-slots": 8, |
| 13 | + "linear-diffuse-stage-length-slots": 8, |
| 14 | + "leios-stage-length-slots": 8, |
| 15 | + "leios-stage-active-voting-slots": 1, |
| 16 | + "leios-vote-send-recv-stages": false, |
| 17 | + "leios-late-ib-inclusion": true, |
| 18 | + "leios-header-diffusion-time-ms": 1000.0, |
| 19 | + "leios-mempool-sampling-strategy": "ordered-by-id", |
| 20 | + "leios-mempool-aggressive-pruning": true, |
| 21 | + "praos-chain-quality": 100, |
| 22 | + "praos-fallback-enabled": true, |
| 23 | + "tx-generation-distribution": { |
| 24 | + "distribution": "constant", |
| 25 | + "value": 0 |
| 26 | + }, |
| 27 | + "tx-size-bytes-distribution": { |
| 28 | + "distribution": "constant", |
| 29 | + "value": 0 |
| 30 | + }, |
| 31 | + "tx-conflict-fraction": 0, |
| 32 | + "tx-overcollateralization-factor-distribution": { |
| 33 | + "distribution": "constant", |
| 34 | + "value": 0 |
| 35 | + }, |
| 36 | + "tx-validation-cpu-time-ms": 0.065, |
| 37 | + "tx-max-size-bytes": 16384, |
| 38 | + "tx-start-time": 0, |
| 39 | + "tx-stop-time": 1200, |
| 40 | + "rb-generation-probability": 0.05, |
| 41 | + "rb-head-size-bytes": 1024, |
| 42 | + "rb-body-max-size-bytes": 90112, |
| 43 | + "rb-generation-cpu-time-ms": 1.0, |
| 44 | + "rb-head-validation-cpu-time-ms": 1.0, |
| 45 | + "rb-body-legacy-praos-payload-avg-size-bytes": 0, |
| 46 | + "rb-body-legacy-praos-payload-validation-cpu-time-ms-constant": 50.0, |
| 47 | + "rb-body-legacy-praos-payload-validation-cpu-time-ms-per-byte": 0.0005, |
| 48 | + "ib-generation-probability": 2.0, |
| 49 | + "ib-shards": 1, |
| 50 | + "ib-shard-period-length-slots": 1, |
| 51 | + "ib-shard-group-count": 1, |
| 52 | + "ib-head-size-bytes": 304, |
| 53 | + "ib-body-avg-size-bytes": 98304, |
| 54 | + "ib-body-max-size-bytes": 262144, |
| 55 | + "ib-generation-cpu-time-ms": 130.0, |
| 56 | + "ib-head-validation-cpu-time-ms": 1.0, |
| 57 | + "ib-body-validation-cpu-time-ms-constant": 50.0, |
| 58 | + "ib-body-validation-cpu-time-ms-per-byte": 0.0005, |
| 59 | + "ib-diffusion-strategy": "freshest-first", |
| 60 | + "ib-diffusion-max-bodies-to-request": 1, |
| 61 | + "ib-diffusion-max-headers-to-request": 100, |
| 62 | + "ib-diffusion-max-window-size": 100, |
| 63 | + "eb-generation-probability": 2.5, |
| 64 | + "eb-size-bytes-constant": 240, |
| 65 | + "eb-size-bytes-per-ib": 32, |
| 66 | + "eb-generation-cpu-time-ms": 75.0, |
| 67 | + "eb-validation-cpu-time-ms": 1.0, |
| 68 | + "eb-diffusion-strategy": "peer-order", |
| 69 | + "eb-diffusion-max-bodies-to-request": 1, |
| 70 | + "eb-diffusion-max-headers-to-request": 100, |
| 71 | + "eb-diffusion-max-window-size": 100, |
| 72 | + "eb-max-age-slots": 240, |
| 73 | + "eb-max-age-for-relay-slots": 40, |
| 74 | + "eb-referenced-txs-max-size-bytes": 10000000, |
| 75 | + "eb-body-avg-size-bytes": 10000000, |
| 76 | + "vote-generation-probability": 500.0, |
| 77 | + "vote-threshold": 300, |
| 78 | + "vote-generation-cpu-time-ms-constant": 0.164, |
| 79 | + "vote-generation-cpu-time-ms-per-ib": 0, |
| 80 | + "vote-validation-cpu-time-ms": 0.816, |
| 81 | + "vote-bundle-size-bytes-constant": 0, |
| 82 | + "vote-bundle-size-bytes-per-eb": 105, |
| 83 | + "vote-diffusion-strategy": "peer-order", |
| 84 | + "vote-diffusion-max-bodies-to-request": 1, |
| 85 | + "vote-diffusion-max-headers-to-request": 100, |
| 86 | + "vote-diffusion-max-window-size": 100, |
| 87 | + "cert-size-bytes-constant": 7168, |
| 88 | + "cert-size-bytes-per-node": 0, |
| 89 | + "cert-generation-cpu-time-ms-constant": 90.0, |
| 90 | + "cert-generation-cpu-time-ms-per-node": 0, |
| 91 | + "cert-validation-cpu-time-ms-constant": 130.0, |
| 92 | + "cert-validation-cpu-time-ms-per-node": 0 |
| 93 | +} |
0 commit comments