Benjamin Himes

Results 9 issues of Benjamin Himes

### Is your feature request related to a problem? Many sites have an API path in the URL. For example, Jira uses {jira_url}/rest/api/2/ as the base for its API requests....

enhancement

Moving all async stuff to `bittensor/v2`, retaining legacy functionality in root `bittensor/`

do not merge
do not review yet
async migration

[WIP] Backend server for Commander. Fixes - https://github.com/opentensor/KnowledgeBase/issues/2

do not merge

The following tests are skipped when running Pytest because they are async but not marked with `@pytest.mark.asyncio`: `unit_tests/test_axon.py`: ```python async def test_verify_body_integrity_happy_path async def test_verify_body_integrity_edge_cases async def test_verify_body_integrity_error_cases ``` If...

https://github.com/opentensor/bittensor/blob/636ea67526fc3745fca66510dc7eb5ffa12aad32/bittensor/commands/inspect.py#L185C1-L185C65 Should be Tuple[] not Tuple()

good first issue
bittensor
beginner

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: ![Image](https://github.com/opentensor/bittensor/assets/37844818/e5d03f5b-e8d1-461a-ba71-a95a38e9002e)

enhancement
bittensor

Subtensor hotfix: https://github.com/opentensor/subtensor/pull/383/