opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
130 stars 143 forks source link

Remove unused stake totals #402

Closed gztensor closed 3 months ago

gztensor commented 3 months ago

Description

  1. DTAO is not using TotalHotkeyStake and TotalColdkeyStake state variables, so they have been removed/replaced with proper DTAO aggregates wherever needed including tests.
  2. Migration that clears these maps in state and clears zero values in Stake map.
  3. Avoiding of zero values in Stake and SubStake maps (deleting of value from the map if fully unstaked).

Related Issue(s)

n/a

Type of Change

Breaking Change

n/a

Checklist

Screenshots (if applicable)

n/a

Additional Notes

n/a