rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra 53461f71c9
Merge rust-bitcoin/rust-bitcoin#2457: Inline private ScriptBuf::p2wpkh function
10cf51c4c5 Inline private ScriptBuf::p2wpkh function (Tobin C. Harding)

Pull request description:

  This function is a bit unclear and is only called once, just inline it.

  Refactor only, no logic changes.

ACKs for top commit:
  apoelstra:
    ACK 10cf51c4c5
  Kixunil:
    ACK 10cf51c4c5

Tree-SHA512: 3907923f2258089a5fc1cc1e1d0b34e99457d69a5822cefa7bf90405d7ac05d570fb2855f62e2b5b4b871485e349e8dc09eb8f14c0676a8bdd70593e345b9b41
2024-02-08 16:20:17 +00:00
..
address Use KnowHrp instead of Network 2024-01-23 16:53:05 +11:00
blockdata Inline private ScriptBuf::p2wpkh function 2024-02-07 10:09:02 +11:00
consensus Remove consensus error wrapper TODO 2024-02-01 15:00:46 +11:00
crypto Improve error handling in errors emmited by `keys` 2024-02-06 22:28:18 +05:30
merkle_tree Rename txid to compute_txid 2024-01-23 15:57:50 +01:00
p2p Merge rust-bitcoin/rust-bitcoin#2399: Use `Magic::BITCOIN` in unit tests 2024-01-25 15:38:22 +00:00
psbt Merge rust-bitcoin/rust-bitcoin#2335: Improve error handling in errors emmited by `keys` 2024-02-07 20:01:10 +00:00
taproot Merge rust-bitcoin/rust-bitcoin#2392: Add functionality to serialize signatures to a writer 2024-01-24 21:35:47 +00:00
base58.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#2335: Improve error handling in errors emmited by `keys` 2024-02-07 20:01:10 +00:00
bip152.rs Rename wtxid to compute_wtxid 2024-01-23 15:57:50 +01:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#2240: Require `BufRead` instead of `Read` 2024-01-16 15:16:54 +00:00
error.rs Improve public re-exports 2023-10-31 15:16:47 +11:00
hash_types.rs Add deprecation comment to hash_types module 2023-12-05 15:01:18 +11:00
internal_macros.rs Use full path in all macro usage of Result 2024-01-18 13:20:19 +00:00
lib.rs Make crate level attributes uniform 2024-01-31 11:32:46 +11:00
network.rs Add NetworkKind 2023-12-15 11:40:38 +11:00
parse.rs Improve lock time errors 2024-01-31 15:13:56 +01:00
policy.rs
pow.rs Fix broken kani test 2024-02-07 09:58:57 +11:00
serde_utils.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
sign_message.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
string.rs
test_macros.rs