bittensor
bittensor copied to clipboard
Internet-scale Neural Networks
Initial changes (still waiting for bt-decode update) Relies on https://github.com/opentensor/async-substrate-interface/pull/121
We need to increase integration test coverage for the SDK. The integration tests should handle cases where data is passed between modules in the bittensor SDK, including other packages like...
### Is your feature request related to a problem? Please describe. As a user I would like to have the liquidity providing feature so that I can provide more TAO...
Fixed merge conflicts in #2227
### Describe the bug I try to get info about validator. Most of the fields get correct info, but not all of them. I use `get_delegate_by_hotkey` method for which `return_per_1000`...
- [x] Unit tests to 90% - [x] https://github.com/opentensor/bittensor/issues/2462 - [ ] e2e tests 100% of extrinsics on both async/sync - [ ] async - [ ] https://github.com/opentensor/bittensor/issues/2461 - [x]...
All E2E tasks are asyncio-compatible and we wrap (sync) Subtensor and simply pass all calls directly to it and return in blocking mode requires: - https://github.com/opentensor/bittensor/pull/2771 - https://github.com/opentensor/bittensor/pull/2772
RFC: runtime_browser This code exposes runtime storage items, constants and APIs as if they are mirrored in Python. It is intended to simplify and reduce code, and to close the...
Adds methods for new extrinsics of `batch_set_weights` and `batch_commit_weights` from: https://github.com/opentensor/subtensor/pull/1022 Includes new e2e tests passing locally on relevant subtensor feature branch.