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

Release/5.3.4 #1483

Merged
merged 22 commits into from
Aug 21, 2023
Merged

Release/5.3.4 #1483

merged 22 commits into from
Aug 21, 2023

Conversation

ifrit98
Copy link
Contributor

@ifrit98 ifrit98 commented Aug 16, 2023

Minor release to 5.3.4

  • Removes miniupnpc (completely unused and requires a sudo install)
  • Fixes blacklist vpermit_required e80d3d5
  • Add try/except and timeout to version checking with exception handles a6a89fd
  • Further updates CONTRIBUTING.md and DEVELOPMENT_WORKFLOW.md 3fefdbb
  • Adds automatic compatibility checks to circleci for all major python3 supported versions. add checks #1484

ifrit98 and others added 11 commits August 15, 2023 15:20
* update CONTRIBUTING.md and DEVELOPMENT_WORKFLOW.md

* Update contrib/DEVELOPMENT_WORKFLOW.md

Co-authored-by: philanthrope <ifrit98@gmail.com>

* 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

Great

Co-authored-by: philanthrope <ifrit98@gmail.com>

* Update contrib/CONTRIBUTING.md

Ditto:

Co-authored-by: philanthrope <ifrit98@gmail.com>

---------

Co-authored-by: gitphantomman <MinatoLgend0702@outlook.com>
Co-authored-by: philanthrope <ifrit98@gmail.com>
* - 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 checks

* fix docker img

* fix docker img2
contrib/CONTRIBUTING.md Outdated Show resolved Hide resolved
Copy link
Contributor

@eduardogr eduardogr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after solving comments, all good from my side.

Very nice!

@ifrit98 ifrit98 requested a review from eduardogr August 18, 2023 14:35
Copy link
Collaborator

@camfairchild camfairchild left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks, good. Just one nit with the wording

Co-authored-by: Cameron Fairchild <cameron@opentensor.dev>
Copy link
Contributor

@Eugene-hu Eugene-hu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

+ (10 * int(version_split[1]))
+ (1 * int(version_split[2]))
)
def version_checking(timeout: int = 15):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really like this change; we should be more careful whenever we call external apis.

@ifrit98 ifrit98 merged commit 6b86ef7 into master Aug 21, 2023
12 checks passed
@ifrit98 ifrit98 deleted the release/5.3.4 branch February 6, 2024 17:05
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.

7 participants