rust-bitcoin-unsafe-fast/bitcoin/src/network
Shing Him Ng 5e47c4123d Update CompactTarget::from_next_work_required to take timespan as i64
Bitcoin Core's consensus rules allow this timespan interval to be
negative. This commit also updates Params::pow_target_timespan to be a
u32. This field is almost compared to u64 and i64s, so changing this to
a u32 will allow users to use `.into()` for converstions
2024-11-27 11:27:22 -06:00
..
mod.rs Rename tests that have _test suffix 2024-11-14 14:05:15 -06:00
params.rs Update CompactTarget::from_next_work_required to take timespan as i64 2024-11-27 11:27:22 -06:00