v8.3.0
ibraheem-opentensor
released this
07 Nov 00:19
·
8 commits
to main
since this release
What's Changed
8.3.0 /2024-11-06
What's Changed
- Better handle incorrect password by @thewhaleking in #187
- Fixes success path of pow register by @ibraheem-opentensor in #189
- Adds
--all
flag to transfer by @thewhaleking in #181 - 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 #199 - Handle KeyboardInterrupt in CLI to gracefully exit (no traceback) by @thewhaleking in #199
- Handle race conditions where self.metadata may not be set before finishing initialising runtime (this may need optimised in the future) by @thewhaleking in #199
- Error description output by @thewhaleking in #199
- Taostats link fixed by @thewhaleking in #199
- Fixes not showing confirmation if --no-prompt is specified on stake remove by @thewhaleking in #199
- Fix wallets in overview by @thewhaleking in #197
- fix handling null neurons by @thewhaleking in #214
- Fix cuda pow registration by @thewhaleking in #215
- Adds confirmation after each successful regen by @ibraheem-opentensor in #203
- Removes wallet path prompt by @ibraheem-opentensor in #205
- Support hotkey names for include/exclude in st add/remove by @thewhaleking in #216
- Subvortex network added by @thewhaleking in #223
- Add prompt option to all commands which use Confirm prompts by @thewhaleking in #227
- fix: local subtensor port by @distributedstatemachine in #228
- Release/8.3.0 by @ibraheem-opentensor in #219
New Contributors
- @distributedstatemachine made their first contribution in #228
Full Changelog: v8.2.0...v8.3.0