rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding f019e24f1f
Add hex parsing to pow types
The `pow` types implement `fmt::LowerHex` but do not implement hex
parsing.

Add inherent methods `from_hex` and `from_prefixed_hex` to the
`pow` types.
2024-04-03 07:10:20 +11:00
..
address 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
blockdata Merge rust-bitcoin/rust-bitcoin#2337: Add check to max difficulty transition threshold 2024-04-02 13:18:29 +00:00
consensus Rename Params::pow_limit to max_attainable_target 2024-04-02 11:41:38 +11:00
crypto 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
merkle_tree 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
p2p 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
psbt 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
taproot 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
bip32.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
bip152.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
bip158.rs Implement infallible for errors 2024-03-08 16:48:34 +11:00
error.rs Do infallible int from hex conversions 2024-02-27 10:40:52 +11:00
hash_types.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
internal_macros.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
lib.rs Merge rust-bitcoin/rust-bitcoin#2337: Add check to max difficulty transition threshold 2024-04-02 13:18:29 +00:00
network.rs Add ServiceFlags::P2P_V2 2024-03-08 15:07:34 -05:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Add hex parsing to pow types 2024-04-03 07:10:20 +11:00
serde_utils.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sign_message.rs Implement infallible for errors 2024-03-08 16:48:34 +11:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00