rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra 7fd9b89e82
Merge rust-bitcoin/rust-bitcoin#2010: Use weight type for stripped_size
55e94b5dea Remove test from test names for Weight type (yancy)
142dde64c3 Use Weight type for stripped_size (yancy)
cb76f3ec43 Add scale_by_witness_factor to Weight type (yancy)
38c9e9947e Add witness scale factor to the Weight type (yancy)
77552987ab Add from_wu_usize to Weight type (yancy)
1a88c887f5 Rename strippedsize to stripped_size (yancy)
3369257c75 Fix grammar (yancy)

Pull request description:

  Return Weight type for the strippedize function.

ACKs for top commit:
  apoelstra:
    ACK 55e94b5dea
  tcharding:
    ACK 55e94b5dea

Tree-SHA512: ad3e4bc29380f22e20a6302c1b24c201c772be759c655c62ba4717840a01fcaa36f0f8442c9a3ba71c6400d6af47a9a815e6d90877b5f14c6883fb950b9669fd
2023-08-26 16:12:43 +00:00
..
blockdata Merge rust-bitcoin/rust-bitcoin#2010: Use weight type for stripped_size 2023-08-26 16:12:43 +00:00
consensus Merge rust-bitcoin/rust-bitcoin#1978: Wrap the `bitcoinconsensus` error 2023-08-25 15:06:42 +00:00
crypto Remove usage of ThirtyTwoByteHash 2023-08-23 12:21:26 +10:00
merkle_tree Remove useless usage of vec! macro 2023-08-25 12:30:04 +10:00
p2p Add VarInt from implementations by way of macro 2023-08-24 10:37:53 +10:00
psbt Merge rust-bitcoin/rust-bitcoin#2004: psbt: Add IndexOutOfBounds error 2023-08-25 13:58:06 +00:00
address.rs Merge rust-bitcoin/rust-bitcoin#1914: Move type definitions of pubkey/script hash types 2023-08-02 13:57:39 +00:00
amount.rs Remove useless usage of vec! macro 2023-08-25 12:30:04 +10:00
base58.rs Merge rust-bitcoin/rust-bitcoin#1957: Remove deprecated code 2023-08-02 13:40:50 +00:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#2020: Add version bytes consts 2023-08-25 14:57:59 +00:00
bip152.rs Add VarInt from implementations by way of macro 2023-08-24 10:37:53 +10:00
bip158.rs Remove useless usage of vec! macro 2023-08-25 12:30:04 +10:00
error.rs Move `impl_std_error` to `bitcoin-internals` 2023-05-30 18:04:54 +02:00
hash_types.rs Improve the ScriptHash and WScriptHash types 2023-08-02 11:28:14 +10:00
internal_macros.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
lib.rs Export all hash types 2023-08-15 14:53:27 +10:00
network.rs Move p2p::constants::Network to crate root 2023-08-01 16:46:59 +10:00
parse.rs Use standard set of derives on all error types 2023-07-28 06:15:49 +10:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Use standard set of derives on all error types 2023-07-28 06:15:49 +10:00
serde_utils.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
sign_message.rs Add VarInt from implementations by way of macro 2023-08-24 10:37:53 +10:00
string.rs Use standard set of derives on all error types 2023-07-28 06:15:49 +10:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#1957: Remove deprecated code 2023-08-02 13:40:50 +00:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00