rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra fcd4ad51ef
Merge rust-bitcoin/rust-bitcoin#1389: Add `PartialMerkleTree::calc_tree_height` method
752adff9d1 Add method calc_height (Tobin C. Harding)
46f5588646 Add unit test for calc_tree_width (Tobin C. Harding)

Pull request description:

  Add a private `PartialMerkleTree::calc_tree_width` function and a unit test to test it.

ACKs for top commit:
  apoelstra:
    ACK 752adff9d1
  clarkmoody:
    ACK 752adff9d1

Tree-SHA512: 9c4ad9f6ff47d8faad1c7c1e977427f1528af2712ceffd05357d0c9117b5fdb7b2783afc00a75cb19b853bfbd7b3895baa3a3563bdc496593cc9b06ce80dbbf8
2023-10-03 13:55:45 +00:00
..
address Use the new bech32 iterator API 2023-09-21 15:10:57 +10:00
blockdata Merge rust-bitcoin/rust-bitcoin#2064: Feature: Psbt fee checks 2023-09-29 17:13:30 +00:00
consensus Re-write size/weight API 2023-09-25 08:25:49 +10:00
crypto Remove default impl from transaction version 2023-09-25 05:51:24 +10:00
merkle_tree Merge rust-bitcoin/rust-bitcoin#1389: Add `PartialMerkleTree::calc_tree_height` method 2023-10-03 13:55:45 +00:00
p2p Make Encodable/Decodable usage uniform 2023-08-31 13:14:02 +10:00
psbt Merge rust-bitcoin/rust-bitcoin#2064: Feature: Psbt fee checks 2023-09-29 17:13:30 +00:00
amount.rs Re-write size/weight API 2023-09-25 08:25:49 +10:00
base58.rs Merge rust-bitcoin/rust-bitcoin#1957: Remove deprecated code 2023-08-02 13:40:50 +00:00
bip32.rs Rename XpubIdentifier to XKeyIdentifier 2023-09-04 02:15:21 +10:00
bip152.rs Add transaction::Version data type 2023-09-21 15:02:02 +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 Move XpubIdentifier to the bip32 module 2023-09-04 02:13:55 +10:00
internal_macros.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
lib.rs Merge rust-bitcoin/rust-bitcoin#2021: Move and rename `XpubIdentifier` 2023-09-21 17:55:31 +00: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 Update base64 usage to 0.21.3 2023-08-30 22:47:56 -07: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