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

Minor fixes: perform strip() on provider addresses from file, print number of missing transcripts/aggregations during ritual_state_check #325

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

derekpierre
Copy link
Member

Type of PR:

  • Bugfix
  • Feature
  • Documentation
  • Other

Required reviews:

  • 1
  • 2
  • 3

What this does:

High-level idea of the changes introduced in this PR.
List relevant API changes (if any), as well as related PRs and issues.

  • Strip provider address obtained from lines in handpicked file when initiating ritual
  • Add num missing value to ritual_state_check for showing number of missing transcripts/aggregations.

Issues fixed/closed:

  • Fixes #...

Why it's needed:

Explain how this PR fits in the greater context of the NuCypher Network.
E.g., if this PR address a nucypher/productdev issue, let reviewers know!

Notes for reviewers:

What should reviewers focus on?
Is there a particular commit/function/section of your PR that requires more attention from reviewers?

@derekpierre derekpierre self-assigned this Sep 4, 2024
@derekpierre derekpierre changed the title Minor fixes Minor fixes: perform strip() on provider addresses from file, print number of missing transcripts/aggregations during ritual_state_check Sep 4, 2024
@@ -83,7 +83,7 @@ def cli(
num_nodes,
random_seed,
handpicked,
min_version
min_version,
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't the trailing comma be the default linting?

Copy link
Member Author

Choose a reason for hiding this comment

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

Indeed, it should be - it was missed previously for some reason.

Copy link
Member

Choose a reason for hiding this comment

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

Oh I don't know why I interpreted the diff the other way around. Disregard...

@derekpierre derekpierre merged commit b294524 into nucypher:main Sep 4, 2024
2 checks passed
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