rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding e7d326f071
Seal extension traits
The extension traits are temporary just while we try to stabalize
`primitives`, they are not intended to be implemented by downstream.

Seal the extension traits so that downstream crates cannot implement
them.

Fix: #3231
2024-10-21 14:51:23 +11:00
..
address Seal extension traits 2024-10-21 14:51:23 +11:00
blockdata Seal extension traits 2024-10-21 14:51:23 +11:00
consensus Remove `allow_unused` flag in serde 2024-10-15 14:40:54 +01:00
crypto Unify deprecated note field format 2024-10-15 15:16:01 +01:00
merkle_tree Fully deprecate Hash::from_slice 2024-10-15 07:56:05 +11:00
network Unify deprecated note field format 2024-10-15 15:16:01 +01:00
p2p Unify deprecated note field format 2024-10-15 15:16:01 +01:00
psbt 2024-10-20 automated rustfmt nightly 2024-10-20 01:21:52 +00:00
taproot 2024-10-20 automated rustfmt nightly 2024-10-20 01:21:52 +00:00
bip32.rs Unify deprecated note field format 2024-10-15 15:16:01 +01: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 Seal extension traits 2024-10-21 14:51:23 +11:00
hash_types.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
internal_macros.rs Seal extension traits 2024-10-21 14:51:23 +11: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 Seal extension traits 2024-10-21 14:51:23 +11:00
serde_utils.rs clippy: remove some newly-detected unnecessary returns 2024-09-30 12:31:17 +00:00
sign_message.rs refactor: compute recid in a single line 2024-10-18 16:39:50 +09:00