bittensor
bittensor copied to clipboard
Internet-scale Neural Networks
Branch: `dynamic` Getting takes for hotkey per subnet: The `root list_deleagtes` command didn't look right when it displayed takes for all subnets (they don't fit in a line), so it...
Commands `st add` and `st remove` show a prompt to ask for the hotkey to delegate to. If this hotkey is provided as ss58 address or is left empty (default),...
## Description In order to support liquid alpha , we need to add the enable the following hyper paramaters to be configurable in the cli: - alpha_low: This is set...
Inspired by @open-junius checking logs after calling `exec_command` to ensure read cli commands work correctly, this makes `exec_command` return the stdout and stderr directly, making this easier with less boilerplate.
### Is your feature request related to a problem? Please describe. The feature related with following issues: - [subtensor: UI and python client get the error types and error docs...
Continues from #1968 It already successfully detected couple of redefinitions, which in these cases meant couple of tests were in fact never run and it was overlooked before now despite...
### Summary The purpose of these e2e tests is full regression testing of chain features with `btcli`. ### List of commands **subnets** https://github.com/opentensor/bittensor/pull/1948 - [ ] list - List all...
### Describe the bug Second registration to new subnet fails with ```SubstrateRequestException: {'code': 1010, 'message': 'Invalid Transaction', 'data': 'Transaction would exhaust the block limits'}``` ### To Reproduce 1. start localnet.sh...
### Is your feature request related to a problem? Please describe. It comes from here https://discord.com/channels/799672011265015819/1176889593136693339/1243454643569299477 ### Describe the solution you'd like Since creating a network (for test purposes) costs...