rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding e68da281ff
Warn on future deprecations
We use `TBD` in our `deprecated` string and it was discovered that there
is an exception on this string so as not to warn because it is used
internally by the Rust language. However there is a special lint to
enable warnings, lets use it.

Add `#![warn(deprecated_in_future)]` to the coding conventions section
of all crates except `fuzz`.
2024-10-15 07:56:06 +11:00
..
address Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
blockdata Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
consensus Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021 2024-10-11 12:48:50 +00:00
crypto Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
merkle_tree Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
network feat: rust-bitcoin supports testnet4 2024-10-05 23:47:21 +08:00
p2p Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021 2024-10-11 12:48:50 +00:00
psbt Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
taproot Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021 2024-10-11 12:48:50 +00:00
bip152.rs Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021 2024-10-11 12:48:50 +00:00
bip158.rs Replace VarInt type with ReadExt and WriteExt functions 2024-09-25 06:56:09 +10:00
consensus_validation.rs Generalize fn params in `define_extension_trait` 2024-08-13 13:13:10 +02:00
hash_types.rs Use TBD in deprecated attribute 2024-08-23 14:49:57 +10:00
internal_macros.rs Use UFCS in macros 2024-09-14 09:46:57 +02:00
lib.rs Warn on future deprecations 2024-10-15 07:56:06 +11:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs Remove BlockHash::all_zeros 2024-09-25 06:58:14 +10:00
serde_utils.rs clippy: remove some newly-detected unnecessary returns 2024-09-30 12:31:17 +00:00
sign_message.rs feat: add sign fn for sign_message 2024-10-12 12:37:04 +09:00