-
Notifications
You must be signed in to change notification settings - Fork 323
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
base: staging
Are you sure you want to change the base?
Fixed a bug in the get_subnets function #2240
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8022866 - Browse repository at this point
Copy the full SHA 8022866View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96badeb - Browse repository at this point
Copy the full SHA 96badebView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for af76ca3 - Browse repository at this point
Copy the full SHA af76ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40512c8 - Browse repository at this point
Copy the full SHA 40512c8View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf00b93 - Browse repository at this point
Copy the full SHA bf00b93View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89d0bd3 - Browse repository at this point
Copy the full SHA 89d0bd3View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1934ad3 - Browse repository at this point
Copy the full SHA 1934ad3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 65aa008 - Browse repository at this point
Copy the full SHA 65aa008View commit details
Commits on Aug 20, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for ad1c35a - Browse repository at this point
Copy the full SHA ad1c35aView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d236db - Browse repository at this point
Copy the full SHA 0d236dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4379c59 - Browse repository at this point
Copy the full SHA 4379c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b046c3 - Browse repository at this point
Copy the full SHA 4b046c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe3cfd - Browse repository at this point
Copy the full SHA dfe3cfdView commit details -
Merge pull request opentensor#2276 from opentensor/feat/opendansor/chk
Child Hotkeys netuid Refactor
Configuration menu - View commit details
-
Copy full SHA for f0e09f2 - Browse repository at this point
Copy the full SHA f0e09f2View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d7361b - Browse repository at this point
Copy the full SHA 0d7361bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7345a6 - Browse repository at this point
Copy the full SHA f7345a6View commit details -
Merge pull request opentensor#2235 from opentensor/fix/metagraph-load…
…-and-assertions Applies metagraph fix and assertions
Configuration menu - View commit details
-
Copy full SHA for d438b0f - Browse repository at this point
Copy the full SHA d438b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7b2ca - Browse repository at this point
Copy the full SHA 6a7b2caView commit details -
Merge pull request opentensor#2280 from opentensor/feat/roman/add-sub…
…tensor-reconnection-logic Add reconnection logic + tests
Configuration menu - View commit details
-
Copy full SHA for 5fcdcfd - Browse repository at this point
Copy the full SHA 5fcdcfdView commit details
Commits on Sep 6, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for c7b4739 - Browse repository at this point
Copy the full SHA c7b4739View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8cdf462 - Browse repository at this point
Copy the full SHA 8cdf462View commit details