AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Informational 19 Bitcoin

psbt: add PSBTv2 global tx fields

Public commit record

What the developer wrote

Authored by Ava Chow

68/100 · Adequate
psbt: add PSBTv2 global tx fields

When decomposing a transaction into a PSBTv2, the tx version and
locktime need to be stored in their respective global fields. Add those
fields and fill them when constructing.
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This commit adds two missing data fields to Bitcoin's PSBTv2 format support: the transaction version and the locktime. These values are now stored in the correct global fields when a transaction is converted into a PSBTv2. It appears to be a correctness/completeness fix for the newer PSBT standard rather than a fix for an active security vulnerability.

Recommended action

Review as a normal correctness fix. No urgent security action is indicated by the diff alone. If PSBTv2 handling is security-critical for downstream wallets, verify that serialization round-trips and upgrade paths are covered by tests.

Security signals we found

01

Missing required fields in a protocol data structure (PSBTv2)

02

Potential serialization/deserialization inconsistency between PSBT versions

03

No input validation, bounds checking, or memory safety changes present

Risk score

Why this scored 19/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 3/15
Confidence 8/10
Evidence quality 4/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.