bittensor
bittensor copied to clipboard
Internet-scale Neural Networks
Description: need a standard for all Python code in the org AC: - clear standards for Python programming in OpenTensor
Current test coverage on bittensor/commands/overview.py: is 48% Acceptance Criteria: * bittensor/commands/overview.py test coverage is at or above 80%
Building upon RFC-001, I'm proposing the creation of a curses-based TUI for bittensor. Created [RFC-002](https://docs.google.com/document/d/1x9e8ndhv2Hh9zFCEX_F2282vsTHaSfKBHmTJAWWcIVc) Mockup: 
### Describe the bug bittensor/bittensor/extrinsics/delegation.py:delegate_extrinsic() and bittensor/bittensor/extrinsics/staking.py:add_stake_extrinsic() do not use bittensor/subtensor.py:get_existential_deposit (which on mainnet returns 500 RAO) and use a hardcoded 1000 RAO instead. ### To Reproduce try to stake...
Subtensor hotfix: https://github.com/opentensor/subtensor/pull/383/
### Is your feature request related to a problem? Please describe. When I head to https://github.com/opentensor/bittensor/security , I see no Security policy was set, i.e. I do not know how...
## Description This PR adds integration tests for the set stake weights subcommand
## Description This PR : - Replaces the multiple state queries in get_dynamic_info and get_dynamic_info_for_netuid with state calls to make it more performant. # Related links - https://github.com/opentensor/subtensor/pull/351 ## TODO...
### Is your feature request related to a problem? Please describe. I am running a script to compare the weights at different times, and to do this I need to...