rust-bitcoin-unsafe-fast/bitcoin/examples
Andrew Poelstra 4defdb08fa
Merge rust-bitcoin/rust-bitcoin#2868: Pass keys by value
9f01871c11 api: Run just check-api (Tobin C. Harding)
7929b51640 Pass keys by value (Tobin C. Harding)

Pull request description:

  We should pass `Copy` types by value not by reference. Pass the key types by value.

  This is patch 1 from #2404

ACKs for top commit:
  apoelstra:
    ACK 9f01871c11 this will annoy some people but I think we should do it

Tree-SHA512: 18afab537edf4ade4dc1c1e5992e50060b8935531f1e3cbe1d3b94b2fcb87aafa39947f342e0e762835bda3b4091dd35b3b74ea79f4dbb3b21660ffd21d1f82e
2024-06-14 23:56:46 +00:00
..
bip32.rs Pass keys by value 2024-06-14 14:16:28 +10:00
ecdsa-psbt-simple.rs Merge rust-bitcoin/rust-bitcoin#2868: Pass keys by value 2024-06-14 23:56:46 +00:00
ecdsa-psbt.rs Pass keys by value 2024-06-14 14:16:28 +10:00
handshake.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sighash.rs Header change from arguments to parameters 2024-05-22 13:12:44 +01:00
sign-tx-segwit-v0.rs Merge rust-bitcoin/rust-bitcoin#2868: Pass keys by value 2024-06-14 23:56:46 +00:00
sign-tx-taproot.rs Add inherent functions to hashes 2024-06-14 10:17:00 +10:00
taproot-psbt-simple.rs Add inherent functions to hashes 2024-06-14 10:17:00 +10:00
taproot-psbt.rs Pass keys by value 2024-06-14 14:16:28 +10:00