You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: clear RootAlphaDividendsPerSubnet on network removal
RootAlphaDividendsPerSubnet is not cleaned up when a subnet is
dissolved. Since netuids are recycled (subnet.rs:178-186), stale root
dividend entries from the old subnet persist and become visible to the
new subnet, potentially affecting run_coinbase dividend calculations.
Add clear_prefix for RootAlphaDividendsPerSubnet alongside the existing
AlphaDividendsPerSubnet cleanup in remove_network.
Closes#1867
0 commit comments