rust-bitcoin-unsafe-fast/bitcoin/tests
Tobin Harding 962abcc963 Add serde regression tests
In order that we can safely change/maintain de/serialization code we
need to have regression tests with hard coded serializations for each
type that implements serde.

It is enough to test a single serde data format, use JSON for `opcodes`
and bincode for other types.

Do regression testing in a newly added `tests` module.
2022-10-29 10:47:16 +11:00
..
data Add serde regression tests 2022-10-29 10:47:16 +11:00
psbt.rs Promote rust-miniscript finalizer 2022-10-27 10:40:45 -04:00
serde.rs Add serde regression tests 2022-10-29 10:47:16 +11:00
serde_opcodes.rs Add serde regression tests 2022-10-29 10:47:16 +11:00