Skip to content
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

Updated release notes, liquid alpha doc and whats new doc #294

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/bittensor-rel-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ title: "Bittensor Release Notes"

# Bittensor Release Notes

The following are the release notes for the Bittensor software:
The following are the release notes for the Bittensor software.

## Release 7.3.0

### New features and enhancements

- With this version, the [Consensus-based weights](./subnets/consensus-based-weights.md) feature is now available in the `master` branch. This feature was available only in the `rc_7.3.0` branch of the `bittensor` repo until now.

## 12 June 2024: Release 7.2.0

Expand Down
16 changes: 16 additions & 0 deletions docs/chain-rel-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ title: "Chain Release Notes"

# Chain Release Notes

The following are the release notes for the subtensor on-chain software.

## Mainnet 1.2.3

- All the items described in the below [Testnet 1.2.1-pre-release](#testnet-121-pre-release) are now available in the mainnet.

## Mainnet 1.1.3 hotfix

### Fixed issue

A bug is fixed where, when a subnet's registration is turned off, the chain was not running the epoch for that subnet. The hotfix fixed this bug by running the epoch for the subnet and setting the emissions to zero, for that subnet.

- [Subtensor hotfix release tag](https://github.com/opentensor/subtensor/releases/tag/v1.1.3)

- [Hotfix PR](https://github.com/opentensor/subtensor/pull/602)

## Testnet 1.2.1-pre-release

### New features
Expand Down
19 changes: 5 additions & 14 deletions docs/subnets/consensus-based-weights.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,13 @@ Without the consensus-based weights feature, the $\alpha$ in the above equation

Using the new subnet hyperparameters that are described below, a subnet owner should experiment and discover the optimum $\alpha$ for their subnet.

## Installing the test consensus-based weights feature

The consensus-based weights feature is available only at the below testnet URL and the specified subtensor and bittensor repo branches:

- **Testnet URL**: `wss://test.finney.opentensor.ai:443/`.
- **Subtensor repo**: Make sure to checkout the tag `1.2.1-pre-release` on the Subtensor repo `https://github.com/opentensor/subtensor`.
- **Bittensor repo and branch**:
1. First make sure you do `git pull master` to pull the latest changes from the Bittensor repo `https://github.com/opentensor/bittensor`.
2. Next, switch to `rc_7.3.0` branch.
3. Then install Bittensor by running the below command:
```bash
pip install -e .
```
## Installing the consensus-based weights feature

The consensus-based weights feature is available in Bittensor 7.3.0 and later versions. Make sure you update to `7.3.0` version to use this feature.

---

## Using the test consensus-based weights feature
## Using test consensus-based weights feature

### Summary steps

Expand Down
6 changes: 6 additions & 0 deletions docs/whats-new-in-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ hide_table_of_contents: false

Key updates to this documentation.

## 11 July 2024

- Release notes for [Mainnet 1.2.3](./chain-rel-notes#mainnet-123) are published.
- Release notes for [Bittensor 7.3.0](./bittensor-rel-notes#release-730) are published.

## 05 July 2024

- A new doc for [Schedule Key Swap](./schedule-key-swap) is published.
Expand All @@ -21,6 +26,7 @@ Key updates to this documentation.

- The [Install Bittensor](./getting-started/installation) doc is updated.


## 26 June 2024

- Release notes for [Testnet 1.2.1-pre-release](./chain-rel-notes.md#testnet-121-pre-release) are published.
Expand Down