-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minting roundtrip system tests scenario (#497)
Here we add a new system test scenario that leverages the TBTCVault contract. The scenario consists of several steps: 1. Initiate minting of TBTC tokens by creating a deposit pointing to the TBTCVault 2. Sweep the deposit on the BTC side and submit the SPV proof of the sweep to the Bridge 3. Unmint the minted TBTC tokens and request redemption using the token's approve-and-call mechanism 4. Redeem on the BTC side and submit the SPV proof of redemption to the Bridge Apart from that, this PR: - Bumps the tbtc-v2.ts dependency to pull recent changes and adjusts the existing system tests code accordingly - Adds the new minting scenario to the existing system tests CI workflow
- Loading branch information
Showing
7 changed files
with
1,122 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.