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: removed ZeroHashes as private keys #662

Merged

Conversation

quiet-node
Copy link
Member

Description:
"Removed the ZeroHash instances as private keys within the PRIVATE_KEYS constant variable. It is not mandatory for the PRIVATE_KEYS constant variable to contain exactly six private keys for the process to proceed. Attempting to fill the empty slots in the PRIVATE_KEYS variable will result in a Private keys invalid error."

Related issue(s):

Fixes #652

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@quiet-node quiet-node self-assigned this Feb 2, 2024
@quiet-node quiet-node requested a review from a team as a code owner February 2, 2024 19:49
@quiet-node quiet-node requested a review from acuarica February 2, 2024 19:49
@quiet-node quiet-node linked an issue Feb 2, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Feb 2, 2024

Test Results

  16 files  +  4    76 suites  +13   8m 16s ⏱️ +49s
242 tests +17  235 ✔️ +16  6 💤 ±0  1 +1 
262 runs  +37  254 ✔️ +35  6 💤 ±0  2 +2 

For more details on these failures, see this check.

Results for commit a53d9a7. ± Comparison against base commit ed677b7.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@ebadiere ebadiere left a comment

Choose a reason for hiding this comment

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

Please add a comment to the Ballot test explaining how to add the 6 keys if the user wants to run it.

@ebadiere ebadiere merged commit 5d91fb0 into main Feb 5, 2024
22 of 23 checks passed
@ebadiere ebadiere deleted the 652-private-keys-as-zero-hashes-cause-private-key-is-invalid branch February 5, 2024 14:47
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.

Private keys as Zero Hashes cause "Private Key is invalid"
2 participants