Skip to content

Conversation

OttoAllmendinger
Copy link
Contributor

This PR addresses two main issues in 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 through a
    new --prevTx option in the parseTx command, eliminating the need to fetch
    from remote sources. Also implements helper functions to extract previous
    outputs from these transactions.

Related: BTC-0

OttoAllmendinger and others added 2 commits September 30, 2025 17:23
Replaces indexOf with findIndex to properly match signatures using buffer
equality comparison.

Issue: BTC-0

Co-authored-by: llm-git <[email protected]>
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.

Co-authored-by: llm-git <[email protected]>
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.

1 participant