Skip to content
Open
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: 4 additions & 4 deletions .github/ai-review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ workflow will automatically use its token instead.

### Setup

1. Create a GitHub App under the `opentensor` org:
1. Create a GitHub App under the `RaoFoundation` org:
- Settings → Developer settings → GitHub Apps → New GitHub App.
- Webhook: not needed; disable.
- Repository permissions:
Expand All @@ -39,7 +39,7 @@ workflow will automatically use its token instead.
- **Metadata**: Read
- User permissions: none.
- "Where can this GitHub App be installed?": Only on this account.
2. Install the App on the `opentensor/subtensor` repo (only).
2. Install the App on the `RaoFoundation/subtensor` repo (only).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] Protected AI-review file changed

This PR modifies .github/ai-review/*. Per the operating instructions for this review, any diff in the AI-review files against the trusted base copy must be flagged as HIGH or CRITICAL, even though this specific hunk is a repository-name migration.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] Protected AI-review file changed

This PR still modifies a protected .github/ai-review/* file relative to the trusted base copy. The run instructions explicitly require these review-system diffs to be flagged as HIGH or CRITICAL, even when the content appears to be an org-name migration.

3. From the App settings page, generate a private key (`.pem` file).
4. In repo Settings → Secrets and variables → Actions:
- Variables tab: add `AI_REVIEW_APP_ID` = the App's numeric ID.
Expand Down Expand Up @@ -98,7 +98,7 @@ the PR number. `workflow_dispatch` runs in base context with secrets
available, performs the real review, and the required checks turn green.

```bash
gh workflow run ai-review.yml --repo opentensor/subtensor -f pr_number=<N>
gh workflow run ai-review.yml --repo RaoFoundation/subtensor -f pr_number=<N>
```

## Required-checks setup
Expand All @@ -114,7 +114,7 @@ After the first successful run, add these to branch protection on `devnet-ready`
Manual trigger:

```bash
gh workflow run ai-review-index-gittensor.yml --repo opentensor/subtensor
gh workflow run ai-review-index-gittensor.yml --repo RaoFoundation/subtensor
```

Daily cron is already configured (06:17 UTC). The indexer opens a PR with any
Expand Down
2 changes: 1 addition & 1 deletion .github/ai-review/common.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Subtensor AI Review — Shared Context

You are reviewing a pull request to **opentensor/subtensor**, the Substrate-based runtime for the Bittensor blockchain (~$4B market cap). Lives and livelihoods depend on the security and correctness of this code. Be thorough, precise, and uncompromising on safety.
You are reviewing a pull request to **RaoFoundation/subtensor**, the Substrate-based runtime for the Bittensor blockchain (~$4B market cap). Lives and livelihoods depend on the security and correctness of this code. Be thorough, precise, and uncompromising on safety.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] Trusted review prompt changed

This changes the shared AI-review prompt text relative to /tmp/ai-review-trusted/common.md. The operating instructions explicitly require .github/ai-review/* prompt/config changes to be flagged as HIGH or CRITICAL; reviewers should verify this prompt change independently before merge.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] Trusted review prompt changed

This changes the trusted shared AI-review prompt under .github/ai-review/*. Per the supplied operating instructions, any diff in these protected prompt/config files against the trusted base copy must be flagged as HIGH or CRITICAL.


## Repository topology

Expand Down
2 changes: 1 addition & 1 deletion .github/ai-review/post_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Usage:
GH_TOKEN=... python3 post_review.py \
--persona skeptic --pr 2668 --repo opentensor/subtensor \
--persona skeptic --pr 2668 --repo RaoFoundation/subtensor \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] Protected AI-review helper changed

This PR modifies an AI-review helper script under .github/ai-review/*. Per the operating instructions, diffs in these protected review-system files must be flagged as HIGH or CRITICAL, regardless of the apparent repository-name-only intent.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] Protected AI-review helper changed

This PR still modifies a protected AI-review helper script. Because the review-posting helper is part of the review system itself, the operating instructions require this .github/ai-review/* diff against the trusted copy to be flagged as blocking.

--commit-sha <sha> --input-file skeptic-output.json
"""

Expand Down
2 changes: 1 addition & 1 deletion .github/ai-review/prefetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -euo pipefail

: "${PR_NUMBER:?PR_NUMBER required}"
: "${REPO:?REPO required (e.g. opentensor/subtensor)}"
: "${REPO:?REPO required (e.g. RaoFoundation/subtensor)}"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] Protected AI-review prefetch script changed

This PR modifies the AI-review prefetch script under .github/ai-review/*. The trusted review instructions require this class of change to be flagged as HIGH or CRITICAL because it affects the review system's trusted context path.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] Protected AI-review prefetch script changed

This PR still modifies the protected prefetch script used to gather review context. The operating instructions require any .github/ai-review/* modification relative to the trusted base copy to be flagged as HIGH or CRITICAL.

: "${GH_TOKEN:?GH_TOKEN required (used here only — NOT passed to Codex)}"
OUTPUT_DIR="${OUTPUT_DIR:-/tmp/ai-review-context}"

Expand Down
2 changes: 1 addition & 1 deletion .github/ai-review/skeptic.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ diff from a HIGH-risk contributor tips toward `[VULNERABLE]`.
**Patterns that lower risk**:

- Established contributor with a long history of substantive merged PRs to this repo.
- "Nucleus" team member: `gh api repos/opentensor/subtensor/collaborators/$AUTHOR/permission` — `admin` or `write` permission.
- "Nucleus" team member: `gh api repos/RaoFoundation/subtensor/collaborators/$AUTHOR/permission` — `admin` or `write` permission.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] Trusted Skeptic prompt changed

This changes the Skeptic persona instructions relative to /tmp/ai-review-trusted/skeptic.md. The operating instructions explicitly require .github/ai-review/* prompt/config changes to be flagged as HIGH or CRITICAL; reviewers should verify the prompt change independently before merge.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[HIGH] Trusted Skeptic prompt changed

This changes the trusted Skeptic persona prompt under .github/ai-review/*. The supplied review instructions explicitly require protected AI-review prompt/config diffs against the trusted base copy to be flagged as HIGH or CRITICAL.

- Substantive contribution history to unrelated reputable open-source projects.

## Step 2 — Diff analysis
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
output-schema-file: /tmp/ai-review-trusted/codex-output-schema.json
prompt: |
You are running as the **Skeptic** persona reviewing PR #${{ needs.decide.outputs.pr_number }}
in the opentensor/subtensor repository.
in the RaoFoundation/subtensor repository.

Branch: `${{ needs.decide.outputs.head_ref }}` -> `${{ needs.decide.outputs.base_ref }}`
Author: `${{ needs.decide.outputs.author }}`
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
output-schema-file: /tmp/ai-review-trusted/codex-output-schema.json
prompt: |
You are running as the **Auditor** persona reviewing PR #${{ needs.decide.outputs.pr_number }}
in the opentensor/subtensor repository.
in the RaoFoundation/subtensor repository.

Branch: `${{ needs.decide.outputs.head_ref }}` -> `${{ needs.decide.outputs.base_ref }}`
Author: `${{ needs.decide.outputs.author }}`
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/check-bittensor-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,10 @@ jobs:
run: docker load -i subtensor-localnet.tar

- name: Retag Docker Image
run: docker tag localnet ghcr.io/opentensor/subtensor-localnet:devnet-ready
run: |
docker tag localnet ghcr.io/raofoundation/subtensor-localnet:devnet-ready
# Legacy name still referenced by bittensor/btcli test suites
docker tag localnet ghcr.io/opentensor/subtensor-localnet:devnet-ready

- name: Run with retry
working-directory: ${{ github.workspace }}/btcli
Expand Down Expand Up @@ -442,7 +445,10 @@ jobs:
run: docker load -i subtensor-localnet.tar

- name: Retag Docker Image
run: docker tag localnet ghcr.io/opentensor/subtensor-localnet:devnet-ready
run: |
docker tag localnet ghcr.io/raofoundation/subtensor-localnet:devnet-ready
# Legacy name still referenced by bittensor/btcli test suites
docker tag localnet ghcr.io/opentensor/subtensor-localnet:devnet-ready

- name: Run with retry
working-directory: ${{ github.workspace }}/bittensor
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/docker-localnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
tag: ${{ steps.vars.outputs.tag }}
ref: ${{ steps.vars.outputs.ref }}
latest_tag: ${{ steps.vars.outputs.latest_tag }}
image_repo: ${{ steps.vars.outputs.image_repo }}
steps:
- name: Get PR branch (if pr-number is specified)
id: pr-info
Expand All @@ -57,6 +58,9 @@ jobs:
- name: Determine Docker tag and ref
id: vars
run: |
# Docker image names must be lowercase; github.repository is RaoFoundation/subtensor
echo "image_repo=${GITHUB_REPOSITORY,,}" >> $GITHUB_OUTPUT

if [[ "${{ github.event_name }}" == "pull_request" ]]; then
echo "ref=${{ github.head_ref }}" >> $GITHUB_OUTPUT
echo "tag=${{ github.base_ref }}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -211,5 +215,5 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{ github.repository }}-localnet:${{ needs.setup.outputs.tag }}
${{ needs.setup.outputs.latest_tag == 'true' && format('ghcr.io/{0}-localnet:latest', github.repository) || '' }}
ghcr.io/${{ needs.setup.outputs.image_repo }}-localnet:${{ needs.setup.outputs.tag }}
${{ needs.setup.outputs.latest_tag == 'true' && format('ghcr.io/{0}-localnet:latest', needs.setup.outputs.image_repo) || '' }}
7 changes: 5 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
echo "tag=$branch_or_tag" >> $GITHUB_ENV
echo "ref=$branch_or_tag" >> $GITHUB_ENV

# Docker image names must be lowercase; github.repository is RaoFoundation/subtensor
echo "image_repo=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV

# Check if this is a tagged release (not devnet-ready/devnet/testnet)
if [[ "${{ github.event_name }}" == "release" && "$branch_or_tag" != "devnet-ready" && "$branch_or_tag" != "devnet" && "$branch_or_tag" != "testnet" ]]; then
echo "latest_tag=true" >> $GITHUB_ENV
Expand Down Expand Up @@ -70,5 +73,5 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{ github.repository }}:${{ env.tag }}
${{ env.latest_tag == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}
ghcr.io/${{ env.image_repo }}:${{ env.tag }}
${{ env.latest_tag == 'true' && format('ghcr.io/{0}:latest', env.image_repo) || '' }}
2 changes: 1 addition & 1 deletion .github/workflows/label-triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '@opentensor/cerebrum / @opentensor/gyrus / @opentensor/cortex breaking change detected! Please prepare accordingly!'
body: '@RaoFoundation/cerebrum / @RaoFoundation/gyrus / @RaoFoundation/cortex breaking change detected! Please prepare accordingly!'
})
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Lifecycle of a Pull Request

1. Individuals wishing to contribute to subtensor should develop their change/feature/fix in a
[Pull Request](https://github.com/opentensor/subtensor/compare) (PR) targeting the `devnet-ready`
[Pull Request](https://github.com/RaoFoundation/subtensor/compare) (PR) targeting the `devnet-ready`
branch of the subtensor GitHub repository. It is recommended to start your pull request as a
draft initially until you are ready to have other developers actively look at it. Any
changes to pallet/runtime code should be accompanied by integration and/or unit tests fully
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://substrate.io/"
edition = "2024"
license = "Unlicense"
publish = false
repository = "https://github.com/opentensor/subtensor"
repository = "https://github.com/RaoFoundation/subtensor"

[build-dependencies]
subtensor-linting = { path = "support/linting", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM ${BASE_IMAGE} AS base_builder

LABEL ai.opentensor.image.authors="operations@opentensor.ai" \
ai.opentensor.image.vendor="Opentensor Foundation" \
ai.opentensor.image.title="opentensor/subtensor" \
ai.opentensor.image.title="RaoFoundation/subtensor" \
ai.opentensor.image.description="Opentensor Subtensor Blockchain" \
ai.opentensor.image.documentation="https://docs.bittensor.com"

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-localnet
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive

LABEL ai.opentensor.image.authors="operations@opentensor.ai" \
ai.opentensor.image.vendor="Opentensor Foundation" \
ai.opentensor.image.title="opentensor/subtensor-localnet" \
ai.opentensor.image.title="RaoFoundation/subtensor-localnet" \
ai.opentensor.image.description="Opentensor Subtensor Blockchain" \
ai.opentensor.image.documentation="https://docs.bittensor.com"

Expand Down Expand Up @@ -75,5 +75,5 @@ EXPOSE 30334 30335 9944 9945

ENTRYPOINT ["/scripts/localnet.sh"]
# Fast blocks defaults to True, you can disable it by passing False to the docker command, e.g.:
# docker run ghcr.io/opentensor/subtensor-localnet False
# docker run ghcr.io/raofoundation/subtensor-localnet False
CMD ["True"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
```

# **Subtensor** <!-- omit in toc -->
[![CodeQL](https://github.com/opentensor/subtensor/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/opentensor/subtensor/actions)
[![CodeQL](https://github.com/RaoFoundation/subtensor/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/RaoFoundation/subtensor/actions)
[![Discord Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.gg/bittensor)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Expand Down
2 changes: 1 addition & 1 deletion chain-extensions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors = ['Francisco Silva <francisco@taostats.io>']
homepage = "https://taostats.io/"
publish = false
repository = "https://github.com/opentensor/subtensor/"
repository = "https://github.com/RaoFoundation/subtensor/"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors = ["Opentensor Foundation <https://github.com/opentensor/>"]
homepage = "https://opentensor.ai/"
publish = false
repository = "https://github.com/opentensor/subtensor/"
repository = "https://github.com/RaoFoundation/subtensor/"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.localnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ volumes:

services:
common: &common
image: ghcr.io/opentensor/subtensor:latest-local
image: ghcr.io/raofoundation/subtensor:latest-local
cpu_count: 4
mem_limit: 40000000000
memswap_limit: 80000000000
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:

services:
common: &common
image: ghcr.io/opentensor/subtensor:latest
image: ghcr.io/raofoundation/subtensor:latest
## Uncomment to build from scratch:
# build:
# context: .
Expand Down
2 changes: 1 addition & 1 deletion docs/consensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ ssh -L 8888:localhost:8888 root@<your_vps_ip_address> -p <your_vps_port> -i ~/.s
3. **Clone the Subtensor repository and checkout the relevant branch:**

```bash
git clone https://github.com/opentensor/subtensor.git
git clone https://github.com/RaoFoundation/subtensor.git
cd subtensor
git checkout main

Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://substrate.io/"
edition.workspace = true
license = "Unlicense"
publish = false
repository = "https://github.com/opentensor/subtensor"
repository = "https://github.com/RaoFoundation/subtensor"
build = "build.rs"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion node/src/chain_spec/finney.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ pub fn finney_mainnet_config() -> Result<ChainSpec, String> {
.build();

// Load and set the code substitute to avoid archive node sync panic
// See <https://github.com/opentensor/subtensor/pull/1051>
// See <https://github.com/RaoFoundation/subtensor/pull/1051>
//
// Need to do it in this hacky way because the ChainSpec builder doesn't support setting it
let code_substitute_2585476_hex = include_bytes!("code_substitute_2585476.txt");
Expand Down
2 changes: 1 addition & 1 deletion pallets/admin-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://bittensor.com"
edition.workspace = true
license = "Unlicense"
publish = false
repository = "https://github.com/opentensor/subtensor"
repository = "https://github.com/RaoFoundation/subtensor"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion pallets/commitments/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://bittensor.com"
edition.workspace = true
license = "Unlicense"
publish = false
repository = "https://github.com/opentensor/subtensor"
repository = "https://github.com/RaoFoundation/subtensor"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion pallets/crowdloan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage = "https://bittensor.com"
description = "FRAME crowdloan pallet"
publish = false
repository = "https://github.com/opentensor/subtensor"
repository = "https://github.com/RaoFoundation/subtensor"

[lints]
workspace = true
Expand Down
6 changes: 3 additions & 3 deletions pallets/shield/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "pallet-shield"
description = "FRAME pallet for opt-in, per-block ephemeral-key encrypted transactions, MEV-shielded."
authors = ["Subtensor Contributors <https://github.com/opentensor/subtensor>"]
authors = ["Subtensor Contributors <https://github.com/RaoFoundation/subtensor>"]
version = "0.0.1"
license = "Unlicense"
edition.workspace = true
homepage = "https://github.com/opentensor/subtensor"
repository = "https://github.com/opentensor/subtensor"
homepage = "https://github.com/RaoFoundation/subtensor"
repository = "https://github.com/RaoFoundation/subtensor"
publish = false

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion pallets/subtensor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://bittensor.com"
edition.workspace = true
license = "Unlicense"
publish = false
repository = "https://github.com/opentensor/subtensor"
repository = "https://github.com/RaoFoundation/subtensor"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion pallets/subtensor/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "subtensor-custom-rpc"
version = "0.0.2"
edition.workspace = true
authors = ['Cameron Fairchild <https://github.com/camfairchild>']
repository = 'https://github.com/opentensor/subtensor'
repository = 'https://github.com/RaoFoundation/subtensor'
description = "A pallet that adds custom RPC calls to subtensor"
license = "MIT"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion pallets/subtensor/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "subtensor-custom-rpc-runtime-api"
version = "0.0.2"
edition.workspace = true
authors = ['Cameron Fairchild <https://github.com/camfairchild>']
repository = 'https://github.com/opentensor/subtensor'
repository = 'https://github.com/RaoFoundation/subtensor'
description = "A pallet that adds a custom runtime API to Subtensor"
license = "MIT"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion pallets/subtensor/src/macros/hooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ mod hooks {

#[cfg(feature = "try-runtime")]
fn try_state(_n: BlockNumberFor<T>) -> Result<(), sp_runtime::TryRuntimeError> {
// Disabled: https://github.com/opentensor/subtensor/pull/1166
// Disabled: https://github.com/RaoFoundation/subtensor/pull/1166
// Self::check_total_stake()?;
Ok(())
}
Expand Down
2 changes: 1 addition & 1 deletion precompiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
authors = ["Opentensor Foundation <https://github.com/opentensor/>"]
homepage = "https://opentensor.ai/"
publish = false
repository = "https://github.com/opentensor/subtensor/"
repository = "https://github.com/RaoFoundation/subtensor/"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://opentensor.ai/"
edition.workspace = true
license = "Unlicense"
publish = false
repository = "https://github.com/opentensor/subtensor/"
repository = "https://github.com/RaoFoundation/subtensor/"

[lints]
workspace = true
Expand Down
4 changes: 4 additions & 0 deletions scripts/release_notes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ fn main() {
&& !s.ends_with("from opentensor/testnet-ready")
&& !s.ends_with("from opentensor/devnet")
&& !s.ends_with("from opentensor/testnet")
&& !s.ends_with("from RaoFoundation/devnet-ready")
&& !s.ends_with("from RaoFoundation/testnet-ready")
&& !s.ends_with("from RaoFoundation/devnet")
&& !s.ends_with("from RaoFoundation/testnet")
})
.collect::<Vec<String>>();

Expand Down
2 changes: 1 addition & 1 deletion support/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
license = "MIT"

description = "support macros for Subtensor"
repository = "https://github.com/opentensor/subtensor"
repository = "https://github.com/RaoFoundation/subtensor"
homepage = "https://bittensor.com/"

[lib]
Expand Down
Loading
Loading