Skip to content

Commit 7358006

Browse files
authored
Merge pull request #148 from opentensor/release/8.1.0
Release/8.1.0
2 parents 80114d9 + c23d0fa commit 7358006

22 files changed

+664
-472
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 8.1.0 /2024-10-03
4+
5+
## What's Changed
6+
* Allow for delegate take between 0 and 18% by @garrett-opentensor in https://github.com/opentensor/btcli/pull/123
7+
* Fixed: wallet balance check when undelegating the stake by @the-mx in https://github.com/opentensor/btcli/pull/124
8+
* `root my-delegates` ask for path instead of name when using `--all` by @thewhaleking in https://github.com/opentensor/btcli/pull/126
9+
* Fix/delegate all by @the-mx in https://github.com/opentensor/btcli/pull/125
10+
* Handle SSL errors and avoid unnecessary chain head calls by @thewhaleking in https://github.com/opentensor/btcli/pull/127
11+
* Deprecate: Remove chain config by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/128
12+
* Update staging by @thewhaleking in https://github.com/opentensor/btcli/pull/130
13+
* set archive node properly by @thewhaleking in https://github.com/opentensor/btcli/pull/143
14+
* Randomise rpc request ID by @thewhaleking in https://github.com/opentensor/btcli/pull/131
15+
* update help text in the BTCLI by @dougsillars in https://github.com/opentensor/btcli/pull/139
16+
* Backmerge/main to staging - 1st oct by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/145
17+
* Backmerge main to staging by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/147
18+
* Updates "btcli w set-identity" by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/146
19+
* Give recent commit in version by @thewhaleking in https://github.com/opentensor/btcli/pull/156
20+
* Rename `not_subtensor` to `subtensor` by @thewhaleking in https://github.com/opentensor/btcli/pull/157
21+
* Integrate Rust Wallet — tests by @thewhaleking @opendansor @roman-opentensor @ibraheem-opentensor @camfairchild in https://github.com/opentensor/btcli/pull/158
22+
23+
## New Contributors
24+
* @the-mx made their first contribution in https://github.com/opentensor/btcli/pull/124
25+
* @dougsillars made their first contribution in https://github.com/opentensor/btcli/pull/139
26+
27+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v8.0.0...v8.1.0
28+
329
## 8.0.0 /2024-09-25
430

531
## What's Changed

bittensor_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
from .cli import CLIManager
1919

2020

21-
__version__ = "8.0.0"
21+
__version__ = "8.1.0"
2222

2323
__all__ = ["CLIManager", "__version__"]

0 commit comments

Comments
 (0)