Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix blacklist vpermit_required #1452

Merged
merged 7 commits into from
Jul 26, 2023
Merged

Conversation

Inquinim
Copy link
Contributor

Specifying --neuron.blacklist.vpermit_required would REJECT validators that have the vpermit, instead of rejecting those without.
The return statement was also not providing a tuple (bool, str) either like the others.

@shibshib @ifrit98

@camfairchild camfairchild changed the base branch from master to new_staging July 24, 2023 21:09
@ifrit98
Copy link
Contributor

ifrit98 commented Jul 26, 2023

Thanks for pointing this out!

This is addressed in openminers now also: opentensor/miners@19a5c99

@ifrit98 ifrit98 merged commit 78d3bf1 into opentensor:new_staging Jul 26, 2023
ifrit98 pushed a commit that referenced this pull request Aug 16, 2023
* - Adjusted blacklist argument default to False
- Tweaked description

* - Fix blacklist vpermit rejecting validators instead of non-validators

* - Blacklist vpermit return true without permit, return false with permit

* - Added text response to the return value for vpermit
ifrit98 added a commit that referenced this pull request Aug 21, 2023
* remove miniupnpc

* remove arg for upnpc

* update CONTRIBUTING.md and DEVELOPMENT_WORKFLOW.md (#1475)

Co-authored-by: philanthrope <[email protected]>

* move styles to style guide

* update workflow doc based on comment

* update contributing.md delete Architecture section

* fix CODE_REVIEW_DOC dev_note link

* Update contrib/CONTRIBUTING.md

Co-authored-by: philanthrope <[email protected]>

* Update contrib/CONTRIBUTING.md

Co-authored-by: philanthrope <[email protected]>

---------

Co-authored-by: gitphantomman <[email protected]>
Co-authored-by: philanthrope <[email protected]>

* add try/except and timeout to version checking with exception handles

* Fix blacklist vpermit_required (#1452)

* - Adjusted blacklist argument default to False
- Tweaked description

* - Fix blacklist vpermit rejecting validators instead of non-validators

* - Blacklist vpermit return true without permit, return false with permit

* - Added text response to the return value for vpermit

* add changelog and version

* add checks (#1484)

* add checks

* fix docker img

* remove unused multiforward in example

* only run check_requirements job when an actual requirement changes

* log bittensor pipaddress for version_checking

* add perms to checK-compat script

* Update contrib/CODE_REVIEW_DOCS.md

Co-authored-by: Cameron Fairchild <[email protected]>

---------

Co-authored-by: gitphantomman <[email protected]>
Co-authored-by: gitphantomman <[email protected]>
Co-authored-by: Inquinim <[email protected]>
Co-authored-by: Cameron Fairchild <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants