rust-bitcoin-unsafe-fast/bitcoin/examples
rustaceanrob cbe04b00c6
Remove all `p2p` dependency from `network`
Motivated by moving the `p2p` module to its own crate. `TryFrom` and
`From` are already implement for converting to and from
`Network`/`Magic`. The methods related to `Magic` are removed from
`Network`, as well as any reference to `p2p` in the documentation, as
`bitcoin` would no longer depend on `p2p`.

The deser roundtrip test are relocated to `p2p/mod.rs`
2025-05-29 15:20:10 +01:00
..
bip32.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
create-p2wpkh-address.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
ecdsa-psbt-simple.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
ecdsa-psbt.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
handshake.rs Remove all `p2p` dependency from `network` 2025-05-29 15:20:10 +01:00
io.rs bitcoin: Add an example of doing I/O to encode/decode 2025-01-08 10:18:00 +11:00
script.rs Finalize the script hex APIs 2025-05-08 15:12:05 +10:00
sighash.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
sign-tx-segwit-v0.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
sign-tx-taproot.rs Merge rust-bitcoin/rust-bitcoin#4410: Wrap secp256k1::XOnlyPublicKey to improve error handling 2025-05-07 17:01:31 +00:00
taproot-psbt-simple.rs Merge rust-bitcoin/rust-bitcoin#4410: Wrap secp256k1::XOnlyPublicKey to improve error handling 2025-05-07 17:01:31 +00:00
taproot-psbt.rs Merge rust-bitcoin/rust-bitcoin#4410: Wrap secp256k1::XOnlyPublicKey to improve error handling 2025-05-07 17:01:31 +00:00