Skip to content

fix(wasm-utxo): display txid as string instead of reversed bytes#229

Merged
OttoAllmendinger merged 1 commit intomasterfrom
BTC-0.fix-reversed-txid
Mar 26, 2026
Merged

fix(wasm-utxo): display txid as string instead of reversed bytes#229
OttoAllmendinger merged 1 commit intomasterfrom
BTC-0.fix-reversed-txid

Conversation

@OttoAllmendinger
Copy link
Copy Markdown
Contributor

Change txid representation from buffer to string format in PSBT
inspection. Previously, txids were displayed as byte arrays in
reverse order.

Affects txid, ntxid, wtxid, prev_txid, and non_witness_utxo fields.

Issue: BTC-0

Co-authored-by: llm-git llm-git@ttll.de

@OttoAllmendinger OttoAllmendinger force-pushed the BTC-0.fix-reversed-txid branch 3 times, most recently from c80a90d to 24025a5 Compare March 26, 2026 10:34
Change txid representation from buffer to string format in PSBT
inspection. Previously, txids were displayed as byte arrays in
reverse order.

Affects txid, ntxid, wtxid, prev_txid, and non_witness_utxo fields.

Issue: BTC-0

Co-authored-by: llm-git <llm-git@ttll.de>
@OttoAllmendinger OttoAllmendinger force-pushed the BTC-0.fix-reversed-txid branch from 24025a5 to a9af734 Compare March 26, 2026 11:03
@OttoAllmendinger OttoAllmendinger marked this pull request as ready for review March 26, 2026 11:14
@OttoAllmendinger OttoAllmendinger requested a review from a team as a code owner March 26, 2026 11:14
@OttoAllmendinger OttoAllmendinger merged commit 7d48d0a into master Mar 26, 2026
13 checks passed
@OttoAllmendinger OttoAllmendinger deleted the BTC-0.fix-reversed-txid branch March 26, 2026 13:27
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