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

Improve find wallet for redemption logic #651

Merged
merged 7 commits into from
Jul 12, 2023

Commits on Jul 11, 2023

  1. Expose getTransactionHistory function

    Here we expose a function allowing to get the transaction history for given
    Bitcoin address.
    lukasz-zimnoch committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    97d56b3 View commit details
    Browse the repository at this point in the history
  2. Expose determineWalletMainUtxo function

    Here we expose a function allowing to determine the wallet main UTXO based
    on the wallet recent transactions history and the main UTXO hash stored on
    the Bridge contract.
    lukasz-zimnoch committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4994672 View commit details
    Browse the repository at this point in the history
  3. Make findWalletForRedemption use determineWalletMainUtxo function

    The `findWalletForRedemption` function should rely on `determineWalletMainUtxo`
    wallet while seeking for current wallet main UTXO. Otherwise, it may not
    find the main UTXO in case there is a wallet state drift between Bitcoin
    and Ethereum chains.
    lukasz-zimnoch committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    10ab6da View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    0e369b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056cac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b0b9bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2e5b9f View commit details
    Browse the repository at this point in the history