出块参数 (对标 dYdX/Injective): - timeout_commit: 1s → 单验证者 ~0.75s/块, 多验证者 ~1.5-2s - create_empty_blocks: false + 60s heartbeat interval - skip_timeout_commit: false (防止空块风暴) 修复: skip_timeout_commit=true 与 create_empty_blocks=false 冲突, EVM mempool 持续触发 TxsAvailable 导致空块无法停止。 保持 skip=false, 通过 1s timeout_commit 实现快速出块。 空闲时磁盘: ~1440 blocks/day ≈ 2 MB/day (vs 之前 2-3 GB/day) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cmd | ||
| main.go | ||