rust-bitcoin-unsafe-fast/bitcoin/src/network
Riccardo Casatta 5c8933001c
Avoid serialize inner data in RawNetworkMessage
RawNetworkMessage keep the payload_len and its checksum in the struct, thus
is not needed to serialize the inner network message

pub in fields of both RawNetworkMessage and CheckedData are removed so that
invariant are preserved.
2023-07-26 08:34:49 +02:00
..
address.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
constants.rs network: Implement Default on ServiceFlags 2023-06-06 00:06:28 +01:00
message.rs Avoid serialize inner data in RawNetworkMessage 2023-07-26 08:34:49 +02:00
message_blockdata.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
message_bloom.rs network: Run cargo fmt 2022-11-18 13:11:09 +11:00
message_compact_blocks.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
message_filter.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
message_network.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
mod.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00