rust-bitcoin-unsafe-fast/bitcoin/tests
Tobin C. Harding 2268b44911
Depend on hex-conservative
We have just released the `hex-conservative` crate, we can now use it.

Do 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`
- Fix all the import statements (makes up the bulk of the lines changed
  in this patch)
2023-07-21 10:59:46 +10:00
..
data Remove serde for taprootspendinfo 2023-03-01 16:58:24 -08:00
psbt.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
serde.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
serde_opcodes.rs Add serde regression tests 2022-10-29 10:47:16 +11:00