Skip to content

fix(utxo-lib): add consensus branch id to serialization methods#7779

Merged
davidkaplanbitgo merged 1 commit intomasterfrom
BTC-2659.fix-zcash-encoding-bug
Dec 19, 2025
Merged

fix(utxo-lib): add consensus branch id to serialization methods#7779
davidkaplanbitgo merged 1 commit intomasterfrom
BTC-2659.fix-zcash-encoding-bug

Conversation

@OttoAllmendinger
Copy link
Contributor

Adds the consensus branch ID encoding when using toHex() and toBase64()
methods on ZcashPsbt. Previously this information was only included when
using toBuffer() directly, causing bugs when serializing the PSBT with
the other methods.

BTC-2659

Adds the consensus branch ID encoding when using toHex() and toBase64()
methods on ZcashPsbt. Previously this information was only included when
using toBuffer() directly, causing bugs when serializing the PSBT with
the other methods.

Issue: BTC-2659

Co-authored-by: llm-git <llm-git@ttll.de>
@OttoAllmendinger OttoAllmendinger marked this pull request as ready for review December 19, 2025 15:24
@OttoAllmendinger OttoAllmendinger requested a review from a team as a code owner December 19, 2025 15:24
@davidkaplanbitgo davidkaplanbitgo merged commit 93bd110 into master Dec 19, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants