rust-bitcoin-unsafe-fast/api/bitcoin
merge-script 7ca7128b19
Merge rust-bitcoin/rust-bitcoin#2899: Pass sigs and associated types by value
dc10a49876 api: Run just check-api (Tobin C. Harding)
5e8f204581 Pass sigs and associated types by value (Tobin C. Harding)

Pull request description:

  We should pass `Copy` types by value not by reference.

  Currently this is not done in secp, but lets do it here in bitcoin.

  Pass by value:

  - `SerializedSignature`
  - bitcoin sigs
  - secp sigs
  - secp `Message`

  This is a continuation of the work to split up #2404 into manageable PRs.

ACKs for top commit:
  apoelstra:
    ACK dc10a49876
  Kixunil:
    ACK dc10a49876

Tree-SHA512: 8736eba067c74edb951c92357f5b3d0fc99c4fa6dc3beea579c10b3150873b74e8ec46c2c01f18818b37fca6e77c6b6edddeb6340edde6a9d8c28a4e69164c8c
2024-06-28 23:48:03 +00:00
..
all-features.txt Merge rust-bitcoin/rust-bitcoin#2899: Pass sigs and associated types by value 2024-06-28 23:48:03 +00:00
default-features.txt Merge rust-bitcoin/rust-bitcoin#2899: Pass sigs and associated types by value 2024-06-28 23:48:03 +00:00
no-features.txt Merge rust-bitcoin/rust-bitcoin#2899: Pass sigs and associated types by value 2024-06-28 23:48:03 +00:00