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

bitcoin: Stop slicing hashes #2718

Merged
merged 1 commit into from Apr 28, 2024

Conversation

tcharding
Copy link
Member

As part of the ongoing effort to improve hashes; stop using slicing of hash types and use as_byte_array() to get an array reference instead. This gives us more flexability to modify the hashes module.

As part of the ongoing effort to improve `hashes`; stop using slicing of
hash types and use `as_byte_array()` to get an array reference instead.
This gives us more flexability to modify the `hashes` module.
@github-actions github-actions bot added the C-bitcoin PRs modifying the bitcoin crate label Apr 25, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8826361206

Details

  • 4 of 4 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 83.131%

Totals Coverage Status
Change from base Build 8801402712: 0.0%
Covered Lines: 19195
Relevant Lines: 23090

💛 - Coveralls

Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

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

ACK 1c836ac

Copy link
Contributor

@storopoli storopoli left a comment

Choose a reason for hiding this comment

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

ACK 1c836ac

Copy link
Member

@clarkmoody clarkmoody left a comment

Choose a reason for hiding this comment

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

ACK 1c836ac

@apoelstra apoelstra merged commit 16292a8 into rust-bitcoin:master Apr 28, 2024
168 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bitcoin PRs modifying the bitcoin crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants