rust-lightning/lightning-block-sync
Wilmer Paulino 4f9bcb9958
Check difficulty transition against Target instead of Work
`rust-bitcoin v0.30.0` made some changes in this area that no longer
allow us to work with the previously exposed `U256` type. While `Work`
and `Target` (they're inverses of each other) essentially represent the
same concept, it makes more sense from their API's perspective to only
expose difficulty transitions and adjustments on `Target`s.
2023-05-10 11:39:46 -07:00
..
src Check difficulty transition against Target instead of Work 2023-05-10 11:39:46 -07:00
Cargo.toml Bump crate versions to 0.0.115/invoice 0.23 2023-04-24 22:40:17 +00:00