rust-bitcoin-unsafe-fast/bitcoin/tests
Tobin C. Harding 32d2d62e0f
Rename from_slice methods to decode
The `TaprootMerkleBranch` and `ControlBlock` both have methods on them
called `from_slice` but these methods do more that just basic copy from
a slice. `decode` is a more descriptive name.

Deprecate the `from_slice` methods and implement `decode`, on other
changes to the logic.
2023-02-07 14:54:08 +11:00
..
data locktime: unify serde impls 2022-12-11 18:48:56 +00:00
psbt.rs Remove FromHex for all types except Vec and array 2023-02-01 08:26:46 +11:00
serde.rs Rename from_slice methods to decode 2023-02-07 14:54:08 +11:00
serde_opcodes.rs Add serde regression tests 2022-10-29 10:47:16 +11:00