Bittensor

Latest version: v8.5.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 14

7.2.0

What's Changed
* less verbose handled synapse exceptions by mjurbanski-reef in https://github.com/opentensor/bittensor/pull/1928
* Clean up the imports in commands/stake.py by thewhaleking in https://github.com/opentensor/bittensor/pull/1951
* Fix E2E test for Commit/Reveal with Salt flag by opendansor in https://github.com/opentensor/bittensor/pull/1952
* `bittensor.chain_data.py` module refactoring. by RomanCh-OT in https://github.com/opentensor/bittensor/pull/1955
* ci: e2e tests by orriin in https://github.com/opentensor/bittensor/pull/1915
* Dependency cleanup by mjurbanski-reef in https://github.com/opentensor/bittensor/pull/1967
* replace `black` with `ruff` by mjurbanski-reef in https://github.com/opentensor/bittensor/pull/1968
* post-black to ruff migration cleanup by mjurbanski-reef in https://github.com/opentensor/bittensor/pull/1979
* Revert Axon IP decoding changes by camfairchild in https://github.com/opentensor/bittensor/pull/1981
* A wrapper for presenting extrinsics errors in a human-readable form. by RomanCh-OT in https://github.com/opentensor/bittensor/pull/1980
* Feat: Added normalized hyperparams by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1891
* deprecate nest_asyncio use by mjurbanski-reef in https://github.com/opentensor/bittensor/pull/1974
* Add e2e test for axon by opendansor in https://github.com/opentensor/bittensor/pull/1984
* Dendrite E2E test by opendansor in https://github.com/opentensor/bittensor/pull/1988
* fix __version_as_int__ for >10 minor/patch release vers (resolves 1982) by mjurbanski-reef in https://github.com/opentensor/bittensor/pull/1993
* Test Incentive E2E by opendansor in https://github.com/opentensor/bittensor/pull/2002
* Add E2E faucet test by opendansor in https://github.com/opentensor/bittensor/pull/1987
* Allow unstake below network min by camfairchild in https://github.com/opentensor/bittensor/pull/2016

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v7.1.1...v7.2.0

7.1.1

What's Changed
* commit_reveal_weights_enabled argument parsing hotfix by camfairchild in https://github.com/opentensor/bittensor/pull/2003

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v7.1.0...v7.1.1

7.1.0

What's Changed
* Added _do_set_root_weights by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1838

7.0.1

What's Changed

7.0.0

What's Changed
* replace torch with numpy by andreea-popescu-reef in https://github.com/opentensor/bittensor/pull/1777
* Fix broken link in contrib/RELEASE_GUIDELINES 1821 by thewhaleking in https://github.com/opentensor/bittensor/pull/1823
* Tests: Added coverage for set_weights by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1825
* Remove irrelevant call to get_delegates method. by RomanCh-OT in https://github.com/opentensor/bittensor/pull/1826
* Support for string mnemonic thru cli when regenerating coldkeys by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1815
* Logging: Added _primary_loggers by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1797
* Add in check for minimum stake for unstaking by thewhaleking in https://github.com/opentensor/bittensor/pull/1832
* Cache get_decoder_class by thewhaleking in https://github.com/opentensor/bittensor/pull/1834
* Warmfix/change decoder cacheing by thewhaleking in https://github.com/opentensor/bittensor/pull/1842
* Fix typo in warmfix by thewhaleking in https://github.com/opentensor/bittensor/pull/1844
* Add the command btcli root list_delegates_lite to handle the Delegate… by RomanCh-OT in https://github.com/opentensor/bittensor/pull/1840
* Change: console.error => console.print by thewhaleking in https://github.com/opentensor/bittensor/pull/1849
* Small fix with receiving delegates based on a 4-hour archive block by RomanCh-OT in https://github.com/opentensor/bittensor/pull/1854
* Replace torch with numpy by sepehr-opentensor in https://github.com/opentensor/bittensor/pull/1786
* Versioning: Enforcement for eth-utils by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1852
* Versioning: Dependencies for FastAPI for Apple M's by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1855
* Retrieving error types from the metadata of the Substrate palette SubtensorModule for the btcli console (logic) by RomanCh-OT in https://github.com/opentensor/bittensor/pull/1862
* Add version check caching, fix version comparison by olzhasar-reef in https://github.com/opentensor/bittensor/pull/1835
* Tests: Added coverage for root.py by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1877
* Tests: Added coverage for network.py by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1879
* Tests: extends coverage for overview cmd part 1 by gus-opentensor in https://github.com/opentensor/bittensor/pull/1873
* Tests: Added coverage for Unstaking by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1878
* Tests: Added coverage for staking by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1837
* Tests: Added coverage for Delegation by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/1874
* Updated error message and a test typo. by thewhaleking in https://github.com/opentensor/bittensor/pull/1871
* fix: deprecated usage of `Balances::transfer` method by orriin in https://github.com/opentensor/bittensor/pull/1886
* Fix Type Annotation by opendansor in https://github.com/opentensor/bittensor/pull/1895
* Docstrings updates for list delegate lite feature by rajkaramchedu in https://github.com/opentensor/bittensor/pull/1890
* Add Pre-commit Checker in scripts. Helps reduce CI calls. by RomanCh-OT in https://github.com/opentensor/bittensor/pull/1893
* fix get_coldkey_password_from_environment resolving wrong password by mjurbanski-reef in https://github.com/opentensor/bittensor/pull/1843
* Drop python 3.8 support by mjurbanski-reef in https://github.com/opentensor/bittensor/pull/1892
* feat: Refactor phase 2 overview cmd & add test cov. Adds factories by gus-opentensor in https://github.com/opentensor/bittensor/pull/1887
* Add setting delegate take by gztensor in https://github.com/opentensor/bittensor/pull/1903
* E2E Test Patterns by orriin in https://github.com/opentensor/bittensor/pull/1885
* chore: correct method types by distributedstatemachine in https://github.com/opentensor/bittensor/pull/1907
* bittensor.btlogging refactoring by RomanCh-OT in https://github.com/opentensor/bittensor/pull/1896
* Part 1 for refactoring bittensor/subtensor.py by RomanCh-OT in https://github.com/opentensor/bittensor/pull/1911
* Update: Pydantic V2 by opendansor in https://github.com/opentensor/bittensor/pull/1889
* Add back compatibility with torch by thewhaleking in https://github.com/opentensor/bittensor/pull/1904

6.12.2

What's Changed
* Add setting delegate take
* fix: deprecated transfer method usage

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v6.12.1...54eee604c00ac4f04a31d5d7bc663124731a34d8

Page 4 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.