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

Added getAccounts suppressUnauthorized param #116

Merged
merged 15 commits into from
Apr 27, 2022

Conversation

shanejonas
Copy link
Contributor

@shanejonas shanejonas commented Mar 22, 2022

@shanejonas shanejonas dismissed a stale review via 38286b8 March 22, 2022 22:01
src/wallet.ts Outdated Show resolved Hide resolved
src/wallet.ts Outdated Show resolved Hide resolved
rekmarks and others added 2 commits March 23, 2022 10:58
Co-authored-by: Shane <jonas.shane@gmail.com>
@shanejonas shanejonas dismissed a stale review via 35e6616 March 23, 2022 20:39
src/wallet.ts Outdated Show resolved Hide resolved
test/wallet.test.ts Outdated Show resolved Hide resolved
test/wallet.test.ts Outdated Show resolved Hide resolved
test/wallet.test.ts Outdated Show resolved Hide resolved
test/wallet.test.ts Outdated Show resolved Hide resolved
shanejonas and others added 9 commits April 19, 2022 12:22
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
…k/eth-json-rpc-middleware into added-getaccounts-suppress-param
Copy link
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems kosher to me.

Copy link
Member

@rekmarks rekmarks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@shanejonas shanejonas merged commit 86915dc into main Apr 27, 2022
@shanejonas shanejonas deleted the added-getaccounts-suppress-param branch April 27, 2022 16:07
Gudahtt added a commit that referenced this pull request Feb 10, 2023
The `suppressUnauthorized` option has been removed from the type
signature of the `getAccounts` parameter accepted by the `wallet`
middleware.

This option was added in #116 to fix an extension bug, but it was never
used in practice. The linked extension change used the wrong parameter
name (`suppressUnauthorizedError`), so this was always unset. We didn't
notice because it also wasn't needed to fix the bug; the
`resemblesAddress` condition added in that same PR was sufficient.
Gudahtt added a commit that referenced this pull request Feb 10, 2023
The `suppressUnauthorized` option has been removed from the type
signature of the `getAccounts` parameter accepted by the `wallet`
middleware.

This option was added in #116 to fix an extension bug, but it was never
used in practice. The linked extension change used the wrong parameter
name (`suppressUnauthorizedError`), so this was always unset. We didn't
notice because it also wasn't needed to fix the bug; the
`resemblesAddress` condition added in that same PR was sufficient.
Gudahtt added a commit that referenced this pull request Feb 10, 2023
The `suppressUnauthorized` option has been removed from the type
signature of the `getAccounts` parameter accepted by the `wallet`
middleware.

This option was added in #116 to fix an extension bug, but it was never
used in practice. The linked extension change used the wrong parameter
name (`suppressUnauthorizedError`), so this was always unset. We didn't
notice because it also wasn't needed to fix the bug; the
`resemblesAddress` condition added in that same PR was sufficient.
Gudahtt added a commit that referenced this pull request Feb 10, 2023
The `suppressUnauthorized` option has been removed from the type
signature of the `getAccounts` parameter accepted by the `wallet`
middleware.

This option was added in #116 to fix an extension bug, but it was never
used in practice. The linked extension change used the wrong parameter
name (`suppressUnauthorizedError`), so this was always unset. We didn't
notice because it also wasn't needed to fix the bug; the
`resemblesAddress` condition added in that same PR was sufficient.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants