Skip to content

Conversation

@JohnReedV
Copy link
Contributor

@JohnReedV JohnReedV commented Oct 28, 2025

Description

Removes trust, rank and pruning_score and instead selects a neuron for deregistration based on immunity, emission, reg_block, and then uid

Related Issue(s)

@JohnReedV JohnReedV added the skip-cargo-audit This PR fails cargo audit but needs to be merged anyway label Oct 28, 2025
@JohnReedV JohnReedV changed the title Refactor Neuron Deregistration Emission-based Neuron Deregistration Nov 20, 2025
ppolewicz and others added 2 commits November 24, 2025 05:28
Co-authored-by: Loris Moulin <45130584+l0r1s@users.noreply.github.com>
Comment on lines +522 to +523
let min_free: u16 = Self::get_min_non_immune_uids(netuid);
let can_prune_non_immune = free_count > min_free;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JohnReedV JohnReedV merged commit 39c725c into devnet-ready Dec 12, 2025
62 of 64 checks passed
@alex-drocks
Copy link

backwards compatibility?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-cargo-audit This PR fails cargo audit but needs to be merged anyway

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants