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

Update to 0.10.0 #1

Merged
merged 114 commits into from
Feb 5, 2022
Merged

Update to 0.10.0 #1

merged 114 commits into from
Feb 5, 2022

Conversation

HashEngineering
Copy link

No description provided.

stevenroose and others added 30 commits January 10, 2020 16:11
Support hash_newtypes with reversed serialization
Fix FromStr for hash newtypes with custom hex order
You can already trivially get a slice reference to the inner byte
array for hash types, but its occasionally nice to also be able to
get a direct reference to the inner byte array that isn't through a
fat pointer.
This fixes building rust-bitcoin against current bitcoin_hashes
Provide an as_inner() for Hash types to get an array reference
Increase MSRV to 1.29.0; increase version to 0.9.0
@HashEngineering HashEngineering self-assigned this Jan 29, 2022
@gruve-p
Copy link
Member

gruve-p commented Jan 29, 2022

Github actions still unhappy, seems to be related to RustCrypto/hashes#148

@gruve-p gruve-p self-requested a review February 4, 2022 13:14
@HashEngineering HashEngineering merged commit aaf1cc7 into master Feb 5, 2022
@gruve-p gruve-p deleted the update-0.10.0 branch February 5, 2022 08:46
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.