rust-bitcoin-unsafe-fast/bitcoin/src
sanket1729 90bb150422
Merge rust-bitcoin/rust-bitcoin#1512: Make `Witness::tapscript()` return `Script` instead of raw bytes
e0bc50953a Make `Witness::tapscript()` return `Script` instead of raw bytes (Jiri Jakes)

Pull request description:

  Since there is unsized `Script` now, this method can return it.

ACKs for top commit:
  sanket1729:
    utACK e0bc50953a
  tcharding:
    ACK e0bc50953a

Tree-SHA512: 32d4ca14f1b0fc1029f7376b1a43db90332b869a806609c82f660cb2690a4f0e1b91e1799fdac0d43c8a630aed0331f251d4159a662e86e5942c6fb698c42cd2
2022-12-29 23:08:02 -08:00
..
blockdata Merge rust-bitcoin/rust-bitcoin#1512: Make `Witness::tapscript()` return `Script` instead of raw bytes 2022-12-29 23:08:02 -08:00
consensus Fix typos in docs 2022-12-19 09:32:52 +01:00
crypto Move base58 module to crate root 2022-12-01 09:56:33 +11:00
merkle_tree Format the merkle_tree module 2022-11-16 09:49:23 +11:00
network Merge rust-bitcoin/rust-bitcoin#1477: Patch hashes and update the code 2022-12-19 20:34:20 +00:00
psbt Patch hashes and update the code 2022-12-18 14:33:55 +01:00
util Move base58 module to crate root 2022-12-01 09:56:33 +11:00
address.rs Patch hashes and update the code 2022-12-18 14:33:55 +01:00
amount.rs Fix typos in docs 2022-12-19 09:32:52 +01:00
base58.rs base58: Run formatter 2022-12-01 09:56:34 +11:00
bip32.rs Move base58 module to crate root 2022-12-01 09:56:33 +11:00
bip152.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
bip158.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
error.rs Move util::Error to error module 2022-11-16 10:42:30 +11:00
hash_types.rs Patch hashes and update the code 2022-12-18 14:33:55 +01:00
internal_macros.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
lib.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
parse.rs impl FromHexStr for structs with single u32 member 2022-12-11 00:01:58 -05:00
policy.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
pow.rs Introduce mutation testing 2022-12-23 08:23:49 +11:00
serde_utils.rs Move serde_string_* macros to the serde_utils module 2022-10-20 06:15:57 +11:00
sighash.rs Patch hashes and update the code 2022-12-18 14:33:55 +01:00
sign_message.rs Create crypto module 2022-11-22 14:09:33 +11:00
string.rs impl FromHexStr for structs with single u32 member 2022-12-11 00:01:58 -05:00
taproot.rs Patch hashes and update the code 2022-12-18 14:33:55 +01:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00