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

pool: Update for BLAKE3. #412

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Oct 13, 2023

This modifies the pool to work with BLAKE3 as now required by the Decred network.

In particular:

  • All submissions are now checked against BLAKE3
  • The padding semantics for the underlying getwork communications now match the padding of BLAKE3 as required
  • The work submissions in the tests are now updated for BLAKE3 padding semantics, solved using BLAKE3, and updated with the solutions accordingly

This modifies the pool to work with BLAKE3 as now required by the Decred
network.

In particular:

- All submissions are now checked against BLAKE3
- The padding semantics for the underlying getwork communications now
  match the padding of BLAKE3 as required
- The work submissions in the tests are now updated for BLAKE3 padding
  semantics, solved using BLAKE3, and updated with the solutions
  accordingly
@jholdstock jholdstock merged commit bc675d4 into decred:master Oct 13, 2023
2 checks passed
@davecgh davecgh deleted the pool_blake3_support branch October 13, 2023 08:09
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