Skip to content

`devshards` `SessionConfig` setting by governmant #1028

Closed @akup opened 2026-04-07 18:44 UTC 1 comment Updated 2026-06-26 22:40 UTC
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)

@unameisfine commented 2026-04-20 16:35 UTC

Starting work on this. PR to follow — threading RefusalTimeout, ExecutionTimeout, and ValidationRate through SubnetEscrowParams -> SubnetEscrow -> subnet SessionConfig, same pattern as TokenPrice. ETA: done.


🔄 Auto-synced from Issue #1028 every hour.