rust-bitcoin-unsafe-fast/bitcoin/src/p2p
Tobin C. Harding d4e8f49fc3
Move p2p::constants::Network to crate root
The `Network` type is not a p2p construct, it is more general, used
throughout the codebase to define _which_ Bitcoin network we are
operating on.
2023-08-01 16:46:59 +10:00
..
address.rs Move p2p::constants::ServiceFlags to p2p module 2023-08-01 16:36:12 +10:00
message.rs Move p2p::constants::Network to crate root 2023-08-01 16:46:59 +10:00
message_blockdata.rs Move p2p::constants::PROTOCOL_VERSION to p2p module 2023-08-01 16:36:12 +10:00
message_bloom.rs Rename the network module to p2p 2023-08-01 16:36:12 +10:00
message_compact_blocks.rs Rename the network module to p2p 2023-08-01 16:36:12 +10:00
message_filter.rs Rename the network module to p2p 2023-08-01 16:36:12 +10:00
message_network.rs Move p2p::constants::ServiceFlags to p2p module 2023-08-01 16:36:12 +10:00
mod.rs Move p2p::constants::Network to crate root 2023-08-01 16:46:59 +10:00