btcd/btcutil/psbt
Oliver Gugger 4bff778564
psbt: decode keytype as compact size
Fixes #2199.

Previous to this fix the keytype was only interpreted as a single byte,
even though BIP-0174 states it is to be parsed as a CompactSize/VarInt.
2024-06-25 16:03:05 +02:00
..
bip32.go psbt: fix formatting and typos 2023-01-27 15:30:42 +01:00
creator.go chore: fix some comments (#2146) 2024-03-27 09:45:48 -04:00
extractor.go psbt: fix formatting and typos 2023-01-27 15:30:42 +01:00
finalizer.go fix typos (#2100) 2024-03-25 09:44:25 -04:00
go.mod btcutil/psbt: update to btcutil btcutil/v1.1.4 2023-12-19 15:01:52 -08:00
go.sum btcutil/psbt: update to btcutil btcutil/v1.1.4 2023-12-19 15:01:52 -08:00
partial_input.go psbt: fix formatting and typos 2023-01-27 15:30:42 +01:00
partial_output.go psbt: allow Unknowns in outputs 2023-01-27 15:30:43 +01:00
partialsig.go psbt: fix typo, remove TODO 2022-05-02 16:25:09 +02:00
psbt_test.go psbt: decode keytype as compact size 2024-06-25 16:03:05 +02:00
psbt.go psbt: decode keytype as compact size 2024-06-25 16:03:05 +02:00
signer.go psbt: fix formatting and typos 2023-01-27 15:30:42 +01:00
sort_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
sort.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
taproot.go psbt: export Bip32 encode/decode functions 2023-01-27 15:30:41 +01:00
types.go psbt: add new input/output types and structs 2022-05-02 16:25:13 +02:00
updater.go psbt: rename receiver to match rest of code 2022-05-02 16:25:11 +02:00
utils_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
utils.go psbt: decode keytype as compact size 2024-06-25 16:03:05 +02:00