rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra b5fbdcd68a
Merge rust-bitcoin/rust-bitcoin#2541: Reduce usage of `Network` in the public API
f6467ac98d Minimize usage of Network in public API (Tobin C. Harding)
3ec5eff56e Add Magic::from_params (Tobin C. Harding)

Pull request description:

  Minimize usage of the `Network` enum in the public API.

  See #2225 for context, and https://github.com/rust-bitcoin/rust-bitcoin/pull/1291#discussion_r1492993788 for an interpretation of that long discussion.

  Close: #2169

ACKs for top commit:
  sanket1729:
    reACK f6467ac98d.
  apoelstra:
    ACK f6467ac98d

Tree-SHA512: f12ecd9578371b3162382a9181f7f982e4d0661915af3cfdc21516192cc4abb745e1ff452649a0862445e91232f74287f98eb7e9fc68ed1581ff1a97b7216b6a
2024-04-03 13:50:47 +00:00
..
address Minimize usage of Network in public API 2024-04-03 13:32:39 +11:00
blockdata Minimize usage of Network in public API 2024-04-03 13:32:39 +11:00
consensus Minimize usage of Network in public API 2024-04-03 13:32:39 +11:00
crypto Upgrade secp dependency 2024-04-03 09:24:41 +11:00
merkle_tree 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
p2p Add Magic::from_params 2024-04-03 07:58:33 +11:00
psbt Upgrade secp dependency 2024-04-03 09:24:41 +11:00
taproot 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
bip32.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
bip152.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
bip158.rs Implement infallible for errors 2024-03-08 16:48:34 +11:00
error.rs Do infallible int from hex conversions 2024-02-27 10:40:52 +11:00
hash_types.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
internal_macros.rs 2024-03-31 automated rustfmt nightly 2024-03-31 01:03:18 +00:00
lib.rs Minimize usage of Network in public API 2024-04-03 13:32:39 +11:00
network.rs Minimize usage of Network in public API 2024-04-03 13:32:39 +11:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Use manual docs attributes 2024-04-03 11:14:32 +11:00
serde_utils.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sign_message.rs Implement infallible for errors 2024-03-08 16:48:34 +11:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00