Skip to content

[QN] Fix validator verification#5061

Merged
mnaamani merged 10 commits intoJoystream:masterfrom
thesan:fix/qn-validator-verification
Feb 16, 2024
Merged

[QN] Fix validator verification#5061
mnaamani merged 10 commits intoJoystream:masterfrom
thesan:fix/qn-validator-verification

Conversation

@thesan
Copy link
Copy Markdown
Collaborator

@thesan thesan commented Jan 25, 2024

@thesan thesan requested a review from zeeshanakram3 January 25, 2024 13:10
@thesan thesan marked this pull request as ready for review January 29, 2024 08:10
Copy link
Copy Markdown
Contributor

@zeeshanakram3 zeeshanakram3 left a comment

Choose a reason for hiding this comment

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

Look good, while testing this PR I found a logical bug in the verifyValidator CLI command which I overlooked in the PR review.

https://github.com/Joystream/joystream/blob/master/cli/src/commands/working-groups/verifyValidator.ts#L32

It should be the following

 if (!worker || this.group !== WorkingGroups.Membership) {

thesan and others added 2 commits January 30, 2024 18:35
Co-authored-by: Zeeshan Akram <37098720+zeeshanakram3@users.noreply.github.com>
@thesan
Copy link
Copy Markdown
Collaborator Author

thesan commented Jan 30, 2024

 if (!worker || this.group !== WorkingGroups.Membership) {

😓
Nice catch!

@thesan thesan requested a review from zeeshanakram3 January 30, 2024 17:43
Copy link
Copy Markdown
Contributor

@zeeshanakram3 zeeshanakram3 left a comment

Choose a reason for hiding this comment

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

LGTM

@mnaamani mnaamani merged commit fcc23c4 into Joystream:master Feb 16, 2024
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.

3 participants