rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 578143c09e
Separate CompactTarget impl blocks
In preparation for adding an `CompactTargetExt` trait move the
primitives methods to a separate impl block.

Refactor only, no logic changes.
2024-08-13 05:23:26 +10:00
..
address Replace &self with self: &Self 2024-08-08 09:17:47 +10:00
blockdata Merge rust-bitcoin/rust-bitcoin#2929: Introduce `ToU64` trait 2024-08-08 19:05:23 +00:00
consensus Merge rust-bitcoin/rust-bitcoin#2929: Introduce `ToU64` trait 2024-08-08 19:05:23 +00:00
crypto Merge rust-bitcoin/rust-bitcoin#3100: Bump MSRV to 1.63 2024-07-28 21:11:28 +00:00
merkle_tree Introduce ToU64 conversion trait 2024-08-08 15:32:40 +10:00
network Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
p2p Introduce ToU64 conversion trait 2024-08-08 15:32:40 +10:00
psbt Introduce ToU64 conversion trait 2024-08-08 15:32:40 +10:00
taproot Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#2889: Move `serde_round_trip` macro to internals 2024-07-08 20:50:23 +00:00
bip152.rs Introduce ToU64 conversion trait 2024-08-08 15:32:40 +10:00
bip158.rs Introduce ToU64 conversion trait 2024-08-08 15:32:40 +10:00
consensus_validation.rs Replace &self with self: &Self 2024-08-08 09:17:47 +10:00
hash_types.rs bitcoin: remove all direct use of hashing/engines in unit tests 2024-06-24 13:58:03 +00:00
internal_macros.rs Merge rust-bitcoin/rust-bitcoin#3137: De-sugar `self` 2024-08-08 19:55:07 +00:00
lib.rs Remove build cfg for versions less than MSRV 2024-08-08 12:03:06 +10:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs Separate CompactTarget impl blocks 2024-08-13 05:23:26 +10:00
serde_utils.rs Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
sign_message.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00