Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
cb18fba
Better checks the swap status
thewhaleking Jun 6, 2025
aed5a9c
Ensures network local is used if forgotten in e2e tests
thewhaleking Jun 11, 2025
df661ba
Ensures only adds network local to commands which utilise that arg.
thewhaleking Jun 12, 2025
1216a2b
adds netuid support in swap-hotkey
ibraheem-abe Jun 16, 2025
0f68766
updates swap extrinsic
ibraheem-abe Jun 16, 2025
0fc391c
ruff
ibraheem-abe Jun 16, 2025
3d3657e
logo_url params
ibraheem-abe Jun 16, 2025
1fa0491
adds logo_url support
ibraheem-abe Jun 16, 2025
7dcf37b
updates tests
ibraheem-abe Jun 16, 2025
4077b98
cleanup
ibraheem-abe Jun 16, 2025
0611641
ruff
ibraheem-abe Jun 16, 2025
35b2d44
ruff (again)
ibraheem-abe Jun 16, 2025
181583a
Merge pull request #504 from opentensor/feat/logo-urls-subnet-identity
ibraheem-abe Jun 16, 2025
d7a7014
update creation test
ibraheem-abe Jun 16, 2025
06153d7
bumps version and changelog
ibraheem-abe Jun 16, 2025
07884c4
updates swap extrinsic
ibraheem-abe Jun 16, 2025
f6a6424
pip
ibraheem-abe Jun 16, 2025
3f452f8
Merge pull request #503 from opentensor/feat/swap-hotkey-netuids
ibraheem-abe Jun 16, 2025
64a0826
Merge branch 'main' into backmerge-main-staging-970
ibraheem-abe Jun 16, 2025
0cb20e3
Merge pull request #508 from opentensor/backmerge-main-staging-970
ibraheem-abe Jun 16, 2025
0b88eaa
Merge branch 'staging' into feat/thewhaleking/ensure-network-local-us…
thewhaleking Jun 18, 2025
371193d
Merge pull request #497 from opentensor/feat/thewhaleking/ensure-netw…
thewhaleking Jun 18, 2025
608a791
Our inputs are always strings
thewhaleking Jun 23, 2025
7e24c04
Added e2e test
thewhaleking Jun 23, 2025
982c4c2
Merge pull request #510 from opentensor/fix/thewhaleking/convert-from…
thewhaleking Jun 23, 2025
5ed8e84
Ensure that non_netuid_fields are strings, instead of `<class 'abc.Op…
thewhaleking Jun 24, 2025
452ed34
Merge pull request #511 from opentensor/fix/thewhaleking/ensure-we-pa…
thewhaleking Jun 24, 2025
79e4b34
Adds snake_case aliases for all commands and options.
thewhaleking Jul 2, 2025
302a331
Updates help
thewhaleking Jul 2, 2025
8274848
Revert aliases in Options.
thewhaleking Jul 2, 2025
dd0ce41
Merge pull request #514 from opentensor/feat/thewhaleking/add-snake-case
thewhaleking Jul 2, 2025
f621c13
Merge branch 'staging' into fix/thewhaleking/btcli-swap-status
thewhaleking Jul 2, 2025
c83f798
Removed extrinsic parsing in favour of using the reported queries.
thewhaleking Jul 2, 2025
7d39145
Merge pull request #485 from opentensor/fix/thewhaleking/btcli-swap-s…
thewhaleking Jul 2, 2025
883e4f8
add liquidity utils with math
Jul 3, 2025
38ec631
add liquidity extrinsics
Jul 3, 2025
e05e6cd
update HELP_PANELS
Jul 3, 2025
7488f71
add middleware calls
Jul 3, 2025
61874c1
add is_subnet_active
Jul 3, 2025
8e38753
add commands
Jul 3, 2025
d986616
update help for flag
Jul 3, 2025
fc536d6
🔨
Jul 3, 2025
3027b60
add `HYPERPARAMS_MODULE`, update `SubnetHyperparameters`, improve `ge…
Jul 3, 2025
e637f17
fix test
Jul 3, 2025
a5df4ac
update list table
Jul 3, 2025
658a1f1
Brought the PR into line with the rest of the btcli codebase, added J…
thewhaleking Jul 7, 2025
b01d997
WIP tests
thewhaleking Jul 7, 2025
7c5d9e1
Updated tests + list output
thewhaleking Jul 7, 2025
5cce337
Updated title.
thewhaleking Jul 7, 2025
7ba1ce5
update add_stake_limit
ibraheem-abe Jul 7, 2025
0904784
update_remove_stake_limit
ibraheem-abe Jul 7, 2025
f37ecae
Why was this changed?
thewhaleking Jul 7, 2025
1001557
Liquidity not measured in tao.
thewhaleking Jul 7, 2025
5ee38d7
I'm not proud of this code
thewhaleking Jul 7, 2025
faa201d
Missed arg
thewhaleking Jul 7, 2025
9f011dc
Retry for incorect password
thewhaleking Jul 7, 2025
4de77c8
Small fixes
thewhaleking Jul 7, 2025
37123e5
Merge pull request #515 from opentensor/feat/roman/liquidity-provider
thewhaleking Jul 7, 2025
4280071
Update bittensor_cli/src/commands/stake/remove.py
ibraheem-abe Jul 7, 2025
7ad2b64
Merge pull request #519 from opentensor/update/safe-staking-limits
ibraheem-abe Jul 7, 2025
f4f4c93
Merge branch 'main' into backmerge/staging-971
ibraheem-abe Jul 7, 2025
bf53b67
Merge pull request #520 from opentensor/backmerge/staging-971
ibraheem-abe Jul 7, 2025
7903d86
Updates version and changelog
ibraheem-abe Jul 7, 2025
755e3e9
Merge pull request #521 from opentensor/changelog/980
ibraheem-abe Jul 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 9.8.0/2025-07-07

## What's Changed
* Feat/logo urls in subnet identity by @ibraheem-abe in https://github.com/opentensor/btcli/pull/504
* Feat/swap hotkey with netuids by @ibraheem-abe in https://github.com/opentensor/btcli/pull/503
* Backmerge main staging by @ibraheem-abe in https://github.com/opentensor/btcli/pull/508
* Ensures network local is used if forgotten in e2e tests by @thewhaleking in https://github.com/opentensor/btcli/pull/497
* Convert hyperparams from strings by @thewhaleking in https://github.com/opentensor/btcli/pull/510
* Ensure we parse strings for param names by @thewhaleking in https://github.com/opentensor/btcli/pull/511
* add snake case aliases by @thewhaleking in https://github.com/opentensor/btcli/pull/514
* Better checks the swap status by @thewhaleking in https://github.com/opentensor/btcli/pull/485
* Integrate Liquidity Provider feature by @basfroman in https://github.com/opentensor/btcli/pull/515
* Updates safe staking/unstaking limits by @ibraheem-abe in https://github.com/opentensor/btcli/pull/519

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.7.1...v9.8.0

## 9.7.1/2025-06-26

## What's Changed
Expand Down
Loading
Loading