Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BtcSwapTx: update refund tx to consider all utxos #73

Open
wants to merge 7 commits into
base: trunk
Choose a base branch
from

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    d68cb62 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. BtcSwapTx: remove utxo field, update struct methods

    The BtcSwapTx methods are updated to use all available
    inputs, where appropriate.
    ok300 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3587e3c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    82c6bfb View commit details
    Browse the repository at this point in the history
  2. BtcSwapTx new_refund: fetch utxo from Boltz only on error

    This preserves the existing logic of when to fallback to querying Boltz for the utxo.
    ok300 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2c4af8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aff632f View commit details
    Browse the repository at this point in the history
  4. Add input_index arg for partial_sig methods

    Add new argument for get_chain_partial_sig, get_submarine_partial_sig that represent the input index.
    ok300 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e3f9c57 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Fix regtest.rs tests

    ok300 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1917a18 View commit details
    Browse the repository at this point in the history