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

Update system tests #647

Merged
merged 3 commits into from
Jul 12, 2023
Merged

Update system tests #647

merged 3 commits into from
Jul 12, 2023

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    41f917a View commit details
    Browse the repository at this point in the history
  2. Fix system tests

    Request the redemption via the `depositorBridgeHandle.requestRedemption`
    directly instead of  `requestRedemption` function. After refactoring in
    `#632`, the `requestRedemption` requests redemption via tBTC token
    contract. In the current deposit scenario, we do not pass the vault
    address so the `depositor` does not actually have any tBTC tokens so we
    can't request redemption via `requestRedemption` fn with changes from
    `#632`. We are going to add a new scenario where we pass the TBTC vault
    address to the `revealDeposit` function to test the new mechanism of
    requesting the redemption via tBTC token contract in follow-up work.
    r-czajkowski committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b56d4db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7aba22 View commit details
    Browse the repository at this point in the history