rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 6cab7beba3
Deprecate min/max_value methods
Our previous MSRV did not support MIN/MAX associated consts so we had
methods min/max_value. Now that our MSRV is Rust 1.48.0 we can use the
consts.

Deprecate min/max_value methods in favor of MIN/MAX associated conts.
2023-05-03 08:26:58 +10:00
..
blockdata Deprecate min/max_value methods 2023-05-03 08:26:58 +10:00
consensus Use MIN/MAX consts instead of min/max_value 2023-05-03 08:22:30 +10:00
crypto bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
merkle_tree Merge rust-bitcoin/rust-bitcoin#1825: Simplify per-file license comments 2023-05-01 20:11:53 +00:00
network Merge rust-bitcoin/rust-bitcoin#1801: Adds as_core_arg serde module to network 2023-05-02 01:45:41 +00:00
psbt Use MIN/MAX consts instead of min/max_value 2023-05-03 08:22:30 +10:00
util bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
address.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
amount.rs Deprecate min/max_value methods 2023-05-03 08:26:58 +10:00
base58.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
bip32.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
bip152.rs Merge rust-bitcoin/rust-bitcoin#1742: Use package in manifest and shorten import 2023-04-05 14:20:06 +00:00
bip158.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
error.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
hash_types.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
internal_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
lib.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
parse.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Deprecate min/max_value methods 2023-05-03 08:26:58 +10:00
serde_utils.rs Use package in manifest and shorten import 2023-03-28 12:20:04 +11:00
sign_message.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
string.rs Merge rust-bitcoin/rust-bitcoin#1742: Use package in manifest and shorten import 2023-04-05 14:20:06 +00:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#1742: Use package in manifest and shorten import 2023-04-05 14:20:06 +00:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00