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

Fixed a bug in the get_subnets function #2240

Open
wants to merge 21 commits into
base: staging
Choose a base branch
from

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    8022866 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Debug commit

    ibraheem-opentensor committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    96badeb View commit details
    Browse the repository at this point in the history
  2. Fixed a bug in the get_subnets function

    Fixed a bug in the get_subnets function where list comprehension caused truncation of results. Replaced it with a manual iteration to ensure all subnets are retrieved.
    niljub committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    af76ca3 View commit details
    Browse the repository at this point in the history
  3. Dummy commit

    ibraheem-opentensor committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    40512c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    bf00b93 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    89d0bd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    1934ad3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hotfix/7.3.0/get-subnets-fix/niljub' of https://github.…

    …com/niljub/bittensor into hotfix/7.3.0/get-subnets-fix/niljub
    niljub committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    65aa008 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Fixed a bug in the get_subnets function (again)

    "Fixed a bug in the get_subnets function where pagination led to truncated results. The function now iterates through the entire result set, loading all items into memory without pagination issues.
    niljub committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ad1c35a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    0d236db View commit details
    Browse the repository at this point in the history
  2. CHK Test

    opendansor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4379c59 View commit details
    Browse the repository at this point in the history
  3. u16 float limit

    opendansor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4b046c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfe3cfd View commit details
    Browse the repository at this point in the history
  5. Merge pull request opentensor#2276 from opentensor/feat/opendansor/chk

    Child Hotkeys netuid Refactor
    opendansor authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f0e09f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    0d7361b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7345a6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request opentensor#2235 from opentensor/fix/metagraph-load…

    …-and-assertions
    
    Applies metagraph fix and assertions
    ibraheem-opentensor authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d438b0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a7b2ca View commit details
    Browse the repository at this point in the history
  5. Merge pull request opentensor#2280 from opentensor/feat/roman/add-sub…

    …tensor-reconnection-logic
    
    Add reconnection logic + tests
    roman-opentensor authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5fcdcfd View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. removed exit sys call for ConnectionRefusedError in _get_substrate (o…

    …pentensor#2287)
    
    * removed exit sys call for ConnectionRefusedError in _get_substrate
    
    * removed unnecessary sys import
    
    * ruff format fix
    garrett-opentensor authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c7b4739 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    8cdf462 View commit details
    Browse the repository at this point in the history