opentensor / bittensor

Internet-scale Neural Networks
https://www.bittensor.com/
MIT License
934 stars 323 forks source link

Async migration for bittensor/extrinsic sub-package #1990

Closed roman-opentensor closed 1 week ago

roman-opentensor commented 5 months ago

Is your feature request related to a problem? Please describe.

As a next step after bittensor/subtensor.py migrated to async the bittensor/extrinsic sub-package have to be next one.

Describe the solution you'd like

sync -> async for bittensor/extrinsic sub-package

roman-opentensor commented 5 months ago

Related fix https://github.com/opentensor/bittensor/pull/1992

roman-opentensor commented 5 months ago

Part 2 https://github.com/opentensor/bittensor/pull/1995 Part 3 https://github.com/opentensor/bittensor/pull/1996

roman-opentensor commented 5 months ago

Part 4 https://github.com/opentensor/bittensor/pull/2000

roman-opentensor commented 5 months ago

Part 5 https://github.com/opentensor/bittensor/pull/2008

roman-opentensor commented 5 months ago

extrinsics/unstaking.py https://github.com/opentensor/bittensor/pull/2001