Bittensor

Latest version: v8.5.1

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

Scan your dependencies

Page 2 of 14

8.4.1

What's Changed

* Backmerge master 840 by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2494
* Enable arguments to be set in axon config by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2493

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.4.0...v8.4.1

8.4.0

What's Changed

* Async unittests for `bittensor/core/extrinsics/async_weights.py` by roman-opentensor in https://github.com/opentensor/bittensor/pull/2425
* Async unittests for `bittensor/core/extrinsics/async_transfer.py` by roman-opentensor in https://github.com/opentensor/bittensor/pull/2426
* Async `unittests for bittensor/core/extrinsics/async_root.py` by roman-opentensor in https://github.com/opentensor/bittensor/pull/2427
* Removes Conda Info by thewhaleking in https://github.com/opentensor/bittensor/pull/2437
* Fix typos by omahs in https://github.com/opentensor/bittensor/pull/2440
* [SDK] Registration related content refactoring by roman-opentensor in https://github.com/opentensor/bittensor/pull/2439
* Async unittests for `bittensor/core/extrinsics/async_registration.py` by roman-opentensor in https://github.com/opentensor/bittensor/pull/2445
* BittensorConsole class by roman-opentensor in https://github.com/opentensor/bittensor/pull/2446
* Improve reconnection logic by roman-opentensor in https://github.com/opentensor/bittensor/pull/2442
* E2E tests - Increasing Subtensor coverage (Pt 1) by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2443
* Add python3.12 support by roman-opentensor in https://github.com/opentensor/bittensor/pull/2450
* add neuron certificate discovery by andreea-popescu-reef in https://github.com/opentensor/bittensor/pull/2267
* Use websockets for Subtensor by thewhaleking in https://github.com/opentensor/bittensor/pull/2455
* Part 2: E2E tests - Increasing Subtensor coverage by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2457
* Tests for subtensor methods related with `stake` and `unstake` extrinsics by roman-opentensor in https://github.com/opentensor/bittensor/pull/2458
* Apply BittensorConsole + logging refactoring by roman-opentensor in https://github.com/opentensor/bittensor/pull/2452
* Add staking and unstaking extrinsics by roman-opentensor in https://github.com/opentensor/bittensor/pull/2456
* Don't strip ANSI from stdout (fixes 2365) by vaqxai in https://github.com/opentensor/bittensor/pull/2366
* Support fastblocks when setting root set weights in e2e tests by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2464
* Extrinsic Submission Timeout by thewhaleking in https://github.com/opentensor/bittensor/pull/2448
* Resync async substrate by thewhaleking in https://github.com/opentensor/bittensor/pull/2463
* Fixes logging when setting weights by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2465
* Integration tests by thewhaleking in https://github.com/opentensor/bittensor/pull/2433
* Fixes logic for checking block_since_last_update by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2473
* Update unit tests websocket by thewhaleking in https://github.com/opentensor/bittensor/pull/2468
* Improve MockSubtensor by thewhaleking in https://github.com/opentensor/bittensor/pull/2469
* Fixes logging when passing multiple objects by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2477
* Add script for solving ssl issue by roman-opentensor in https://github.com/opentensor/bittensor/pull/2474
* Improve async docstrings by thewhaleking in https://github.com/opentensor/bittensor/pull/2478
* fix: increase stacklevel in LoggingMachine log calls by zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2476
* remove uses of return scale obj by thewhaleking in https://github.com/opentensor/bittensor/pull/2479
* Backmerge master to staging for 8.4.0 by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2482
* Expand `reuse_block` by thewhaleking in https://github.com/opentensor/bittensor/pull/2481
* Add NeuronInfo list from vec u8 by camfairchild in https://github.com/opentensor/bittensor/pull/2480
* Update `ensure_connected` for websockets by thewhaleking in https://github.com/opentensor/bittensor/pull/2486
* MockSubtensor work offline by thewhaleking in https://github.com/opentensor/bittensor/pull/2487
* Add `wait_for_block` method by thewhaleking in https://github.com/opentensor/bittensor/pull/2489
* Updates btwallet to 2.1.2 by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2490
* Bumps bittensor wallet to 2.1.3 by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2492

New Contributors
* vaqxai made their first contribution in https://github.com/opentensor/bittensor/pull/2366
* zyzniewski-reef made their first contribution in https://github.com/opentensor/bittensor/pull/2476

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.3.1...v8.4.0

8.3.1

What's Changed
* Fixes broken Subtensor methods by thewhaleking in https://github.com/opentensor/bittensor/pull/2420
* [Tests] AsyncSubtensor (Part 7: The final race) by roman-opentensor in https://github.com/opentensor/bittensor/pull/2418

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.3.0...v8.3.1

8.3.0

What's Changed
* Expands the type registry to include all the available options by thewhaleking in https://github.com/opentensor/bittensor/pull/2353
* add `Subtensor.register`, `Subtensor.difficulty` and related staff with tests by roman-opentensor in https://github.com/opentensor/bittensor/pull/2352
* added to Subtensor: `burned_register`, `get_subnet_burn_cost`, `recycle` and related extrinsics by roman-opentensor in https://github.com/opentensor/bittensor/pull/2359
* Poem "Risen from the Past". Act 3. by roman-opentensor in https://github.com/opentensor/bittensor/pull/2363
* default port from 9946 to 9944 by roman-opentensor in https://github.com/opentensor/bittensor/pull/2376
* remove unused prometheus extrinsic by roman-opentensor in https://github.com/opentensor/bittensor/pull/2378
* Replace rich.console to btlogging.loggin by roman-opentensor in https://github.com/opentensor/bittensor/pull/2377
* SDK (AsyncSubtensor) Part 1 by roman-opentensor in https://github.com/opentensor/bittensor/pull/2374
* SDK (AsyncSubtensor) Part 2 by roman-opentensor in https://github.com/opentensor/bittensor/pull/2380
* Handle SSL Error on Connection by thewhaleking in https://github.com/opentensor/bittensor/pull/2384
* Avoid using `prompt` in SDK by roman-opentensor in https://github.com/opentensor/bittensor/pull/2382
* Backmerge/8.2.0 by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2389
* Remove `retry` and fix tests by roman-opentensor in https://github.com/opentensor/bittensor/pull/2392
* fix: logging weights correctly in utils/weight_utils.py by grantdfoster in https://github.com/opentensor/bittensor/pull/2362
* Add `subvortex` subnet and tests by roman-opentensor in https://github.com/opentensor/bittensor/pull/2395

8.2.1

What's Changed

* Expands the type registry to include all the available options by thewhaleking in https://github.com/opentensor/bittensor/pull/2353
* add `Subtensor.register`, `Subtensor.difficulty` and related staff with tests by roman-opentensor in https://github.com/opentensor/bittensor/pull/2352
* added to Subtensor: `burned_register`, `get_subnet_burn_cost`, `recycle` and related extrinsics by roman-opentensor in https://github.com/opentensor/bittensor/pull/2359
* Poem "Risen from the Past". Act 3. by roman-opentensor in https://github.com/opentensor/bittensor/pull/2363
* default port from 9946 to 9944 by roman-opentensor in https://github.com/opentensor/bittensor/pull/2376
* remove unused prometheus extrinsic by roman-opentensor in https://github.com/opentensor/bittensor/pull/2378
* Replace rich.console to btlogging.loggin by roman-opentensor in https://github.com/opentensor/bittensor/pull/2377
* Backmerge 8.2.0 by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2389
* Add subvortex subnet and tests by roman-opentensor in https://github.com/opentensor/bittensor/pull/2395
* Handle SSL Error on Connection by thewhaleking in https://github.com/opentensor/bittensor/pull/2384
* Avoid using prompt in SDK by roman-opentensor in https://github.com/opentensor/bittensor/pull/2382

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.2.0...v8.2.1

8.2.0

What's Changed
* remove commit from e2e tests by roman-opentensor in https://github.com/opentensor/bittensor/pull/2340
* add bittensor-cli as prod deps for sdk by roman-opentensor in https://github.com/opentensor/bittensor/pull/2345
* Fix the install command syntax by rajkaramchedu in https://github.com/opentensor/bittensor/pull/2346
* add config test by roman-opentensor in https://github.com/opentensor/bittensor/pull/2347
* Bumps version for 8.2.0 by ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2348

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

Page 2 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.