Skip to content

Releases: opentensor/subtensor

v1.1.3

01 Jul 19:34
535983f
Compare
Choose a tag to compare

Spec Version

Spec Version: 153

Description

This release fixes a bug that occurs when registrations are turn off . Currently the epoch does not run. This PR fixes it by running the epoch , but setting the subnet's emissions to 0

PR: #602

v1.2.1-pre-release

26 Jun 20:43
09c146b
Compare
Choose a tag to compare
v1.2.1-pre-release Pre-release
Pre-release

Spec Version

Spec Version : 187

Highlights

Consensus Based Bonds(Liquid Alpha):

This change introduces bond calculations based on the consensus values of neurons/ uids. It makes weight setting by validators more speculative.

Safe Mode:

This allows the chain to be put into Safe mode

Prevent Accidental changes to storage structs:

Increase reliability our of development flow by making it harder to make trivial changes to struct (e.g the order of mappings), which can have severe consequences upstream.

Fix - adjust senate call

Fixes an bug in the Senate/ Root module preventing new users from joining the senate.

Full Changelog: v1.1.2...v1.2.1-pre-release

v1.1.2

14 Jun 20:09
b4ca34b
Compare
Choose a tag to compare

v1.1.2

Spec Version: 152

Description

This is release fixes a bug that occurred when setting root weights .

The function now checks the hotkey as opposed to the coldkey to assert they have enough stake to set weights.

v1.1.1

11 Jun 16:48
703bdbd
Compare
Choose a tag to compare

Spec Version

Spec Version : 151

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

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.1

v1.1.1-pre-release

05 Jun 16:49
1ad28e4
Compare
Choose a tag to compare
v1.1.1-pre-release Pre-release
Pre-release

This is hotfix to fix a regression in the subtensor code that lead to the cli being unable to decode the Axon IP ports.

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: