-
-
Notifications
You must be signed in to change notification settings - Fork 50
PD-4301: stack upgrade #303
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
Conversation
packages/tss/src/provider.ts
Outdated
| this.verifierName = verifier; | ||
| this.verifierId = verifierId; | ||
| const { authConnectionId, userId } = obj.userInfo; | ||
| this.verifierName = authConnectionId; |
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.
rename items to authConnectionId and userId.
remove all instances of verifier
a51b14d to
08a570a
Compare
packages/tss/package.json
Outdated
| "@toruslabs/rss-client": "^2.0.1", | ||
| "@toruslabs/torus.js": "^15.1.0", | ||
| "@types/bn.js": "^5.1.5", | ||
| "@tkey/common-types": "../common-types", |
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.
undo this
chaitanyapotti
left a comment
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
Motivation and Context
Jira Link:
https://toruslabs.atlassian.net/browse/PD-4301
Description
Update deps
Drop node 18 support
CI to node 22
How has this been tested?
npm run test
Screenshots (if appropriate):
Types of changes
Checklist: