Skip to content
Open
Show file tree
Hide file tree
Changes from 51 commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
b3de5f3
Root Reborn: reinvest root dividends into validator-curated baskets
unconst Jun 15, 2026
2aade21
Reuse Weights[ROOT] for basket vector instead of dedicated storage
unconst Jun 15, 2026
8f83d71
Fix dissolve misallocation: liquidate basket by owed, not current stake
unconst Jun 16, 2026
ced07a5
Beta basket: deposit at NAV so late stakers can't dilute or skim
unconst Jun 16, 2026
02378dd
Beta basket: lifecycle events + validator-weights RPC view
unconst Jun 16, 2026
2a6bdeb
Beta basket: symmetric flow accounting, escrow sweep guard, deprecate…
unconst Jun 16, 2026
6acb46f
Beta basket: allow root (UID 0) as a held-TAO basket slot
unconst Jun 19, 2026
f898989
Beta basket: allow setting root (UID 0) weight; dedup root reserve/se…
unconst Jun 19, 2026
c37d783
Beta basket: unify per-subnet slots into a per-validator fund (tradea…
unconst Jul 2, 2026
c802e51
Merge remote-tracking branch 'origin/root-reborn' into release-v438
unarbos Jul 23, 2026
1b28f55
Retry the srtool image build with backoff on transient CI egress fail…
unarbos Jul 23, 2026
1377f4a
Value beta baskets at realizable quotes instead of spot marks.
unarbos Jul 23, 2026
032d5fd
Ship the v438 root-reborn user surface: SDK, btcli, docs, release notes.
unarbos Jul 23, 2026
ffc6cc5
Expose basket info over RPC and clear stale root basket weights via m…
unarbos Jul 23, 2026
1f31865
Mint basket shares on realizable delta-NAV and add direct stake-into-…
unarbos Jul 23, 2026
1f44dab
Address thermo audit findings on the basket deposit paths.
unarbos Jul 23, 2026
38f92bc
Gate root unstakes behind a hold interval to stop epoch-boundary JIT …
unarbos Jul 25, 2026
861b1b0
Merge origin/main into release-v438 (root reborn)
unarbos Jul 28, 2026
47878cd
Burn-based root registration, unified register CLI, and root docs sweep
unarbos Jul 28, 2026
b987cdd
add rank-pinned emission gate bar as alternative to q-mass quantile
unarbos Jul 29, 2026
235e642
chore: auditor auto-fix
Jul 29, 2026
b035b1d
default emission bar rank to 64
unarbos Jul 29, 2026
d843418
activate rank-64 bar at upgrade: migration, tests, proxy group, SDK b…
unarbos Jul 29, 2026
e0d2fd5
Merge branch 'feat/emission-bar-rank' into release-v438
unarbos Jul 29, 2026
e17c382
regenerate namespaces.pyi for basket read registry
unarbos Jul 29, 2026
80a9c83
fix CI failures on release-v438: proxy inventory, clippy, docs, e2e
unarbos Jul 29, 2026
6828de2
sync golden metadata fixtures with main for digest pins
unarbos Jul 29, 2026
e189044
fix remaining CI: golden corpus sync, fmt, biome, e2e count
unarbos Jul 29, 2026
9fccd10
keep e2e matrix at 112 with offline root-claim-type stubs
unarbos Jul 29, 2026
c591ac6
fix SDK ledger pins and eco-tests for Root Reborn
unarbos Jul 29, 2026
962284d
fix: bound root basket claim accounting
UnArbosFive Jul 27, 2026
079a3f8
fix: align root claim threshold benchmark
UnArbosFive Jul 29, 2026
6e68272
fix: chunk migrate_seed_beta_basket_v2 across blocks
unarbos Jul 29, 2026
42cc7fe
style: rustfmt seed beta basket migration chunks
unarbos Jul 29, 2026
00c6946
chore: regenerate docs catalog for CI drift gate
unarbos Jul 29, 2026
3b73dff
Bound and make resumable the RootClaimed drain in migrate_seed_beta_b…
unarbos Jul 29, 2026
d0b3051
fix: bound basket migration watermarks and move protocol redeploy TAO
unarbos Jul 29, 2026
2339112
chore: regenerate claim-root docs after protocol redeploy fix
unarbos Jul 29, 2026
b5a0af6
fix: snapshot migration valuation inputs across resume passes
unarbos Jul 29, 2026
00cc09f
fix: pause basket deposits while seed migration is in progress
unarbos Jul 29, 2026
6efccee
fix: block root hotkey swaps during beta basket seed migration
unarbos Jul 29, 2026
daaf18c
fix: block coldkey swaps during beta basket seed migration
unarbos Jul 29, 2026
d79b811
chore: regenerate docs after coldkey swap migration gate
unarbos Jul 29, 2026
9f8e497
fix: bound BasketClaimed migration on root hotkey swap
unarbos Jul 29, 2026
ff364cf
fix: expect stake_into_basket in Staking proxy allow-list
unarbos Jul 29, 2026
cfa2d29
fix: pause root stake mutations during beta basket seed
unarbos Jul 29, 2026
8b59ab7
chore: regenerate docs after claim_root / coldkey swap line shifts
unarbos Jul 29, 2026
fd7d88a
fix: meter basket conversion on dissolve; allow unbounded root hotkey…
unarbos Jul 29, 2026
d712311
fix: kick off beta basket seed only in on_runtime_upgrade
unarbos Jul 29, 2026
ebfb642
fix: CI failures from basket seed gate, sudo wrap, and swap weight
unarbos Jul 29, 2026
2953c8e
fix: biome format in claim-root e2e test
unarbos Jul 29, 2026
3e8ec4f
fix: meter BasketClaimed migration on root hotkey swap
unarbos Jul 29, 2026
4367ee4
chore: regenerate docs after BasketClaimed storage line shifts
unarbos Jul 29, 2026
96f6cd7
fix: enforce stake_into_basket weight-envelope bounds
unarbos Jul 29, 2026
3b3fe1a
fix: allow first per-subnet hotkey swap without cooldown
unarbos Jul 29, 2026
dd0144a
fix: clone HotkeySwappedOnSubnet event; allow shares growth in e2e
unarbos Jul 29, 2026
4d8229a
fix: relax BasketRate/Shares equality on root-moving hotkey swaps
unarbos Jul 29, 2026
a02fb0d
fix: regenerate SDK wire layer for v441 basket metadata
unarbos Jul 30, 2026
8625c59
revert: single-block BasketClaimed hotkey swap, drop deposit caps
unarbos Jul 30, 2026
6da6e52
revert: drop claim_root MAX_ROOT_CLAIM_WORK hard rejects
unarbos Jul 30, 2026
de518bf
fix: default emission bar rank to 32
unarbos Jul 30, 2026
9e6ac4f
chore: update emission bar rank comment to 32
unarbos Jul 30, 2026
175040a
fix: clippy unused import and docs line anchors
unarbos Jul 30, 2026
7dc3ee6
style: rustfmt claim_root test imports
unarbos Jul 30, 2026
0c2e1bf
fix: default empty root weights to 1/n; require 8 destinations
unarbos Jul 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion clones/js-tests/tests/test-hotkey-swap-and-proxy-stake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,12 @@ async function exerciseHotkeySwap(netuid) {
assert.equal((await api.query.subtensorModule.owner(oldHotkey.address)).toString(), swapColdkey.address);
console.log("old hotkey registered:", `uid=${oldUid}`, `hotkey=${oldHotkey.address}`);

// Single-subnet swap on the working netuid. An all-subnets (`null`) swap touches root and
// is paused while `migrate_seed_beta_basket_v2` runs after a clone upgrade; this test only
// needs membership/uid migration on the subnet under exercise.
const result = await submitAndWait(
swapColdkey,
api.tx.subtensorModule.swapHotkeyV2(oldHotkey.address, newHotkey.address, null, false),
api.tx.subtensorModule.swapHotkeyV2(oldHotkey.address, newHotkey.address, netuid, false),
"swap hotkey v2"
);
assertEvent(result.events, "subtensorModule", "HotkeySwapped");
Expand Down
7 changes: 4 additions & 3 deletions docs/concepts/network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ A subnet is an independent incentive market, identified by an integer
Netuid 0 is the **root network**: it has no miners, no alpha token, and no
validation work — it is the pool where TAO is staked directly. Root TAO
stake counts toward validator stake weight on every subnet (see below) and
earns a share of each subnet's dividends. Registration there is stake-based
rather than burn-based. By convention, root (TAO) is priced at 1.0 wherever
subnet prices are summed.
earns a share of each subnet's dividends. Registration there is burn-based
like subnet registration (a full root network prunes its lowest-staked
member). By convention, root (TAO) is priced at 1.0 wherever subnet prices
are summed.

Subnet slots are limited: a subnet holds at most `max_allowed_uids` neurons
(default 256, and no lower than 64). Registering on a full subnet
Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/AccountRejectsLockedAlpha.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Locked alpha was being transferred to a coldkey whose `AccountFlags` do not have

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`policy_violation`](/docs/errors/policy-violation).

Declared at [`pallets/subtensor/src/macros/errors.rs#L333`](/code/pallets/subtensor/src/macros/errors.rs#L333).
Declared at [`pallets/subtensor/src/macros/errors.rs#L330`](/code/pallets/subtensor/src/macros/errors.rs#L330).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ActiveLockExists.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The destination coldkey already holds a lock with nonzero locked mass on that su

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`already_exists`](/docs/errors/already-exists).

Declared at [`pallets/subtensor/src/macros/errors.rs#L311`](/code/pallets/subtensor/src/macros/errors.rs#L311).
Declared at [`pallets/subtensor/src/macros/errors.rs#L308`](/code/pallets/subtensor/src/macros/errors.rs#L308).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ActivityCutoffFactorMilliOutOfBounds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `factor_milli` argument to set the activity-cutoff factor was outside the al

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/subtensor/src/macros/errors.rs#L321`](/code/pallets/subtensor/src/macros/errors.rs#L321).
Declared at [`pallets/subtensor/src/macros/errors.rs#L318`](/code/pallets/subtensor/src/macros/errors.rs#L318).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ActivityCutoffTooLow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An admin tried to set the subnet's activity cutoff below the chain-wide minimum.

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/subtensor/src/macros/errors.rs#L196`](/code/pallets/subtensor/src/macros/errors.rs#L196).
Declared at [`pallets/subtensor/src/macros/errors.rs#L197`](/code/pallets/subtensor/src/macros/errors.rs#L197).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/AddStakeBurnRateLimitExceeded.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The add-stake-and-burn operation was submitted again before its per-key rate-lim

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`rate_limited`](/docs/errors/rate-limited).

Declared at [`pallets/subtensor/src/macros/errors.rs#L293`](/code/pallets/subtensor/src/macros/errors.rs#L293).
Declared at [`pallets/subtensor/src/macros/errors.rs#L290`](/code/pallets/subtensor/src/macros/errors.rs#L290).

## Remediation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An owner or admin hyperparameter change was attempted inside the protected freez

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`too_early`](/docs/errors/too-early).

Declared at [`pallets/subtensor/src/macros/errors.rs#L243`](/code/pallets/subtensor/src/macros/errors.rs#L243).
Declared at [`pallets/subtensor/src/macros/errors.rs#L244`](/code/pallets/subtensor/src/macros/errors.rs#L244).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/AllNetworksInImmunity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Creating a new subnet required pruning an existing one, but every candidate subn

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`too_early`](/docs/errors/too-early).

Declared at [`pallets/subtensor/src/macros/errors.rs#L111`](/code/pallets/subtensor/src/macros/errors.rs#L111).
Declared at [`pallets/subtensor/src/macros/errors.rs#L112`](/code/pallets/subtensor/src/macros/errors.rs#L112).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/AlphaHighTooLow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `alpha_high` argument to set liquid-alpha values was below the minimum of ro

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/subtensor/src/macros/errors.rs#L136`](/code/pallets/subtensor/src/macros/errors.rs#L136).
Declared at [`pallets/subtensor/src/macros/errors.rs#L137`](/code/pallets/subtensor/src/macros/errors.rs#L137).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/AlphaLowOutOfRange.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `alpha_low` argument to set liquid-alpha values was below the ~0.025 minimum

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/subtensor/src/macros/errors.rs#L138`](/code/pallets/subtensor/src/macros/errors.rs#L138).
Declared at [`pallets/subtensor/src/macros/errors.rs#L139`](/code/pallets/subtensor/src/macros/errors.rs#L139).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/AmountTooLow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A stake, unstake, move or swap amount was zero or its TAO equivalent fell below

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`limit_exceeded`](/docs/errors/limit-exceeded).

Declared at [`pallets/subtensor/src/macros/errors.rs#L188`](/code/pallets/subtensor/src/macros/errors.rs#L188).
Declared at [`pallets/subtensor/src/macros/errors.rs#L189`](/code/pallets/subtensor/src/macros/errors.rs#L189).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/AnnouncedColdkeyHashDoesNotMatch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `new_coldkey` passed to `swap_coldkey_announced` (`btcli wallet swap-coldkey

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/subtensor/src/macros/errors.rs#L160`](/code/pallets/subtensor/src/macros/errors.rs#L160).
Declared at [`pallets/subtensor/src/macros/errors.rs#L161`](/code/pallets/subtensor/src/macros/errors.rs#L161).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/AutoEpochAlreadyImminent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "The object or state already exists; treat the goal as met or pick

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`already_exists`](/docs/errors/already-exists).

Declared at [`pallets/subtensor/src/macros/errors.rs#L327`](/code/pallets/subtensor/src/macros/errors.rs#L327).
Declared at [`pallets/subtensor/src/macros/errors.rs#L324`](/code/pallets/subtensor/src/macros/errors.rs#L324).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/BeneficiaryDoesNotOwnHotkey.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When ending a subnet lease, the hotkey passed for the ownership handover is not

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`not_authorized`](/docs/errors/not-authorized).

Declared at [`pallets/subtensor/src/macros/errors.rs#L239`](/code/pallets/subtensor/src/macros/errors.rs#L239).
Declared at [`pallets/subtensor/src/macros/errors.rs#L240`](/code/pallets/subtensor/src/macros/errors.rs#L240).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/CallDisabled.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The extrinsic has been switched off in the current runtime and cannot be dispatc

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`disabled`](/docs/errors/disabled).

Declared at [`pallets/subtensor/src/macros/errors.rs#L198`](/code/pallets/subtensor/src/macros/errors.rs#L198).
Declared at [`pallets/subtensor/src/macros/errors.rs#L199`](/code/pallets/subtensor/src/macros/errors.rs#L199).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/CanNotSetRootNetworkWeights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "Check the argument values against the operation schema"

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/subtensor/src/macros/errors.rs#L117`](/code/pallets/subtensor/src/macros/errors.rs#L117).
Declared at [`pallets/subtensor/src/macros/errors.rs#L118`](/code/pallets/subtensor/src/macros/errors.rs#L118).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/CannotAffordLockCost.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The coldkey's free balance cannot cover the current dynamic subnet-creation lock

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`insufficient_balance`](/docs/errors/insufficient-balance).

Declared at [`pallets/subtensor/src/macros/errors.rs#L261`](/code/pallets/subtensor/src/macros/errors.rs#L261).
Declared at [`pallets/subtensor/src/macros/errors.rs#L262`](/code/pallets/subtensor/src/macros/errors.rs#L262).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/CannotBurnOrRecycleOnRootSubnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "Check the argument values against the operation schema"

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/subtensor/src/macros/errors.rs#L206`](/code/pallets/subtensor/src/macros/errors.rs#L206).
Declared at [`pallets/subtensor/src/macros/errors.rs#L207`](/code/pallets/subtensor/src/macros/errors.rs#L207).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/CannotUseSystemAccount.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The hotkey supplied for registration, hotkey swap, or subnet-owner-hotkey assign

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`not_authorized`](/docs/errors/not-authorized).

Declared at [`pallets/subtensor/src/macros/errors.rs#L313`](/code/pallets/subtensor/src/macros/errors.rs#L313).
Declared at [`pallets/subtensor/src/macros/errors.rs#L310`](/code/pallets/subtensor/src/macros/errors.rs#L310).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ChildParentInconsistency.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A `set_children` or parent-delegation call would make the same hotkey appear as

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/subtensor/src/macros/errors.rs#L273`](/code/pallets/subtensor/src/macros/errors.rs#L273).
Declared at [`pallets/subtensor/src/macros/errors.rs#L274`](/code/pallets/subtensor/src/macros/errors.rs#L274).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ColdKeyAlreadyAssociated.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The destination coldkey of a coldkey swap already has staking hotkeys associated

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`already_exists`](/docs/errors/already-exists).

Declared at [`pallets/subtensor/src/macros/errors.rs#L140`](/code/pallets/subtensor/src/macros/errors.rs#L140).
Declared at [`pallets/subtensor/src/macros/errors.rs#L141`](/code/pallets/subtensor/src/macros/errors.rs#L141).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ColdkeyCollateralIncomplete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A coldkey swap could not fully migrate miner collateral: after migrating every i

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`internal`](/docs/errors/internal).

Declared at [`pallets/subtensor/src/macros/errors.rs#L344`](/code/pallets/subtensor/src/macros/errors.rs#L344).
Declared at [`pallets/subtensor/src/macros/errors.rs#L341`](/code/pallets/subtensor/src/macros/errors.rs#L341).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ColdkeyCollateralPositionsFull.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This coldkey already has the maximum number of distinct hotkeys with miner colla

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`limit_exceeded`](/docs/errors/limit-exceeded).

Declared at [`pallets/subtensor/src/macros/errors.rs#L348`](/code/pallets/subtensor/src/macros/errors.rs#L348).
Declared at [`pallets/subtensor/src/macros/errors.rs#L345`](/code/pallets/subtensor/src/macros/errors.rs#L345).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ColdkeySwapAlreadyDisputed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "The object or state already exists; treat the goal as met or pick

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`already_exists`](/docs/errors/already-exists).

Declared at [`pallets/subtensor/src/macros/errors.rs#L162`](/code/pallets/subtensor/src/macros/errors.rs#L162).
Declared at [`pallets/subtensor/src/macros/errors.rs#L163`](/code/pallets/subtensor/src/macros/errors.rs#L163).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ColdkeySwapAnnounced.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The coldkey has a pending swap announcement, so all but a small allow-list of ex

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`disabled`](/docs/errors/disabled).

Declared at [`pallets/subtensor/src/macros/errors.rs#L295`](/code/pallets/subtensor/src/macros/errors.rs#L295).
Declared at [`pallets/subtensor/src/macros/errors.rs#L292`](/code/pallets/subtensor/src/macros/errors.rs#L292).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ColdkeySwapAnnouncementNotFound.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "Announce first with `btcli wallet announce-coldkey-swap`, then exe

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`not_found`](/docs/errors/not-found).

Declared at [`pallets/subtensor/src/macros/errors.rs#L154`](/code/pallets/subtensor/src/macros/errors.rs#L154).
Declared at [`pallets/subtensor/src/macros/errors.rs#L155`](/code/pallets/subtensor/src/macros/errors.rs#L155).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ColdkeySwapClearTooEarly.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The swap announcement cannot be cleared until the reannouncement delay after the

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`too_early`](/docs/errors/too-early).

Declared at [`pallets/subtensor/src/macros/errors.rs#L299`](/code/pallets/subtensor/src/macros/errors.rs#L299).
Declared at [`pallets/subtensor/src/macros/errors.rs#L296`](/code/pallets/subtensor/src/macros/errors.rs#L296).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ColdkeySwapDisputed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All extrinsics from this coldkey are blocked because its pending coldkey swap is

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`disabled`](/docs/errors/disabled).

Declared at [`pallets/subtensor/src/macros/errors.rs#L297`](/code/pallets/subtensor/src/macros/errors.rs#L297).
Declared at [`pallets/subtensor/src/macros/errors.rs#L294`](/code/pallets/subtensor/src/macros/errors.rs#L294).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ColdkeySwapReannouncedTooEarly.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "The required window has not opened yet; wait some blocks and retry

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`too_early`](/docs/errors/too-early).

Declared at [`pallets/subtensor/src/macros/errors.rs#L158`](/code/pallets/subtensor/src/macros/errors.rs#L158).
Declared at [`pallets/subtensor/src/macros/errors.rs#L159`](/code/pallets/subtensor/src/macros/errors.rs#L159).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/ColdkeySwapTooEarly.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "The announcement delay has not elapsed yet; check remaining blocks

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`too_early`](/docs/errors/too-early).

Declared at [`pallets/subtensor/src/macros/errors.rs#L156`](/code/pallets/subtensor/src/macros/errors.rs#L156).
Declared at [`pallets/subtensor/src/macros/errors.rs#L157`](/code/pallets/subtensor/src/macros/errors.rs#L157).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/CommitRevealDisabled.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A weight commit or reveal was submitted on a subnet where commit-reveal is turne

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`disabled`](/docs/errors/disabled).

Declared at [`pallets/subtensor/src/macros/errors.rs#L132`](/code/pallets/subtensor/src/macros/errors.rs#L132).
Declared at [`pallets/subtensor/src/macros/errors.rs#L133`](/code/pallets/subtensor/src/macros/errors.rs#L133).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/CommitRevealEnabled.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Plain `set_weights` was called on a subnet where commit-reveal is enabled, which

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`disabled`](/docs/errors/disabled).

Declared at [`pallets/subtensor/src/macros/errors.rs#L130`](/code/pallets/subtensor/src/macros/errors.rs#L130).
Declared at [`pallets/subtensor/src/macros/errors.rs#L131`](/code/pallets/subtensor/src/macros/errors.rs#L131).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/CommittingWeightsTooFast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The neuron committed weights again before the per-UID rate limit elapsed since i

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`rate_limited`](/docs/errors/rate-limited).

Declared at [`pallets/subtensor/src/macros/errors.rs#L186`](/code/pallets/subtensor/src/macros/errors.rs#L186).
Declared at [`pallets/subtensor/src/macros/errors.rs#L187`](/code/pallets/subtensor/src/macros/errors.rs#L187).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/DelegateTakeTooHigh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `take` argument exceeds the maximum delegate take allowed by the chain (18%

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/subtensor/src/macros/errors.rs#L123`](/code/pallets/subtensor/src/macros/errors.rs#L123).
Declared at [`pallets/subtensor/src/macros/errors.rs#L124`](/code/pallets/subtensor/src/macros/errors.rs#L124).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/DelegateTakeTooLow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `take` argument was below the `MinDelegateTake` minimum, or `increase_take`/

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/subtensor/src/macros/errors.rs#L121`](/code/pallets/subtensor/src/macros/errors.rs#L121).
Declared at [`pallets/subtensor/src/macros/errors.rs#L122`](/code/pallets/subtensor/src/macros/errors.rs#L122).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/Deprecated.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The extrinsic has been removed and always fails, e.g. `schedule_swap_coldkey`, t

Declared by the `SubtensorModule`, `AdminUtils`, `Swap` pallets; it classifies to the semantic code [`disabled`](/docs/errors/disabled).

Declared at [`pallets/subtensor/src/macros/errors.rs#L287`](/code/pallets/subtensor/src/macros/errors.rs#L287), [`pallets/admin-utils/src/lib.rs#L169`](/code/pallets/admin-utils/src/lib.rs#L169), [`pallets/swap/src/pallet/mod.rs#L181`](/code/pallets/swap/src/pallet/mod.rs#L181).
Declared at [`pallets/subtensor/src/macros/errors.rs#L284`](/code/pallets/subtensor/src/macros/errors.rs#L284), [`pallets/admin-utils/src/lib.rs#L169`](/code/pallets/admin-utils/src/lib.rs#L169), [`pallets/swap/src/pallet/mod.rs#L181`](/code/pallets/swap/src/pallet/mod.rs#L181).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/DisabledTemporarily.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The operation has been temporarily switched off in the runtime, usually as a hot

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`disabled`](/docs/errors/disabled).

Declared at [`pallets/subtensor/src/macros/errors.rs#L301`](/code/pallets/subtensor/src/macros/errors.rs#L301).
Declared at [`pallets/subtensor/src/macros/errors.rs#L298`](/code/pallets/subtensor/src/macros/errors.rs#L298).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/DuplicateChild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The children list passed to `set_children` contains the same child hotkey more t

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/subtensor/src/macros/errors.rs#L146`](/code/pallets/subtensor/src/macros/errors.rs#L146).
Declared at [`pallets/subtensor/src/macros/errors.rs#L147`](/code/pallets/subtensor/src/macros/errors.rs#L147).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/DynamicTempoBlockedByCommitReveal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "This call or feature is switched off on this network"

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`disabled`](/docs/errors/disabled).

Declared at [`pallets/subtensor/src/macros/errors.rs#L331`](/code/pallets/subtensor/src/macros/errors.rs#L331).
Declared at [`pallets/subtensor/src/macros/errors.rs#L328`](/code/pallets/subtensor/src/macros/errors.rs#L328).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/EpochTriggerAlreadyPending.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "The object or state already exists; treat the goal as met or pick

Declared by the `SubtensorModule` pallet; it classifies to the semantic code [`already_exists`](/docs/errors/already-exists).

Declared at [`pallets/subtensor/src/macros/errors.rs#L324`](/code/pallets/subtensor/src/macros/errors.rs#L324).
Declared at [`pallets/subtensor/src/macros/errors.rs#L321`](/code/pallets/subtensor/src/macros/errors.rs#L321).

## Remediation

Expand Down
Loading
Loading