diff --git a/docs/local-build/deploy.md b/docs/local-build/deploy.md index af09bf05..0a4eab8a 100644 --- a/docs/local-build/deploy.md +++ b/docs/local-build/deploy.md @@ -37,6 +37,13 @@ The Bittensor SDK and Bittensor CLI are required to interact with the local bloc ### 1. Pull the Docker image + + + You can pull the official subtensor Docker image used to create the local blockchain instance from the [GitHub Container Repository](https://github.com/orgs/opentensor/packages/container/package/subtensor-localnet). To do this, run the following command in your terminal: ```bash diff --git a/src/subtensor-docs-gen/src/types.ts b/src/subtensor-docs-gen/src/types.ts index 69ae5103..48843150 100644 --- a/src/subtensor-docs-gen/src/types.ts +++ b/src/subtensor-docs-gen/src/types.ts @@ -7,7 +7,7 @@ * can be decoded correctly. * * Source of truth: pallets/subtensor/src/rpc.rs and pallets/subtensor/src/lib.rs - * in opentensor/subtensor. + * in RaoFoundation/subtensor. */ export const bittensorTypes = { diff --git a/static/legacy-python-api/html/_modules/bittensor/extrinsics/registration.html b/static/legacy-python-api/html/_modules/bittensor/extrinsics/registration.html index 6b6b0f91..cdadb076 100644 --- a/static/legacy-python-api/html/_modules/bittensor/extrinsics/registration.html +++ b/static/legacy-python-api/html/_modules/bittensor/extrinsics/registration.html @@ -573,7 +573,7 @@

Source code for bittensor.extrinsics.registration

if not success: # Look error here - # https://github.com/opentensor/subtensor/blob/development/pallets/subtensor/src/errors.rs + # https://github.com/RaoFoundation/subtensor/blob/development/pallets/subtensor/src/errors.rs if "HotKeyAlreadyRegisteredInSubNet" in err_msg: bittensor.__console__.print( f":white_heavy_check_mark: [green]Already Registered on [bold]subnet:{netuid}[/bold][/green]" diff --git a/static/python-api/html/_sources/autoapi/bittensor/core/chain_data/proxy/index.rst b/static/python-api/html/_sources/autoapi/bittensor/core/chain_data/proxy/index.rst index 32ce0689..6a2992ad 100644 --- a/static/python-api/html/_sources/autoapi/bittensor/core/chain_data/proxy/index.rst +++ b/static/python-api/html/_sources/autoapi/bittensor/core/chain_data/proxy/index.rst @@ -347,7 +347,7 @@ Module Contents - The permissions described above may change over time as the Subtensor runtime evolves. For the most up-to-date and authoritative information about proxy type permissions, refer to the Subtensor source code at: - + Specifically, look for the `impl InstanceFilter for ProxyType` implementation which defines the exact filtering logic for each proxy type. - The values match exactly with the ProxyType enum defined in the Subtensor runtime. Any changes to the diff --git a/static/python-api/html/autoapi/bittensor/core/chain_data/proxy/index.html b/static/python-api/html/autoapi/bittensor/core/chain_data/proxy/index.html index 0f95f86c..7fefc1e9 100644 --- a/static/python-api/html/autoapi/bittensor/core/chain_data/proxy/index.html +++ b/static/python-api/html/autoapi/bittensor/core/chain_data/proxy/index.html @@ -904,7 +904,7 @@

Module Contents
  • The permissions described above may change over time as the Subtensor runtime evolves. For the most up-to-date and authoritative information about proxy type permissions, refer to the Subtensor source code at: -<opentensor/subtensor> +<RaoFoundation/subtensor> Specifically, look for the impl InstanceFilter<RuntimeCall> for ProxyType implementation which defines the exact filtering logic for each proxy type.

  • The values match exactly with the ProxyType enum defined in the Subtensor runtime. Any changes to the