rust-bitcoin-unsafe-fast/bitcoin/tests
Tobin C. Harding 271b45299f
Improve Signature field names
Applies to both `ecdsa::Signature` and `taproot::Signature`.

Re-name the `Signature` fields with more descriptive names. The
names used were decided upon in the issue discussion.

Impove rustdocs while we are at it.

Note, the change to `sign-tx-segwit-v0` is refactor only, the diff does
not show it but we have a local variable already called `sighash_type`
that is equal to `EcdsaSighashType::All`.

Includes a function argument rename as well, just to be uniform.

Fix: #2139
2024-01-15 10:26:40 +11:00
..
data test: correct psbt used for regression test 2023-09-21 11:45:18 +05:30
psbt.rs Use NetworkKind in bip32 module 2023-12-15 11:50:50 +11:00
serde.rs Improve Signature field names 2024-01-15 10:26:40 +11:00
serde_opcodes.rs Add serde regression tests 2022-10-29 10:47:16 +11:00