rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 69688b6487
Merge rust-bitcoin/rust-bitcoin#1610: Add KeyPair import to rustdoc example
277e8e96bd Add KeyPair import to rustdoc example (Tobin C. Harding)

Pull request description:

  Recently, and bizarrely, a PR merged that broke `cargo test --doc`.

  Add an import for `KeyPair` to the `schnorr` rustdoc example.

ACKs for top commit:
  apoelstra:
    ACK 277e8e96bd
  Kixunil:
    ACK 277e8e96bd

Tree-SHA512: ad214b668827b35848cc7b260cbd2104a916a82a5a6d242bdc498c62edc9a0e864f4bdb4abcade42924dbaf951223ae80feacbe68d8a4ccb4562d8ead50b23a9
2023-02-07 08:05:35 +11:00
..
blockdata Merge rust-bitcoin/rust-bitcoin#1608: Set `rustv_1_53` in build script 2023-02-06 14:11:01 +00:00
consensus Improve Psbt error handling 2023-01-17 16:43:39 -05:00
crypto Add KeyPair import to rustdoc example 2023-02-02 12:22:47 +11:00
merkle_tree Remove FromHex for all types except Vec and array 2023-02-01 08:26:46 +11:00
network Remove FromHex for all types except Vec and array 2023-02-01 08:26:46 +11:00
psbt Carry ConsensusEncoding(encode::Error) 2023-02-02 13:05:59 -05:00
util Move base58 module to crate root 2022-12-01 09:56:33 +11:00
address.rs Remove FromHex for all types except Vec and array 2023-02-01 08:26:46 +11:00
amount.rs Make max/min_value functions const 2023-01-31 08:35:32 +11:00
base58.rs Replace `Vec::from_hex` with `hex!` 2022-12-31 21:10:19 +01:00
bip32.rs Add new hex parse error variant 2023-01-28 07:53:47 +11:00
bip152.rs Do not export unusual hash types at crate root 2023-02-04 13:34:20 +11:00
bip158.rs Remove FromHex for all types except Vec and array 2023-02-01 08:26:46 +11:00
error.rs Move util::Error to error module 2022-11-16 10:42:30 +11:00
hash_types.rs Remove hex_from_slice and display Sighash forwards 2023-02-01 08:26:46 +11:00
internal_macros.rs Remove hex_from_slice and display Sighash forwards 2023-02-01 08:26:46 +11:00
lib.rs Do not export unusual hash types at crate root 2023-02-04 13:34:20 +11:00
parse.rs impl FromHexStr for structs with single u32 member 2022-12-11 00:01:58 -05:00
policy.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
pow.rs Make max/min_value functions const 2023-01-31 08:35:32 +11:00
serde_utils.rs Use marker type to enforce validation of `Address`'s network 2023-01-11 19:27:10 +08:00
sighash.rs Do not export unusual hash types at crate root 2023-02-04 13:34:20 +11:00
sign_message.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
string.rs impl FromHexStr for structs with single u32 member 2022-12-11 00:01:58 -05:00
taproot.rs Add newline in rustdoc 2023-02-03 14:11:53 +11:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00