rust-bitcoin-unsafe-fast/bitcoin/examples
Andrew Poelstra 04976eddcf
Merge rust-bitcoin/rust-bitcoin#1833: Use new `hex-conservative` crate
bb8bd16302 internals: Remove hex module (Tobin C. Harding)
2268b44911 Depend on hex-conservative (Tobin C. Harding)
db50509cd3 Add usage docs to the "core2" feature (Tobin C. Harding)

Pull request description:

  Use the newly released `hex-conservative` crate, by doing the following:

  - Depend on `hex-conservative` in `bitcoin` and `hashes`
  - Re-export `hex-conservative` as `hex` from both crate roots.
  - Remove all the old hex code from `hashes`
  - Remove all the old hex code from `internals`
  - Remove the now unused `internals::prelude`
  - Fix all the import statements (makes up the bulk of the lines changes in this patch)

ACKs for top commit:
  apoelstra:
    ACK bb8bd16302
  sanket1729:
    utACK bb8bd16302

Tree-SHA512: ec83b3941cae6f32272471779f28461bb04959a3f6a126a68bbf2c748d83ff9518ff8932d9e937a6f389c10028bf3eb58c6b6d71ea066924dd7a34faaec7a087
2023-07-27 16:27:01 +00:00
..
bip32.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
ecdsa-psbt.rs Use Amount type for TxOut value field 2023-05-04 17:09:08 +02:00
handshake.rs Avoid serialize inner data in RawNetworkMessage 2023-07-26 08:34:49 +02:00
sighash.rs Added examples for sighash computations 2023-06-20 02:07:21 -07:00
taproot-psbt.rs Use from_int_btc function for const context 2023-06-13 11:32:58 +02:00