rust-bitcoin-unsafe-fast/bitcoin/src/consensus
rustaceanrob 20779bdbc8
Move `p2p` encodings out of `encode`
All of the `Encodable` implementations are defined within `p2p` with the
exception of `p2p` types that are a `Vec`. To fully decouple `p2p` from
`encode` we can define these in `p2p` like the others. This is the final
step in removing anything `p2p` related from the rest of `bitcoin`.
2025-05-27 14:41:03 +01:00
..
encode.rs Move `p2p` encodings out of `encode` 2025-05-27 14:41:03 +01:00
error.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
mod.rs Change all occurrences of "IO" to "I/O" 2025-01-07 12:37:47 +00:00
serde.rs Change all occurrences of "IO" to "I/O" 2025-01-07 12:37:47 +00:00