-
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
Conversation
c4b656c
to
b033e84
Compare
d23b367
to
a759c41
Compare
05e511c
to
664b448
Compare
664b448
to
198cbed
Compare
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.
One of the goals of this migration is testing the new API of the SDK v2. I'm afraid we are not making that with the presented changes. We are just using renamed components but keeping the old way of doing things. Left some comments that explain the intended direction:
db36a1e
to
db9632a
Compare
db9632a
to
5691a18
Compare
system-tests/package.json
Outdated
@@ -18,7 +18,7 @@ | |||
"test/**/*" | |||
], | |||
"dependencies": { | |||
"@keep-network/tbtc-v2.ts": "2.0.0-dev.0", | |||
"@keep-network/tbtc-v2.ts": "^2.2.0", |
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
once 2.3.0
is available.
e91376a
to
ac85bbf
Compare
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.
Last batch of comments:
12e215f
to
42442d2
Compare
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.
LGTM! Holding off with merge until @keep-network/tbtc-v2.ts
is pinned to ^2.3.0
#Refs: #716.
This PR updates the version of
tbtc-v2.ts
used for system tests.