rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding dce88b09ff taproot: Run the formatter
Run `cargo +nightly fmt` and commit changes to the `taproot` module.

No manual changes, only those introduced by `rustfmt`.
2022-11-30 12:04:20 +11:00
..
blockdata Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
consensus Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
crypto Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
merkle_tree Format the merkle_tree module 2022-11-16 09:49:23 +11:00
network add Network::to_core_arg() method 2022-11-18 23:12:10 -05:00
psbt Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
util Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
address.rs Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
amount.rs amount: use kani to check some arithmetic properties 2022-11-27 19:01:26 +00:00
bip32.rs Create crypto module 2022-11-22 14:09:33 +11:00
bip152.rs Run cargo fmt 2022-11-18 13:11:07 +11:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#1223: Remove the endian module 2022-10-28 19:04:59 +00:00
error.rs Move util::Error to error module 2022-11-16 10:42:30 +11:00
hash_types.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
internal_macros.rs Move serde_string_* macros to the serde_utils module 2022-10-20 06:15:57 +11:00
lib.rs Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
parse.rs Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00
policy.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
pow.rs Make types in block module more terse 2022-11-06 06:54:12 +11:00
serde_utils.rs Move serde_string_* macros to the serde_utils module 2022-10-20 06:15:57 +11:00
sighash.rs Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
sign_message.rs Create crypto module 2022-11-22 14:09:33 +11:00
taproot.rs taproot: Run the formatter 2022-11-30 12:04:20 +11:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00