Skip to content

Conversation

@OttoAllmendinger
Copy link
Contributor

This PR includes two important fixes for the utxo-bin package:

  1. Fixes signature matching in InputParser by replacing indexOf with
    findIndex to properly match signatures using buffer equality comparison.

  2. Adds support for providing previous transaction data directly to the
    parseTx command via a new --prevTx option, eliminating the need to fetch
    from remote sources. Includes helper functions to extract previous outputs
    from these transactions.

BTC-0

OttoAllmendinger and others added 2 commits December 2, 2025 14:01
Replaces indexOf with findIndex to properly match signatures using buffer
equality comparison.

Issue: BTC-0

Co-authored-by: llm-git <llm-git@ttll.de>
Add --prevTx option to the parseTx command to provide previous transaction
data directly instead of fetching from a remote source. Implement helper
functions to extract previous outputs from these transactions.

Issue: BTC-0

Co-authored-by: llm-git <llm-git@ttll.de>
@OttoAllmendinger OttoAllmendinger marked this pull request as ready for review December 2, 2025 13:19
@OttoAllmendinger OttoAllmendinger requested a review from a team as a code owner December 2, 2025 13:19
@OttoAllmendinger OttoAllmendinger merged commit 0d3085f into master Dec 3, 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.

3 participants