subtensor
subtensor copied to clipboard
Migrate delegate data from GitHub onchain
Delegate data (same as in GitHub, but already formatted to be consumed in subtensor code): https://github.com/opentensor/subtensor/blob/dynamic/docs/delegate-info.json
This is the migration code that puts this data onchain: https://github.com/opentensor/subtensor/blob/8267e604ddc5a030fd300ba9e0d882c23fdd35bf/pallets/registry/src/migration.rs#L37
What's left:
- Implement RPC endpoint to return all delegates' identity info
- Remove delegates_details_url and all uses of it
- Use on-chain data instead of loading from GitHub - bittensor