Skip to content

feat(abstract-utxo): add lockTime/sequence to RecoverParams for ECX replay-protection - #9382

Merged
davidkaplanbitgo merged 1 commit into
masterfrom
otto/WAL-1716-add-locktime-sequence-to
Jul 29, 2026
Merged

feat(abstract-utxo): add lockTime/sequence to RecoverParams for ECX replay-protection#9382
davidkaplanbitgo merged 1 commit into
masterfrom
otto/WAL-1716-add-locktime-sequence-to

Conversation

@OttoAllmendinger

Copy link
Copy Markdown
Contributor

Thread optional lockTime and sequence fields through the recovery PSBT build path so callers can stamp an nLockTime replay-protection marker (e.g. 499_999_999 for ECX/StorkCoin) before signing. Both fields are optional and default to existing behaviour (lockTime 0, sequence 0xFFFFFFFE). wasm-utxo BitGoPsbt.createEmpty and addWalletInput already support these parameters — no downstream change needed.

Refs: WAL-1716

…eplay-protection

Thread optional `lockTime` and `sequence` fields through the recovery
PSBT build path so callers can stamp an nLockTime replay-protection
marker (e.g. 499_999_999 for ECX/StorkCoin) before signing. Both
fields are optional and default to existing behaviour (lockTime 0,
sequence 0xFFFFFFFE). wasm-utxo BitGoPsbt.createEmpty and
addWalletInput already support these parameters — no downstream
change needed.

Refs: WAL-1716
@linear-code

linear-code Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

WAL-1716

@OttoAllmendinger
OttoAllmendinger marked this pull request as ready for review July 29, 2026 10:29
@OttoAllmendinger
OttoAllmendinger requested a review from a team as a code owner July 29, 2026 10:29
@davidkaplanbitgo
davidkaplanbitgo merged commit d9d0c0f into master Jul 29, 2026
25 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