Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
162 commits
Select commit Hold shift + click to select a range
0ba4332
(un)Staking multiple avoid tx limit (#1244)
camfairchild Mar 29, 2023
69df50c
Grab delegates details from GitHub (#1245)
camfairchild Apr 4, 2023
b2da27f
Fix list_delegates on non-archive nodes (#1232)
camfairchild Apr 6, 2023
269dc14
Improve development workflow documentation
Apr 13, 2023
ec81fa5
Update DEVELOPMENT_WORKFLOW.md
ifrit98 May 23, 2023
81e73d4
(un)Staking multiple avoid tx limit (#1244)
camfairchild Mar 29, 2023
c9aadb4
Grab delegates details from GitHub (#1245)
camfairchild Apr 4, 2023
b96333f
Fix list_delegates on non-archive nodes (#1232)
camfairchild Apr 6, 2023
f0e19c0
Improve development workflow documentation
Apr 13, 2023
bf20438
Update DEVELOPMENT_WORKFLOW.md
ifrit98 May 23, 2023
ec06a70
Merge branch 'new_staging' of https://github.com/opentensor/bittensor…
ifrit98 Jun 8, 2023
6418f63
progress on fix mock subtensor
camfairchild May 17, 2023
b781efb
[BIT-351] Ask for wallet name on btcli unstake (#1387)
camfairchild Jun 8, 2023
2999cc9
fix query map mock
camfairchild Jun 8, 2023
4c9407d
inc subnetN on mock reg
camfairchild Jun 8, 2023
d3571d4
add active to neuron on mock reg
camfairchild Jun 8, 2023
27ecead
dont store balance in chainstate
camfairchild Jun 8, 2023
410086e
use dict comprehension
camfairchild Jun 8, 2023
e0c0ecf
don't print __is_set when displaying config
ifrit98 Jun 8, 2023
7163629
use axon info from axon module
camfairchild Jun 8, 2023
30afc42
set is set for Config in tests
camfairchild Jun 8, 2023
030cb85
passes overview
camfairchild Jun 8, 2023
d11e992
remove neurons, take out multiforward Synapse
ifrit98 Jun 8, 2023
2042122
take out _neuron, these are in openminers & openvalidators now
ifrit98 Jun 8, 2023
8fb3aab
cleanup dendrite multi_forward
ifrit98 Jun 8, 2023
a1f9b76
missed MultiForward class in dendrite
ifrit98 Jun 8, 2023
acd4b9d
fix tests
camfairchild Jun 12, 2023
a720ea1
dont skip
camfairchild Jun 12, 2023
f267fb7
return data free of balance
camfairchild Jun 12, 2023
80acfd6
return proper types
camfairchild Jun 12, 2023
cd5849f
no nonces
camfairchild Jun 12, 2023
5ed3295
use same format for balances
camfairchild Jun 12, 2023
343fab0
allow block for is delegate
camfairchild Jun 12, 2023
49f66d5
fix nominate
camfairchild Jun 12, 2023
936ac8e
fix nominate again :)
camfairchild Jun 12, 2023
e6951d0
fix typehint and return value==None
camfairchild Jun 12, 2023
6476068
fix total stake tracking
camfairchild Jun 12, 2023
b6ab05b
nominate passes
camfairchild Jun 12, 2023
ebff370
fix state for ismember and totalstake
camfairchild Jun 12, 2023
e4cd176
not returning last part of tuple
camfairchild Jun 12, 2023
e7e6aff
oops, dont pass self twice
camfairchild Jun 12, 2023
9e0505b
return null neuron
camfairchild Jun 12, 2023
ee60070
get mock block hash
camfairchild Jun 12, 2023
f134a76
add set diff mock
camfairchild Jun 12, 2023
fc3b64c
fix total issuance and balance
camfairchild Jun 12, 2023
c2b0e9b
add rate limit storage
camfairchild Jun 12, 2023
1e24850
fix loop over nom
camfairchild Jun 12, 2023
8ba551d
fix some unit tests
camfairchild Jun 12, 2023
247f1b9
fix pow test
camfairchild Jun 13, 2023
55c064e
fix get delegates mock
camfairchild Jun 13, 2023
76efc8a
fix typo
camfairchild Jun 13, 2023
b334ec5
typo again
camfairchild Jun 13, 2023
f0a166d
remove assert on err
camfairchild Jun 13, 2023
9f67429
typo on storage
camfairchild Jun 13, 2023
391b5a5
spacing
camfairchild Jun 13, 2023
250549b
BlocksSinceLastStep instead
camfairchild Jun 13, 2023
e485cb8
fix list subnets
camfairchild Jun 13, 2023
e9ddc6a
dont skip
camfairchild Jun 13, 2023
5c0868b
add is set map
camfairchild Jun 13, 2023
3c29937
fix patch
camfairchild Jun 13, 2023
1d4a8d6
setup mock net 3
camfairchild Jun 13, 2023
9755471
add a do_prometheus serve func
camfairchild Jun 13, 2023
af17b3d
add to mock
camfairchild Jun 13, 2023
da75945
remove unused examples
ifrit98 Jun 15, 2023
7f24987
update bittensor version into to current (510)
ifrit98 Jun 18, 2023
14ed226
fix prometheus test
camfairchild Jun 19, 2023
1c18c99
fix some staking tests
camfairchild Jun 19, 2023
66fd585
fix transfer tests
camfairchild Jun 19, 2023
74133dc
add do_set_weights
camfairchild Jun 19, 2023
44962f7
add do_set_weights to mock
camfairchild Jun 19, 2023
e294e9f
use dsw in tests
camfairchild Jun 19, 2023
dbba9a0
use == true
camfairchild Jun 19, 2023
839be88
use == True
camfairchild Jun 19, 2023
7e95aaf
add do_serve_axon
camfairchild Jun 19, 2023
45373d8
use typeddict
camfairchild Jun 19, 2023
08b7e7a
add do serve axon mock
camfairchild Jun 19, 2023
11c4f4e
add _ to subtensor.do_* methods
camfairchild Jun 19, 2023
a882e96
add _subtensor.types
camfairchild Jun 20, 2023
b4559c6
fix circular import
camfairchild Jun 20, 2023
bbca5a7
fix mock get_balances
camfairchild Jun 20, 2023
d54a49e
return uid in mock
camfairchild Jun 20, 2023
9730a68
run setup for tests with mock sub
camfairchild Jun 20, 2023
bd3f23b
use mock sub for tests
camfairchild Jun 20, 2023
8426c75
all subtensor tests pass
camfairchild Jun 20, 2023
63ec09d
fix mock with underscore
camfairchild Jun 20, 2023
1004086
nominators mock should be list tuple not dict
camfairchild Jun 20, 2023
9772782
fix duplicate setup
camfairchild Jun 20, 2023
c18fae7
Update README.md
mostimasblunderbuss Jun 20, 2023
f4b4356
Merge pull request #1349 from opentensor/fix-text-cli
ifrit98 Jun 20, 2023
ce177ac
Merge pull request #1397 from mostimasblunderbuss/patch-1
ifrit98 Jun 20, 2023
d669536
Merge pull request #1395 from opentensor/update_authint_version
ifrit98 Jun 21, 2023
d4818d7
Merge branch 'new_staging' into remove_neurons
ifrit98 Jun 21, 2023
f8e6276
Fix integration test
camfairchild Jun 21, 2023
7683402
Merge pull request #1400 from opentensor/fix-integration-test
ifrit98 Jun 22, 2023
d890d4f
remove multiforward from synapse (missed before)
ifrit98 Jun 22, 2023
5817c01
Merge pull request #1389 from opentensor/remove_neurons
ifrit98 Jun 22, 2023
08b6279
Merge branch 'master' into new_staging
ifrit98 Jun 22, 2023
535df8d
remove hotkey from proto and dendrite
ifrit98 Jun 22, 2023
b704234
Merge pull request #1407 from opentensor/bugfix/rm_hotkey_field
ifrit98 Jun 22, 2023
157801f
Weight Utils fix (#1372)
mrseeker Jun 26, 2023
9b35e2d
Extract config to new package (#1401)
camfairchild Jun 27, 2023
6206c09
Extract wallet (#1403)
camfairchild Jun 28, 2023
3fb42df
Merge branch 'new_staging' into extract_wallet_and_config
camfairchild Jun 28, 2023
96de08f
BTCli integration with new governance protocol (#1398)
Jun 28, 2023
77637cd
Reverting unnecessary commits for next release. (#1415)
camfairchild Jun 28, 2023
bf8bab3
update new_staging with current master
ifrit98 Jun 28, 2023
95db467
fix merge conflicts with new_staging
ifrit98 Jun 28, 2023
937e43f
Merge pull request #1411 from opentensor/extract_wallet_and_config
ifrit98 Jun 28, 2023
11033fd
fix merge conflict
camfairchild Jun 28, 2023
e6ff3cd
fix dockerignore
camfairchild Jun 28, 2023
47c37bc
Use delegate nice-names in senate view
Jun 28, 2023
d7d8bc4
use new regex for test
camfairchild Jun 28, 2023
7808da2
make test assertion more verbose
camfairchild Jun 28, 2023
5100f74
add to config for test
camfairchild Jun 28, 2023
18a486c
bump version
camfairchild Jun 29, 2023
076c483
create api calls for senate info
camfairchild Jun 29, 2023
154c849
add block optional to is senate member
camfairchild Jun 29, 2023
453565a
prefer using subtensor api
camfairchild Jun 29, 2023
f04b87b
use new api calls
camfairchild Jun 29, 2023
3a15e45
dont sync metagraph on neuron init
camfairchild Jun 28, 2023
aac849c
remove multiforwad
ifrit98 Jun 29, 2023
4e40f89
fix error calling metagraph from subtensor without passing (#1426)
ifrit98 Jun 29, 2023
0bdcb29
Fix docker and pypi upload commands (#1375)
eduardogr Jun 29, 2023
3d83643
Fix cli ask for wallet hotkey name (#1430)
camfairchild Jun 30, 2023
012c4b8
always sync metagraph during subtensor.metagraph
camfairchild Jun 30, 2023
6059756
derp
ifrit98 Jun 30, 2023
3a00503
remove unused HelpCommand class for miners/validators
ifrit98 Jun 30, 2023
bf0b8a9
update changelog from running add_notes_changelog.sh
ifrit98 Jun 30, 2023
16cdbf8
fix script for the changelog
camfairchild Jun 30, 2023
f00e4c4
add changelog
camfairchild Jun 30, 2023
85827d2
Update scripts/release/github_utils.sh
camfairchild Jun 30, 2023
247ab43
add weights call to subtensor (#1436)
camfairchild Jul 3, 2023
bf20ec4
update dockerignore file (#1428)
camfairchild Jul 4, 2023
b3b2ac7
fix function name in script
camfairchild Jul 4, 2023
7e15db9
add new changelog additions
camfairchild Jul 4, 2023
8a39d10
update changelog again
camfairchild Jul 4, 2023
9f25ace
make minor release
camfairchild Jul 4, 2023
c16dd06
remove wallet impl
camfairchild Jul 4, 2023
4a293ec
use reregister from utils
camfairchild Jul 4, 2023
d47e0c9
add arg for base miner reregister
camfairchild Jul 4, 2023
2df31eb
fix mock return values
camfairchild Jul 4, 2023
0252fcc
fix return format to use Tuple
camfairchild Jul 4, 2023
b8e25dd
raise -> return
camfairchild Jul 4, 2023
aa408ed
Revert "fix return format to use Tuple"
camfairchild Jul 4, 2023
72c20e8
Revert "fix mock return values"
camfairchild Jul 4, 2023
4e76afe
raise correct errors in mock
camfairchild Jul 4, 2023
a58b0b3
return tuples for do server
camfairchild Jul 4, 2023
c0b0458
Merge branch 'master' into new_staging
ifrit98 Jul 5, 2023
280a45d
move mocks to bt_wallet package (#1441)
camfairchild Jul 5, 2023
91d13b0
bump bittensor-wallet req, update cryptography security req
ifrit98 Jul 5, 2023
54d6248
Fixes #1442
camfairchild Jul 6, 2023
c6d159d
Merge branch 'release/5.3.0' into new_staging
camfairchild Jul 6, 2023
af1f535
merge master back into staging
ifrit98 Jul 21, 2023
143fa72
adds black formatting to release branch and circleCI check for format
ifrit98 Jul 25, 2023
9ce48a8
Btlm miner (#1463)
shibshib Jul 25, 2023
c6547ff
Don't finalize set_weights ext (#1461)
camfairchild Jul 26, 2023
2c6e17d
bump version
camfairchild Jul 26, 2023
be31c49
Faster overview pull (#1464)
camfairchild Jul 26, 2023
56cda18
Contrib revamp (#1456)
ifrit98 Jul 26, 2023
a9954b6
fix torch typehint on some neurons BT-1329 (#1460)
camfairchild Jul 26, 2023
8452709
add changelog
camfairchild Jul 26, 2023
26e54bc
use double quotes for code because blackfmt
camfairchild Jul 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,46 @@ version: 2.1

orbs:
python: circleci/python@2.1.1
python-lib: dialogue/python-lib@0.1.55
# coveralls: coveralls/coveralls@1.0.6

jobs:
black:
resource_class: small
parameters:
python-version:
type: string
docker:
- image: cimg/python:<< parameters.python-version >>

steps:
- checkout

- restore_cache:
name: Restore cached black venv
keys:
- v1-pypi-py-black-<< parameters.python-version >>

- run:
name: Update & Activate black venv
command: |
python -m venv env/
. env/bin/activate
python -m pip install --upgrade pip
pip install black

- save_cache:
name: Save cached black venv
paths:
- "env/"
key: v1-pypi-py-black-<< parameters.python-version >>

- run:
name: Black format check
command: |
. env/bin/activate
python -m black --exclude '(env|venv|.eggs)' --check .

build-and-test:
resource_class: medium
parallelism: 2
Expand Down Expand Up @@ -168,6 +205,8 @@ jobs:
workflows:
pr-requirements:
jobs:
- black:
python-version: "3.8.12"
- build-and-test:
matrix:
parameters:
Expand Down
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: Bug report
description: Create a report to help us improve
labels: [bug]
assignees: []

body:
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Run command '...'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false

- type: input
id: environment
attributes:
label: Environment
description: Please specify your OS and Distro, and Bittensor Version.
placeholder: "OS and Distro: [e.g. Linux Ubuntu, Linux Fedora, etc.], Bittensor Version [e.g. 22]"
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Feature request
description: Suggest an idea for this project
labels: [feature]
assignees: []

body:
- type: textarea
id: problem-description
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
placeholder: "Ex. I'm always frustrated when [...]"
validations:
required: true

- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false

- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
118 changes: 62 additions & 56 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,62 @@
### Requirements for Contributing a Bug Fix

* Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
* The pull request must only fix an existing bug. To contribute other changes, you must use a different template. You can see all templates at <https://github.com/opentensor/bittensor/tree/master/.github/PULL_REQUEST_TEMPLATE>.
* The pull request must update the test suite to demonstrate the changed functionality.
* After you create the pull request, all status checks must pass before a maintainer reviews your contribution. This means that all the tests must pass your pull request before a maintainer is tagged to review.

### Identify the Bug

<!--

Link to the issue describing the bug that you're fixing.

If there is not yet an issue for your bug, please open a new issue and then link to that issue in your pull request.
Note: In some cases, one person's "bug" is another person's "feature." If the pull request does not address an existing issue with the "bug" label, the maintainers have the final say on whether the current behavior is a bug.

-->

### Description of the Change

<!--

We must be able to understand the design of your change from this description. If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts.

-->


### Possible Drawbacks

<!-- What are the possible side-effects or negative impacts of the code change? -->

### Verification Process

<!--

What process did you follow to verify that the change has not introduced any regressions? Describe the actions you performed (including buttons you clicked, text you typed, commands you ran, etc.), and describe the results you observed.

-->

### Release Notes

<!--

Please describe the changes in a single line that explains this improvement in
terms that a user can understand. This text will be used in Atom's release notes.

If this change is not user-facing or notable enough to be included in release notes
you may use the strings "Not applicable" or "N/A" here.

Examples:

- The GitHub package now allows you to add co-authors to commits.
- Fixed an issue where multiple cursors did not work in a file with a single line.
- Increased the performance of searching and replacing across a whole project.

-->
name: Bug Fix Contribution
description: Use this template when contributing a bug fix.
labels: [bug, pull request]

body:
- type: markdown
attributes:
value: |
### Requirements for Contributing a Bug Fix

* Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
* The pull request must only fix an existing bug. To contribute other changes, you must use a different template. You can see all templates at <https://github.com/atom/.github/tree/master/.github/PULL_REQUEST_TEMPLATE>.
* The pull request must update the test suite to demonstrate the changed functionality. For guidance, please see <https://flight-manual.atom.io/hacking-atom/sections/writing-specs/>.
* After you create the pull request, all status checks must be pass before a maintainer reviews your contribution. For more details, please see <https://github.com/atom/.github/tree/master/CONTRIBUTING.md#pull-requests>.

- type: input
id: bug
attributes:
label: Identify the Bug
description: Link to the issue describing the bug that you're fixing.
validations:
required: true

- type: textarea
id: change
attributes:
label: Description of the Change
description: We must be able to understand the design of your change from this description.
validations:
required: true

- type: textarea
id: alternate
attributes:
label: Alternate Designs
description: Explain what other alternates were considered and why the proposed version was selected.
validations:
required: false

- type: textarea
id: drawbacks
attributes:
label: Possible Drawbacks
description: What are the possible side-effects or negative impacts of the code change?
validations:
required: false

- type: textarea
id: verification
attributes:
label: Verification Process
description: What process did you follow to verify that the change has not introduced any regressions?
validations:
required: true

- type: input
id: release-notes
attributes:
label: Release Notes
description: Please describe the changes in a single line that explains this improvement in terms that a user can understand.
validations:
required: true
16 changes: 10 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE/feature_change.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@

* Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
* The pull request must contribute a change that has been endorsed by the maintainer team. See details in the template below.
* The pull request must update the test suite to exercise the updated functionality.
* After you create the pull request, all status checks must pass before a maintainer reviews your contribution. This means that all the tests must pass your pull request before a maintainer is tagged to review.
* The pull request must update the test suite to exercise the updated functionality. For guidance, please see <https://flight-manual.atom.io/hacking-atom/sections/writing-specs/>.
* After you create the pull request, all status checks must be pass before a maintainer reviews your contribution. For more details, please see <https://github.com/atom/.github/tree/master/CONTRIBUTING.md#pull-requests>.

### Issue Endorsed by Bittensor's Maintainers
### Issue or RFC Endorsed by Atom's Maintainers

<!--

Link to the issue that your change relates to.
Link to the issue or RFC that your change relates to. This must be one of the following:

To contribute an enhancement that isn't covered by one of the items above, please follow our guide for suggesting an enhancement: https://github.com/opentensor/bittensor/blob/master/CONTRIBUTING.md#suggesting-enhancements
* An open issue with the `help-wanted` label
* An open issue with the `triaged` label
* An RFC with "accepted" status

To contribute other changes, you must use a different template. You can see all templates at https://github.com/opentensor/bittensor/tree/master/.github/PULL_REQUEST_TEMPLATE.
To contribute an enhancement that isn't covered by one of the items above, please follow our guide for suggesting an enhancement: https://github.com/atom/.github/blob/master/CONTRIBUTING.md#suggesting-enhancements

To contribute other changes, you must use a different template. You can see all templates at https://github.com/atom/.github/tree/master/.github/PULL_REQUEST_TEMPLATE.

-->

Expand Down
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/performance_improvement.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Requirements for Contributing a Performance Improvement

* Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
* The pull request must only affect performance of existing functionality. To contribute other changes, you must use a different template. You can see all templates at <https://github.com/opentensor/bittensor/tree/master/.github/PULL_REQUEST_TEMPLATE>.
* After you create the pull request, all status checks must pass before a maintainer reviews your contribution. This means that all the tests must pass your pull request before a maintainer is tagged to review.
* The pull request must only affect performance of existing functionality. To contribute other changes, you must use a different template. You can see all templates at <https://github.com/atom/.github/tree/master/.github/PULL_REQUEST_TEMPLATE>.
* After you create the pull request, all status checks must be pass before a maintainer reviews your contribution. For more details, please see <https://github.com/atom/.github/tree/master/CONTRIBUTING.md#pull-requests>.

### Description of the Change

Expand All @@ -16,7 +16,7 @@ We must be able to understand the design of your change from this description. I

<!--

Describe the exact performance improvement observed (for example, reduced time to complete an operation, reduced memory use, model metrics improvements, etc.). Describe how you measured this change. Bonus points for including graphs that demonstrate the improvement or attached dumps from the built-in profiling tools. Using Tensorboard to show your improvements would be a great way to do this.
Describe the exact performance improvement observed (for example, reduced time to complete an operation, reduced memory use, etc.). Describe how you measured this change. Bonus points for including graphs that demonstrate the improvement or attached dumps from the built-in profiling tools.

-->

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 5.3.2 / 2023-07-25

## What's Changed
* Btlm miner by @shibshib in https://github.com/opentensor/bittensor/pull/1463
* Don't finalize set_weights ext by @camfairchild in https://github.com/opentensor/bittensor/pull/1461
* Faster overview pull by @camfairchild in https://github.com/opentensor/bittensor/pull/1464
* Contrib revamp by @ifrit98 in https://github.com/opentensor/bittensor/pull/1456
* fix torch typehint on some neurons BT-1329 by @camfairchild in https://github.com/opentensor/bittensor/pull/1460
* bump bittensor-wallet version to 0.0.5

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v5.3.1...v5.3.2


## 5.3.1 / 2023-07-06

## What's Changed
Expand Down
Loading