-
Notifications
You must be signed in to change notification settings - Fork 597
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
Refactor session config handling and cryptography logic for improved abstraction #1059
Conversation
# Conflicts: # packages/wallet-sdk/src/connection/WalletLinkConnection.ts
rename
77c29db
to
82d231c
Compare
72dc289
to
d8d771b
Compare
3b45dff
to
a316bc9
Compare
5b994c2
to
f88c1bf
Compare
f88c1bf
to
60c8d1a
Compare
# Conflicts: # packages/wallet-sdk/jest.config.ts # packages/wallet-sdk/src/connection/WalletLinkConnection.ts
@@ -5,4 +5,15 @@ module.exports = { | |||
pragma: "h", | |||
}, | |||
}, | |||
rules: { | |||
'no-useless-constructor': 'off', |
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.
i know what's useless or not
"@typescript-eslint/no-explicit-any": "off" | ||
} | ||
} | ||
] |
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.
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.
niceee, lgtm! looks much cleaner now, ty!
Summary
https://coinbase.slack.com/archives/C03QN57NMHV/p1699906732036009
Relay
toConnection
Relay
toConnection
How did you test your changes?
new & existing tests