rust-bitcoin-unsafe-fast/bitcoin/src
merge-script b4f52ac87a
Merge rust-bitcoin/rust-bitcoin#3498: Seal extension traits
e7d326f071 Seal extension traits (Tobin C. Harding)

Pull request description:

  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

ACKs for top commit:
  apoelstra:
    ACK e7d326f071a368389f087ddb10ee9bbf3552c33a; successfully ran local tests; thanks! I know this is tedious and annoying

Tree-SHA512: 365979aeabb7941b9c8fa526f71aaadae3ab1cdd6a39e992c5eea2c1057b4b7c2b3a846ffd96a7eab47b9ad4e3e4de4fb141c24c62747e5cee45c74f52f9a172
2024-10-22 02:19:02 +00: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 Expose units::amount::ParseError 2024-10-20 11:25:46 -07: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