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

Signer recognition issue #735

Merged
merged 5 commits into from
Nov 6, 2023
Merged

Signer recognition issue #735

merged 5 commits into from
Nov 6, 2023

Conversation

kpyszkowski
Copy link
Contributor

@kpyszkowski kpyszkowski commented Nov 6, 2023

Refs: threshold-network/token-dashboard#648

The use of instanceof operator leads to unexpected behaviors. The
issue has been solved with the use of built-in native check method.

What's more, implemented unit tests for functions that propagated the issue described above.

The use of `instanceof` operator leads to unexpected behaviors. The
issue has been solved with the use of built-in native check method.
Added unit tests for `ethereumNetworkFromSigner` and
`ethereumAddressFromSigner` functions.
For development purpose I have the library aliased locally.
This commit reverts changes to default.
@lukasz-zimnoch lukasz-zimnoch added this to the typescript/v2.2.0 milestone Nov 6, 2023
@lukasz-zimnoch lukasz-zimnoch merged commit 25d2de2 into main Nov 6, 2023
39 checks passed
@lukasz-zimnoch lukasz-zimnoch deleted the signer-recognition branch November 6, 2023 12:09
@lukasz-zimnoch lukasz-zimnoch added the 🔌 typescript TypeScript library label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔌 typescript TypeScript library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants