opentensor / bittensor

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

Async migration for bittensor/extrinsic sub-package #1990

Open RomanCh-OT opened 1 month ago

RomanCh-OT commented 1 month 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

RomanCh-OT commented 1 month ago

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

RomanCh-OT commented 1 month ago

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

RomanCh-OT commented 1 month ago

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

RomanCh-OT commented 1 month ago

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

RomanCh-OT commented 1 month ago

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