rust-bitcoin-unsafe-fast/bitcoin/src/p2p
Nick Johnson e09bdb5f98 Add BIP324 V2 p2p network message support
BIP324 introduced the second version of p2p network messages which
are designed to be used with the new encrypted transport. This patch
adds a V2NetworkMessage type which wraps a NetworkMessage and handles
the V2 encoding and decoding. It is a parallel of the existing
RawNetworkMessage type (which may be better described as
V1NetworkMessage). A priority of this patch was to not re-invent any
wheels and try to use the existing patterns as much as possible.
2025-01-06 20:38:57 -08:00
..
address.rs Remove test_ prefix from unit tests 2025-01-02 10:06:50 +11:00
message.rs Add BIP324 V2 p2p network message support 2025-01-06 20:38:57 -08:00
message_blockdata.rs Add a hash value to Inventory's Error variant 2024-12-18 19:24:26 -08:00
message_bloom.rs Add error constructor parse_failed_error 2024-10-22 11:47:34 +11:00
message_compact_blocks.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
message_filter.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
message_network.rs Add error constructor parse_failed_error 2024-10-22 11:47:34 +11:00
mod.rs 2025-01-05 automated rustfmt nightly 2025-01-05 01:22:00 +00:00