Skip to content

Releases: opentensor/subtensor

v1.1.0-pre-release

29 May 22:28
41f9d25
Compare
Choose a tag to compare
v1.1.0-pre-release Pre-release
Pre-release

Spec Version

Spec Version : 185

Highlights

Commit Reveal

  • PR: #396
  • In order to mitigate the effects of weight copying , we have implemented a commit reveal scheme. Validators are now able to conceal their weights by submitting hashing to the chain , and then later revealing them. This reduces the chances of weight copiers performing better than honest validaor

No emissions for subnets with registrations turned off

  • PR: #474
  • From this release onwards , subnets will only earn emissions if they have their registration turned on.

Upgrade to Polkadot 1.10

PR: #387

  • Continuing the effort to reduce technical debt , this release migrates the codebase from polkadot-sdk v1.0.0 to v1.10

Full Change Log

New Contributors

Full Changelog: https://github.com/opentensor/subtensor/commits/v1.1.0-pre-release

v1.0.1

23 May 16:56
dbef23b
Compare
Choose a tag to compare

Spec Version

150

This is a hotfix to address:

  • Users being unable to unstake their entire balance
  • Increase max registrations per period

v1.0.0

22 May 17:05
8153831
Compare
Choose a tag to compare

Spec Version

149

Highlights

1. Allowing Delegates to Set Their Takes

PR: #314
Delegates can now set their commission rates (takes) within a specified range (9%-18%). This feature includes the following functionalities:

  • Decreasing Take: Delegates decrease their takes from the initial 18% default.
  • Increasing Take: Delegates can increase their take, but only once every 30 days to ensure stability.

2. Proxy Pallet Addition

PR: #286

The Proxy pallet has been added to allow accounts to act on behalf of other accounts with specific permissions.

PRs: