rust-bitcoin-unsafe-fast/bitcoin/fuzz/fuzz_targets
Andrew Poelstra 349a8a5b4e
Merge rust-bitcoin/rust-bitcoin#1284: Import bitcoin hashes
9674bf29fe hashes: Fix clippy warnings (Tobin C. Harding)
b9643bf3e9 Import bitcoin_hashes crate into hashes (Tobin C. Harding)
580feab3f9 internals: Add CHANGELOG file (Tobin C. Harding)
bae64e156e Move CHANGELOG to bitcoin crate (Tobin C. Harding)
9a2c856be6 Update gitignore file (Tobin C. Harding)

Pull request description:

  #1337 was split out of this in an attempt to help review, I think we can merge this one though now it has some traction.

  We would like to bring the `bitcoin_hashes` crate into the `rust-bitcoin` repository. https://github.com/rust-bitcoin/rust-bitcoin/issues/550#issuecomment-1248071843

  Import `bitcoin_hashes` crate into `hashes`.

  Commit hash that was tip of `bitcoin_hashes` at time of import:

       commit 2a78c250f78d391599040223870a4d1d6f6f5482

  Please note the commit history of `bitcoin_hashes` is only preserved on the soon-to-be-archived `bitcoin_hashes` repository.

ACKs for top commit:
  sanket1729:
    ACK 9674bf29fe. Did my best to review the CI code, it looks good, and seems like we are testing everything when we add "hashes" to the root level `./contrib/tests.sh`. I would like other reviewers to confirm the same.
  apoelstra:
    ACK 9674bf29fe

Tree-SHA512: db3ce6adeb38430c5a9f372da16be9fb048c2e5cff646b701139fb4b5fa76e10261432284ede7fd139b75cd69bb124d55973ceb7eccaa996226a7be4cad9b68a
2022-11-18 18:32:41 +00:00
..
deser_net_msg.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_address.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_amount.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_block.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_prefilled_transaction.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_psbt.rs Merge rust-bitcoin/rust-bitcoin#1284: Import bitcoin hashes 2022-11-18 18:32:41 +00:00
deserialize_script.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_transaction.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
deserialize_witness.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
outpoint_string.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
script_bytes_to_asm_fmt.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00