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 to the new version of tbtc-v2.ts #739

Merged
merged 24 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b033e84
Updated deposit-redemption test
tomaszslabon Nov 7, 2023
8bb6374
Updated tbtc-v2.ts version to 2.2.0
tomaszslabon Nov 7, 2023
14355ab
Updated minting-unminting test
tomaszslabon Nov 7, 2023
a759c41
Used Hex for system test setup
tomaszslabon Nov 7, 2023
a9be14b
Updated version of tbtc-v2.ts
tomaszslabon Nov 7, 2023
7fb6402
Replaced string with Hex for hexstring test data
tomaszslabon Nov 7, 2023
ace3cfd
Used Hex to represent redeemer output script
tomaszslabon Nov 8, 2023
198cbed
Improved printing deposit receipt
tomaszslabon Nov 8, 2023
c0e9c6a
Modified checks for deleted redemption requests
tomaszslabon Nov 8, 2023
9fc585b
Function call fixes
tomaszslabon Nov 9, 2023
45a6f5a
Updated scenario descriptions
tomaszslabon Nov 9, 2023
5691a18
Correct library usage
tomaszslabon Nov 10, 2023
9b51d14
Updated tbtc-v2.ts version to development
tomaszslabon Nov 10, 2023
6d4e089
Fix usage of tbtc libraries
tomaszslabon Nov 12, 2023
cdd0f44
Merge branch 'main' into system-test-update
tomaszslabon Nov 13, 2023
ac85bbf
Minor updates to test scenarios
tomaszslabon Nov 13, 2023
42442d2
Removed redundant scenario
tomaszslabon Nov 14, 2023
3472b7e
Renamed SDK handles
tomaszslabon Nov 14, 2023
40e46b4
Added function for creating contract handles
tomaszslabon Nov 14, 2023
3c4fd74
Used Bitcoin client instances from SDK
tomaszslabon Nov 14, 2023
8b1d155
Added wallet registry extraction from the bridge handle
tomaszslabon Nov 14, 2023
58c4605
Aligned minting-unminting test
tomaszslabon Nov 14, 2023
c0c15f3
Updated tbtc.v2-ts version to 2.3.0 for system tests
tomaszslabon Nov 15, 2023
5d9edf2
Merge branch 'main' into system-test-update
lukasz-zimnoch Nov 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion system-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test/**/*"
],
"dependencies": {
"@keep-network/tbtc-v2.ts": "2.0.0-dev.0",
"@keep-network/tbtc-v2.ts": "2.2.0-dev.0",
lukasz-zimnoch marked this conversation as resolved.
Show resolved Hide resolved
"elliptic": "^6.5.4",
"wif": "^2.0.6"
},
Expand Down
Loading