Skip to content

Conversation

@cuteolaf
Copy link
Contributor

@cuteolaf cuteolaf commented Nov 25, 2025

Description

Clean up storage items related to subnet identities.

Related Issue(s)

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have run ./scripts/fix_rust.sh to ensure my code is formatted and linted correctly
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@cuteolaf cuteolaf changed the base branch from main to devnet-ready November 25, 2025 01:00
@JohnReedV
Copy link
Contributor

Only removing the storage item definitions will leave the data on the chain. The data needs to be removed in a migration.

@cuteolaf cuteolaf marked this pull request as draft November 26, 2025 04:09
@cuteolaf cuteolaf marked this pull request as ready for review November 26, 2025 05:55
@cuteolaf
Copy link
Contributor Author

Only removing the storage item definitions will leave the data on the chain. The data needs to be removed in a migration.

Done.

@open-junius open-junius added the skip-cargo-audit This PR fails cargo audit but needs to be merged anyway label Nov 28, 2025
@sam0x17 sam0x17 merged commit 083286b into opentensor:devnet-ready Nov 28, 2025
92 of 100 checks passed
@cuteolaf cuteolaf deleted the clean-up-subnet-identities-storage branch November 28, 2025 17:27
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.

Clean up subnet identities unused storage

5 participants