This error was removed in v212

This error is no longer present in the current runtime. Existed from v156 to v212. Shown here for historical reference.

ColdKeySwapTxRateLimitExceeded

Error Removed v156 → v161, v162 → v202, v205 → v212 (removed) 7.63

The coldkey swap transaction rate limit exceeded

From Chain Metadata

The coldkey swap transaction rate limit exceeded

What This Means

The coldkey swap transaction rate limit exceeded

Common Causes

  • You called set_weights again before the rate limit window passed
  • Rate limits are typically 100-1000 blocks depending on the subnet
  • Your previous tx is still in the mempool (not yet included in a block)

How to Fix

  • Query SubtensorModule.LastUpdate(netuid, uid) to see your last update block
  • Query SubtensorModule.WeightsSetRateLimit(netuid) to get the minimum blocks between updates
  • Wait until: current_block > LastUpdate + WeightsSetRateLimit, then retry

Storage to Check

Version History

v156 block 3,321,841 Added
v162 block 3,372,565 Re-added
v205 block 4,209,446 Re-added
v212 Removed

Runtime Info

Pallet Index
7
Error Index
63
Error Code
7.63
Removed In
v212