Skip to content

Testnet Tensor Updates #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Mar 11, 2025

Conversation

hayotensor
Copy link
Collaborator

@hayotensor hayotensor commented Mar 10, 2025

Updates:

  • Subnet registration updates
    • Subnet registration fee now based on a descending linear scale between the upper bound and lower bound over a period of epochs.
    • Subnet registration restriction per period. Allows for limiting how many subnets can register in any given period of time. This version allows for one registration per week.
  • Delegate Node Staking logic
    • Users can delegate stake to subnet nodes for percentage allocation of that subnet nodes rewards based on what the subnet node declares as its rate.
    • Subnet nodes can update the delegate rate by a maximum of 1% decrease. Increases have no limits. Max is 100%.
  • Key updates
    • hotkey/coldkey is now updateable.
  • Subnet node updates
    • Subnet nodes utilize IDs. Previously tied to AccountId's. This allows for simpler key update logic.
  • Collective / Council
    • Removed admin pallet in favor of admin origin functions called by the collective pallet.
      • This increases security and simplifies blockchain updates.
    • Collective Origin calls as Majority (2/3) and Super Majority (4/5) calls on admin functions in the Network pallet.
  • Ledger updates
    • Unbonding ledger is coldkey only now. Previously tied to subnet ID and coldkey.
  • Structure Updates
    • Network pallet directory organization.
  • RPC functionality updates
    • RPC function added for looking up subnet nodes by the unique a parameter.

@Doski5
Copy link

Doski5 commented Mar 10, 2025

Great Job on These Updates! 🎉

This update brings strong improvements to subnet registration, staking, governance, and security. Well done on:

@hypertensor-blockchain hypertensor-blockchain merged commit c530cbe into hypertensor-blockchain:main Mar 11, 2025
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants