Open ultrashiny opened 3 weeks ago
i might be wrong and please correct me if i'm mistaken
https://github.com/Bettensor/bettensor/commit/e2766149434b2ac5b2d61ca4091e8eea6e4a0a85 i think, your new commit fixes this issue, @geardici what do you think?
check_hotkeys
method inbettensor_validator.py
detects changes in the hotkey list and clears scores for miners when they’re deregistered. However,reset_miner
method inScoringSystem
doesn’t remove stored prediction data in the database for deregistered miners/hotkeys, which means this data persists.This might affect a hotkey's score if it gets registered again. I recommend making an update to handle this: