rust-bitcoin-unsafe-fast/primitives/src
Tobin C. Harding 2ec901fd63
Move the CompactTarget type to primitives
Potentially the whole `pow` module will move to `primitives` but this
is not possible easily right now. However, we would like to be able to
move the `BlockHash` and `block::Header` types over to `primitives`
and doing so requires the `CompactTarget` to be there.

Move the `CompactTarget` type to `primitives` and re-export it from the
`primitives` crate root.

Note also, we re-export the type publicly from `bitcoin::pow`.
2024-08-13 05:29:22 +10:00
..
locktime Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
lib.rs Move the CompactTarget type to primitives 2024-08-13 05:29:22 +10:00
opcodes.rs Move opcodes to primitives 2024-07-09 15:26:33 +10:00
pow.rs Move the CompactTarget type to primitives 2024-08-13 05:29:22 +10:00
sequence.rs Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00