Releases: opentensor/btcli
Releases · opentensor/btcli
v9.1.0
What's Changed
- Hotkey SS58 in stake transfer interactive selection by @thewhaleking in #345
- Backmerge main staging 903 by @ibraheem-opentensor in #346
- Feat/btcli view dashboard by @ibraheem-opentensor in #348
- Release/9.1.0 by @ibraheem-opentensor in #349
Full Changelog: v9.0.3...v9.1.0
v9.0.3
What's Changed
- Update wording for burn for sn registration by @thewhaleking in #333
- [fix] use chk_take = 0 if None by @camfairchild in #335
- Use
unlock_key
fn globally by @thewhaleking in #336 - Updates Rust version to stable by @ibraheem-opentensor in #339
- Warn Users When Setting Root-Only Hyperparams by @thewhaleking in #337
- st transfer allow hotkey ss58 by @thewhaleking in #338
- Git not required by @thewhaleking in #341
- Adds limit of ss58 addresses per call when fetching total_stake by @ibraheem-opentensor in #340
- Backmerge/main staging 902 by @ibraheem-opentensor in #342
- Release/9.0.3 by @ibraheem-opentensor in #343
Full Changelog: v9.0.2...v9.0.3
v9.0.2
What's Changed
- Fix stake child get by @thewhaleking in #321
- Edge case alpha formatting by @thewhaleking in #318
- Adds Tao emissions to stake list by @ibraheem-opentensor in #300
- Updates balance command by @ibraheem-opentensor in #322
- Backmerge main to staging 101 by @ibraheem-opentensor in #326
- Updates stake list (with swap value) by @ibraheem-opentensor in #327
- Adds unstaking from all hotkeys + tests by @ibraheem-opentensor in #325
- Mnemonic helper text by @thewhaleking in #329
- fix: remove double conversion in stake swap functionality [--swap_all] by @ashikshafi08 in #328
- Arbitrary Hyperparams Setting by @thewhaleking in #320
- Bumps deps for btcli by @ibraheem-opentensor in #330
- SubtensorInterface async with logic by @thewhaleking in #331
- remove version from cli.py by @igorsyl in #323
- Release/9.0.2 by @ibraheem-opentensor in #332
New Contributors
- @ashikshafi08 made their first contribution in #328
- @igorsyl made their first contribution in #323
Full Changelog: v9.0.1...v9.0.2
v9.0.1
What's Changed
- Fixes root tempo being 0 by @ibraheem-opentensor in #312
- Backmerge main to staging 900 by @ibraheem-opentensor in #313
- Fixes fmt err msg by @ibraheem-opentensor in #314
- Adds subnet identities set/get by @ibraheem-opentensor in #316
- Fix return type annotation for
alpha_to_tao_with_slippage
by @thewhaleking in #311 - Updates live view of btcli stake list
- Release/9.0.1 by @ibraheem-opentensor in #317
- Other minor improvements and fixes
Full Changelog: v9.0.0...v9.0.1
v9.0.0
9.0.0 /2025-02-13
What's Changed
- Btcli ported to Rao by @ibraheem-opentensor & @thewhaleking in https://github.com/opentensor/btcli/tree/rao-games/pools
- fix netuid from str to int by @roman-opentensor in #195
- add runtime apis to reg by @ibraheem-opentensor in #196
- Updated tables (st list, s list) by @ibraheem-opentensor in #200
- Modifying descriptions and links in stake and subnets dot py files by @rajkaramchedu in #246
- Fixes Identity Lookup (Rao Games Pools) by @thewhaleking in #279
- Show encrypted hotkeys in w list by @thewhaleking in #288
- Backmerge rao branch to decoding branch by @ibraheem-opentensor in #290
- Updates identity, sn identity, and other chain stuff by @ibraheem-opentensor in #292
- Updates Rao to decode using chain by @ibraheem-opentensor in #286
- Fix/rao remove mention of cost by @camfairchild in #293
- Uses uvloop if it's installed by @thewhaleking in #294
- Feat: Safe staking by @ibraheem-opentensor in #299
- Removes stake from w balances by @ibraheem-opentensor in #301
- Updates docstrings for commands by @ibraheem-opentensor in #303
- Release/9.0.0rc4 by @ibraheem-opentensor in #306
- Rao to staging merge (new branch) by @thewhaleking in #305
- [WIP] Rao by @thewhaleking in #129
- Updates e2e tests for rao by @ibraheem-opentensor in #307
- Update dividends, adds sort by @ibraheem-opentensor in #308
- Final cleanups for Rao by @ibraheem-opentensor in #309
New Contributors
- @camfairchild made their first contribution in #293
v9.0.0rc4
9.0.0rc4 /2025-02-12
- Adds sort option to metagraph/show
- Updates metagraph/show to use direct dividends instead of relative
- Updates subnets list to use working tao emissions
Full Changelog: v9.0.0rc3...v9.0.0rc4
v9.0.0rc3
What's Changed
- Uses uvloop if it's installed by @thewhaleking in #294
- Feat: Safe staking by @ibraheem-opentensor in #299
- Removes stake from w balances by @ibraheem-opentensor in #301
- Updates docstrings for commands by @ibraheem-opentensor in #303
Full Changelog: v9.0.0rc2...v9.0.0rc3
v9.0.0rc2
9.0.0rc2 /2025-02-06
What's Changed
- Updates to new Async Substrate Interface
- Other bug fixes and improvements
v9.0.0rc1
9.0.0rc1 /2025-02-04
What's Changed
- Uses new Async Substrate Interface
- Updates how we use runtime calls
- Updates stake move to accept ss58 origin hotkeys
- Fixes slippage calculation in stake move
- Adds improved error handling through '--verbose' flag
- Improved docstrings
8.2.0rc14
What's Changed
- Adds new commands
btcli stake swap
, andbtcli stake transfer
. - Updates
btcli stake move
to be more interactive. - Adds
btcli s price
with--html
and--log
functionalities. - Other improvements and bug fixes