rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding f0f6d3f162
Take Params instead of Network in difficulty function
What we really want is the maximum target, but since this is a const in
`Params` use an `AsRef<Params>` argument in the `difficulty` functions.

Requires implementation of `AsRef<Params> for Params`.
2024-04-02 11:41:34 +11:00
..
address 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
blockdata Take Params instead of Network in difficulty function 2024-04-02 11:41:34 +11:00
consensus Take Params instead of Network in difficulty function 2024-04-02 11:41:34 +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 Allow needless-borrows-for-generic-args 2024-04-02 11:40:41 +11: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 Take Params instead of Network in difficulty function 2024-04-02 11:41:34 +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