-
Notifications
You must be signed in to change notification settings - Fork 38
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 to the new version of tbtc-v2.ts #739
Merged
Merged
Changes from 12 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b033e84
Updated deposit-redemption test
tomaszslabon 8bb6374
Updated tbtc-v2.ts version to 2.2.0
tomaszslabon 14355ab
Updated minting-unminting test
tomaszslabon a759c41
Used Hex for system test setup
tomaszslabon a9be14b
Updated version of tbtc-v2.ts
tomaszslabon 7fb6402
Replaced string with Hex for hexstring test data
tomaszslabon ace3cfd
Used Hex to represent redeemer output script
tomaszslabon 198cbed
Improved printing deposit receipt
tomaszslabon c0e9c6a
Modified checks for deleted redemption requests
tomaszslabon 9fc585b
Function call fixes
tomaszslabon 45a6f5a
Updated scenario descriptions
tomaszslabon 5691a18
Correct library usage
tomaszslabon 9b51d14
Updated tbtc-v2.ts version to development
tomaszslabon 6d4e089
Fix usage of tbtc libraries
tomaszslabon cdd0f44
Merge branch 'main' into system-test-update
tomaszslabon ac85bbf
Minor updates to test scenarios
tomaszslabon 42442d2
Removed redundant scenario
tomaszslabon 3472b7e
Renamed SDK handles
tomaszslabon 40e46b4
Added function for creating contract handles
tomaszslabon 3c4fd74
Used Bitcoin client instances from SDK
tomaszslabon 8b1d155
Added wallet registry extraction from the bridge handle
tomaszslabon 58c4605
Aligned minting-unminting test
tomaszslabon c0c15f3
Updated tbtc.v2-ts version to 2.3.0 for system tests
tomaszslabon 5d9edf2
Merge branch 'main' into system-test-update
lukasz-zimnoch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to
^2.3.0
once2.3.0
is available.