rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 3e70c01826
Manually format a bunch of vecs
In preparation for modifying some unit test data structures, manually
format the code so it is uniform.

Move elements added to a vec with `vec!` onto a new line so they all
line up and one can better see what fields go where.

Refactor only, no logic changes.
2023-02-01 08:22:47 +11:00
..
blockdata Merge rust-bitcoin/rust-bitcoin#1596: Implement fmt traits for ScriptBuf 2023-01-31 14:40:50 +00:00
consensus Improve Psbt error handling 2023-01-17 16:43:39 -05:00
crypto Add new hex parse error variant 2023-01-28 07:53:47 +11:00
merkle_tree Export the DisplayHex trait from within prelude 2023-01-10 09:56:41 +11:00
network Replace `Vec::from_hex` with `hex!` 2022-12-31 21:10:19 +01:00
psbt Manually format a bunch of vecs 2023-02-01 08:22:47 +11:00
util Move base58 module to crate root 2022-12-01 09:56:33 +11:00
address.rs Remove script:: prefix from unambiguous types 2023-02-01 08:22:46 +11:00
amount.rs Make max/min_value functions const 2023-01-31 08:35:32 +11:00
base58.rs Replace `Vec::from_hex` with `hex!` 2022-12-31 21:10:19 +01:00
bip32.rs Add new hex parse error variant 2023-01-28 07:53:47 +11:00
bip152.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
bip158.rs Remove unnecessary lifetime 2023-01-27 08:34:12 +11:00
error.rs Move util::Error to error module 2022-11-16 10:42:30 +11:00
hash_types.rs Use write_all for sighash encoding 2023-01-21 10:56:59 +11:00
internal_macros.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
lib.rs bip158: Replace usage of HashSet with BTreeSet 2023-01-23 08:38:08 +11: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 Make max/min_value functions const 2023-01-31 08:35:32 +11:00
serde_utils.rs Use marker type to enforce validation of `Address`'s network 2023-01-11 19:27:10 +08:00
sighash.rs Use write_all for sighash encoding 2023-01-21 10:56:59 +11:00
sign_message.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
string.rs impl FromHexStr for structs with single u32 member 2022-12-11 00:01:58 -05:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#1537: Export the DisplayHex trait from within prelude 2023-01-16 15:21:33 +00:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00