rust-bitcoin-unsafe-fast/src
sanket1729 c97589f8de Fix TapTree derserialization
Trees should only be serialized if both of the following conditions
hold:
1) Tree is complete binary tree(is_finalized)
2) Tree does not have any hidden nodes
2022-04-14 10:04:46 -07:00
..
blockdata Merge rust-bitcoin/rust-bitcoin#917: Rename SigHash to Sighash 2022-04-01 17:30:42 +00:00
consensus Use less vertical lines 2022-03-14 13:52:13 +11:00
network Use less vertical lines 2022-03-14 13:52:13 +11:00
util Fix TapTree derserialization 2022-04-14 10:04:46 -07:00
hash_types.rs Rename SigHash -> Sighash 2022-03-31 09:42:52 +11:00
internal_macros.rs Merge rust-bitcoin/rust-bitcoin#903: Improve `SchnorrSigHashType` 2022-03-24 08:02:27 +02:00
lib.rs Rename SchnorrSigHashType -> SchnorrSighashType 2022-03-31 09:42:18 +11:00
policy.rs Flatten the policy module 2022-03-09 10:20:18 +11:00
serde_utils.rs Refactor where statements 2022-03-14 13:52:13 +11:00
test_macros.rs Refactor whitespace 2022-03-14 13:51:50 +11:00