BondsMovingAverageMaxReached
Error v273 → current 19.3The bonds moving average parameter exceeds the maximum allowed value.
Encountered by: subnet owners
Why This Error Exists
Bonds moving average affects how quickly validator-miner relationships update. The maximum prevents extreme values that could destabilize consensus.
From Chain Metadata
The maximum value for bonds moving average is reached
What This Means
The bonds moving average parameter exceeds the maximum allowed value.
Common Causes
- Setting bonds_moving_average above the protocol maximum
- Using an out-of-range value for the smoothing parameter
How to Fix
- Use a bonds_moving_average value within the allowed range
- Check documentation for valid parameter bounds
Storage to Check
SubtensorModule.BondsMovingAverage (removed)
Runtime Info
- Pallet Index
- 19
- Error Index
- 3
- Error Code
- 19.3
- Runtime Version
- v393