`devshards` `SessionConfig` setting by governmant #1028
Priority: Low
Currently devshard SessionConfig has a lot of hardcoded values. They should be settable on new escrow start from mainnet, and should be configurable by governance.
For example https://github.com/gonka-ai/gonka/pull/1005 introduces MaxInferencesPerSubnet that is also used for checking at inference-chain/x/inference/keeper/subnet_settlement.go that is breaking single source of truth rule
💬 Comments (1)
🔄 Auto-synced from Issue #1028 every hour.
Starting work on this. PR to follow — threading RefusalTimeout, ExecutionTimeout, and ValidationRate through SubnetEscrowParams -> SubnetEscrow -> subnet SessionConfig, same pattern as TokenPrice. ETA: done.