Closed roman-opentensor closed 1 week ago
As a next step after bittensor/subtensor.py migrated to async the bittensor/extrinsic sub-package have to be next one.
bittensor/subtensor.py
bittensor/extrinsic
sync -> async for bittensor/extrinsic sub-package
bittensor/extrinsic sub-package
Related fix https://github.com/opentensor/bittensor/pull/1992
Part 2 https://github.com/opentensor/bittensor/pull/1995 Part 3 https://github.com/opentensor/bittensor/pull/1996
Part 4 https://github.com/opentensor/bittensor/pull/2000
Part 5 https://github.com/opentensor/bittensor/pull/2008
extrinsics/unstaking.py https://github.com/opentensor/bittensor/pull/2001
extrinsics/unstaking.py
Is your feature request related to a problem? Please describe.
As a next step after
bittensor/subtensor.py
migrated to async thebittensor/extrinsic
sub-package have to be next one.Describe the solution you'd like
sync -> async for
bittensor/extrinsic sub-package