rust-bitcoin-unsafe-fast/bitcoin/src
merge-script 1c4d66ab39
Merge rust-bitcoin/rust-bitcoin#3749: Remove unnecessary type
3ac9b2ded2 Remove unnecessary type (Tobin C. Harding)

Pull request description:

  `hex_psbt` returns `Psbt`, no need for the explicit type.

  Internal change only.

ACKs for top commit:
  shinghim:
    ACK 3ac9b2ded2
  apoelstra:
    ACK 3ac9b2ded24d5428945538c0a674301f6094df96; successfully ran local tests

Tree-SHA512: 2be1bfa56729bf97e60d721a184d3d21bfb27115fab1dd1b9103428658b5faca012d8f01e0458be7f17dadcd8cc495b327f2b472d825d46aa5cb71d0906ecb21
2024-12-14 17:48:02 +00:00
..
address address: Simplify `Address::assume_checked` impl 2024-11-19 21:15:43 -08:00
blockdata Merge rust-bitcoin/rust-bitcoin#3734: Move script hash types to `primitives` 2024-12-14 06:14:39 +00:00
consensus Rename tests that have _test suffix 2024-11-14 14:05:15 -06:00
crypto Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
merkle_tree Move Block to primitives 2024-11-15 07:16:21 +11:00
network Update CompactTarget::from_next_work_required to take timespan as i64 2024-11-27 11:27:22 -06:00
p2p Rename tests that have _test suffix 2024-11-14 14:05:15 -06:00
psbt Remove unnecessary type 2024-12-13 09:00:41 +11:00
taproot Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
bip32.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
bip152.rs Move Block to primitives 2024-11-15 07:16:21 +11:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#3611: Hashes: Make `hex` dependency optional 2024-11-15 18:31:42 +00:00
consensus_validation.rs Introduce Transaction extension traits 2024-10-30 12:28:52 +11:00
hash_types.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
internal_macros.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
lib.rs Merge rust-bitcoin/rust-bitcoin#3746: bitcoin: Improve rustdocs on extern crates 2024-12-14 17:03:56 +00:00
policy.rs fix(script): account for data pushing opcodes in `is_standard_op_return` 2024-11-27 07:28:23 -10:00
pow.rs Fix typo in from_next_work_required documentation 2024-11-27 11:27:26 -06:00
serde_utils.rs Elide more lifetimes 2024-10-28 15:22:13 +11:00
sign_message.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00