rust-bitcoin-unsafe-fast/fuzz/fuzz_targets/bitcoin
merge-script 5743a81128
Merge rust-bitcoin/rust-bitcoin#4589: Move `bitcoin::p2p` into `p2p`
d9cf7270eb Move `bitcoin/p2p` into `p2p` (rustaceanrob)

Pull request description:

  Could use a rebase on #4568

  Somehow lost the branch of my original draft so some of the review context is removed, but all comments were addressed in separate PRs.

  First commit moves everything required to implement encoding within `p2p`, so we have a reference for functions to add to future moves to `internals`. Second commit does the relocation and third commit removes the `bitcoin/p2p` module.

ACKs for top commit:
  apoelstra:
    ACK d9cf7270eb457fd660fa505701895ab4756e394d; successfully ran local tests
  tcharding:
    ACK d9cf7270eb

Tree-SHA512: 31bf960788f45bb60b04dd73793a06828a5540e1e6118376776494bad9330dc8ebcb57749bc84b70a00e4d1d2a5686506e089269833ed99c4f9fa0c3e3b2e5b7
2025-06-19 17:00:08 +00:00
..
deser_net_msg.rs Move `bitcoin/p2p` into `p2p` 2025-06-18 14:11:35 +01:00
deserialize_address.rs Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00
deserialize_block.rs Move Block to primitives 2024-11-15 07:16:21 +11:00
deserialize_prefilled_transaction.rs fuzz: disable tests unless 'cfg(fuzzing)' is passed; update README for reproducing failures 2023-04-27 00:24:53 +00:00
deserialize_psbt.rs 2025-03-16 automated rustfmt nightly 2025-03-16 01:25:25 +00:00
deserialize_script.rs Make FeeRate from sat constructors infallible 2025-06-16 09:56:42 +10:00
deserialize_transaction.rs Make capitalization of SegWit uniform in rustdocs 2024-12-17 14:28:28 +00:00
deserialize_witness.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
outpoint_string.rs Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00
p2p_address_roundtrip.rs Move `bitcoin/p2p` into `p2p` 2025-06-18 14:11:35 +01:00
script_bytes_to_asm_fmt.rs Replace impl blocks with extension traits 2024-08-13 13:14:00 +02:00