You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,36 @@
1
1
# Changelog
2
2
3
+
## 9.9.0 /2025-08-11
4
+
5
+
## What's Changed
6
+
* Fix crv3 tests after devnet-ready get `CRV3WeightCommitsV2` by @basfroman in https://github.com/opentensor/bittensor/pull/2978
7
+
* Add webhook for failed nightly tests by @basfroman in https://github.com/opentensor/bittensor/pull/2987
8
+
* Fix liquidity test (non-fast-blocks node) by @basfroman in https://github.com/opentensor/bittensor/pull/2988
9
+
* improve nightly logic by @basfroman in https://github.com/opentensor/bittensor/pull/2989
10
+
* improve nightly 2 by @basfroman in https://github.com/opentensor/bittensor/pull/2990
11
+
* Add `get_stake_weight` methods by @basfroman in https://github.com/opentensor/bittensor/pull/2985
12
+
* Handles both exceptions for Swap pallet fetching by @thewhaleking in https://github.com/opentensor/bittensor/pull/2991
13
+
* chore: fix typo by @socialsister in https://github.com/opentensor/bittensor/pull/2969
14
+
* optimisations mostly related to liquidity_list by @thewhaleking in https://github.com/opentensor/bittensor/pull/2980
15
+
* Transfers improvements by @thewhaleking in https://github.com/opentensor/bittensor/pull/2993
16
+
* Remove ownership check in `transfer_stake_extrinsic` and `swap_stake_extrinsic` by @basfroman in https://github.com/opentensor/bittensor/pull/2996
17
+
* Missed await by @thewhaleking in https://github.com/opentensor/bittensor/pull/3002
18
+
* chore: fix typo by @lechpzn in https://github.com/opentensor/bittensor/pull/3001
19
+
* Adds note for installing on macOS by @thewhaleking in https://github.com/opentensor/bittensor/pull/3004
20
+
* Bump bittensor-wallet version by @thewhaleking in https://github.com/opentensor/bittensor/pull/3005
21
+
* Format Error with string docs by @thewhaleking in https://github.com/opentensor/bittensor/pull/3006
22
+
*`LoggingMachine` initialization updated to explicitly call both parent constructors by @basfroman in https://github.com/opentensor/bittensor/pull/3008
23
+
* Fixed `moving_price` conversion from `I96F32` to float by @mcjkula in https://github.com/opentensor/bittensor/pull/3010
24
+
* Add new CRv4 logic by @basfroman in https://github.com/opentensor/bittensor/pull/2999
25
+
* UV Fix by @thewhaleking in https://github.com/opentensor/bittensor/pull/3011
26
+
27
+
## New Contributors
28
+
*@socialsister made their first contribution in https://github.com/opentensor/bittensor/pull/2969
29
+
*@lechpzn made their first contribution in https://github.com/opentensor/bittensor/pull/3001
30
+
*@mcjkula made their first contribution in https://github.com/opentensor/bittensor/pull/3010
The macOS preinstalled CPython installation is compiled with LibreSSL instead of OpenSSL. There are a number
99
+
of issues with LibreSSL, and as such is not fully supported by the libraries used by bittensor. Thus we highly recommend, if
100
+
you are using a Mac, to first install Python from [Homebrew](https://brew.sh/). Additionally, the Rust FFI bindings
101
+
[if installing from precompiled wheels (default)] require the Homebrew-installed OpenSSL pacakge. If you choose to use
102
+
the preinstalled Python version from macOS, things may not work completely.
103
+
104
+
### Installation
97
105
You can install Bittensor SDK on your local machine in either of the following ways. **Make sure you verify your installation after you install**:
98
106
-[Install using a Bash command](#install-using-a-bash-command).
99
107
-[Install using `pip3 install`](#install-using-pip3-install)
@@ -158,6 +166,13 @@ You can install using any of the below options:
158
166
1. Install `cubit` first. See the [Install](https://github.com/opentensor/cubit?tab=readme-ov-file#install) section. **Only Python 3.9 and 3.10 versions are supported**.
159
167
2. Then install SDKwith`pip install bittensor`.
160
168
169
+
170
+
### Troubleshooting
171
+
#### SSL: CERTIFICATE_VERIFY_FAILED
172
+
173
+
If you are encountering a `[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate`
174
+
error, use the command `python -m bittensor certifi` which will update your local SSL certificates.
0 commit comments