opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
123 stars 122 forks source link

[Fix] Run epoch no emission #525

Closed camfairchild closed 4 days ago

camfairchild commented 3 weeks ago

Description

When a subnet has a disabled registration during the epoch, we skip giving it emission. This was implemented in #474 but accidentally also skipped the epoch, making the incentive not update as we would expect. This fix emits 0 emission instead of exiting the epoch early.

Related Issue(s)

Type of Change

Checklist

distributedstatemachine commented 4 days ago

closing in favour of #602