rust-bitcoin-unsafe-fast/bitcoin/src/psbt
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
..
map Rename PartiallySignedTransaction to Psbt 2023-07-15 08:32:29 +10:00
error.rs Rename HashParse error variant to InvalidHash 2023-07-24 15:08:07 +10:00
macros.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
mod.rs Rename HashParse error variant to InvalidHash 2023-07-24 15:08:07 +10:00
raw.rs psbt: Run the formatter 2023-03-21 08:33:23 +11:00
serialize.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00