feat: add block_production_chains setting to config
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Has been cancelled
Multi-Node Blockchain Health Monitoring / health-check (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
P2P Network Verification / p2p-verification (push) Has been cancelled
Python Tests / test-python (push) Has started running
Security Scanning / security-scan (push) Has been cancelled

This commit is contained in:
aitbc
2026-04-28 12:46:00 +02:00
parent 865f21fb85
commit e7e0d533b0

View File

@@ -59,6 +59,7 @@ class ChainSettings(BaseSettings):
# Block production toggle (set false on followers)
enable_block_production: bool = True
block_production_chains: str = "" # Comma-separated list of chains to produce blocks for (empty = all supported chains)
# Block production limits
max_block_size_bytes: int = 1_000_000 # 1 MB