rust-bitcoin-unsafe-fast/bitcoin/src
merge-script 9b089d42c7
Merge rust-bitcoin/rust-bitcoin#2890: Move `serde` string macros to internals
865ba3fc39 Move serde string macros to internals (Tobin C. Harding)
4a2b13fcde internals: Feature gate whole serde module (Tobin C. Harding)

Pull request description:

  The macros are internal things and can live in `internals`. This will help with future crate smashing.

ACKs for top commit:
  apoelstra:
    ACK 865ba3fc39
  Kixunil:
    ACK 865ba3fc39

Tree-SHA512: 7b3f029206c690ecf2894e0ad099d391312f7f8ec65ac9b5d4d9f25e6827f92075dcc851d0940a0faf1e27e7d0a305b575c8cc790939b3f222d7a2920d4d24fe
2024-07-01 01:09:00 +00:00
..
address Merge rust-bitcoin/rust-bitcoin#2890: Move `serde` string macros to internals 2024-07-01 01:09:00 +00:00
blockdata Merge rust-bitcoin/rust-bitcoin#2890: Move `serde` string macros to internals 2024-07-01 01:09:00 +00:00
consensus Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
crypto Merge rust-bitcoin/rust-bitcoin#2890: Move `serde` string macros to internals 2024-07-01 01:09:00 +00:00
merkle_tree Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
p2p Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
psbt Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
taproot Merge rust-bitcoin/rust-bitcoin#2892: Remove wildcard imports 2024-06-30 04:04:08 +00:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#2890: Move `serde` string macros to internals 2024-07-01 01:09:00 +00:00
bip152.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
bip158.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
hash_types.rs bitcoin: remove all direct use of hashing/engines in unit tests 2024-06-24 13:58:03 +00:00
internal_macros.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
lib.rs Re-export public functions, enums, and structs from units::parse in the bitcoin crate root 2024-06-26 12:46:31 -05:00
network.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs 2024-06-30 automated rustfmt nightly 2024-06-30 01:10:26 +00:00
serde_utils.rs Merge rust-bitcoin/rust-bitcoin#2890: Move `serde` string macros to internals 2024-07-01 01:09:00 +00:00
sign_message.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
test_macros.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00