|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 8.3.0 /2024-11-06 |
| 3 | +## 8.3.1 /2024-11-13 |
4 | 4 |
|
5 | 5 | ## What's Changed |
| 6 | +* Better handle incorrect file path for wallets. by @thewhaleking in https://github.com/opentensor/btcli/pull/230 |
| 7 | +* Handle websockets version 14, verbose error output by @thewhaleking in https://github.com/opentensor/btcli/pull/236 |
| 8 | +* Handles the new PasswordError from bt-wallet by @thewhaleking in https://github.com/opentensor/btcli/pull/232 |
| 9 | + |
| 10 | +**Full Changelog**: https://github.com/opentensor/btcli/compare/v8.3.0...v.8.3.1 |
6 | 11 |
|
| 12 | +## 8.3.0 /2024-11-06 |
| 13 | + |
| 14 | +## What's Changed |
7 | 15 | * Better handle incorrect password by @thewhaleking in https://github.com/opentensor/btcli/pull/187 |
8 | 16 | * Fixes success path of pow register by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/189 |
9 | 17 | * Adds `--all` flag to transfer by @thewhaleking in https://github.com/opentensor/btcli/pull/181 |
10 | | -* Various fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/199 |
| 18 | +* In `do_transfer`, we check the balance with coldkeypub.ss58, but then retrieve it from the dict with coldkey.ss58. Resolve this. by @thewhaleking in https://github.com/opentensor/btcli/pull/199 |
| 19 | +* Handle KeyboardInterrupt in CLI to gracefully exit (no traceback) by @thewhaleking in https://github.com/opentensor/btcli/pull/199 |
| 20 | +* Handle race conditions where self.metadata may not be set before finishing initialising runtime (this may need optimised in the future) by @thewhaleking in https://github.com/opentensor/btcli/pull/199 |
| 21 | +* Error description output by @thewhaleking in https://github.com/opentensor/btcli/pull/199 |
| 22 | +* Taostats link fixed by @thewhaleking in https://github.com/opentensor/btcli/pull/199 |
| 23 | +* Fixes not showing confirmation if --no-prompt is specified on stake remove by @thewhaleking in https://github.com/opentensor/btcli/pull/199 |
11 | 24 | * Fix wallets in overview by @thewhaleking in https://github.com/opentensor/btcli/pull/197 |
12 | 25 | * fix handling null neurons by @thewhaleking in https://github.com/opentensor/btcli/pull/214 |
13 | 26 | * Fix cuda pow registration by @thewhaleking in https://github.com/opentensor/btcli/pull/215 |
|
16 | 29 | * Support hotkey names for include/exclude in st add/remove by @thewhaleking in https://github.com/opentensor/btcli/pull/216 |
17 | 30 | * Subvortex network added by @thewhaleking in https://github.com/opentensor/btcli/pull/223 |
18 | 31 | * Add prompt option to all commands which use Confirm prompts by @thewhaleking in https://github.com/opentensor/btcli/pull/227 |
| 32 | +* fix: local subtensor port by @distributedstatemachine in https://github.com/opentensor/btcli/pull/228 |
19 | 33 | * Update local subtensor port by @distributedstatemachine in https://github.com/opentensor/btcli/pull/228 |
20 | 34 |
|
21 | 35 | **Full Changelog**: https://github.com/opentensor/btcli/compare/v8.2.0...v8.3.0 |
|
0 commit comments