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

Tx verification updates #25084

Merged

Conversation

rekmarks
Copy link
Member

@rekmarks rekmarks commented Jun 5, 2024

Ref: #25047

Commits are individually reviewable.

@rekmarks rekmarks requested a review from a team as a code owner June 5, 2024 22:35
@metamaskbot metamaskbot added the INVALID-PR-TEMPLATE PR's body doesn't match template label Jun 5, 2024
@@ -1,53 +1,104 @@
import { hashMessage } from '@ethersproject/hash';
import { verifyMessage } from '@ethersproject/wallet';
import type { NetworkController } from '@metamask/network-controller';
import { rpcErrors } from '@metamask/rpc-errors';
import { Json, JsonRpcParams, hasProperty, isObject } from '@metamask/utils';
Copy link
Member Author

Choose a reason for hiding this comment

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

The JsonRpc* types from @metamask/utils are broken (they just become any in our usage).

@ejwessel ejwessel force-pushed the rekm/tx-verification-updates branch from b6f4c68 to 174ae57 Compare June 5, 2024 23:50
@ejwessel ejwessel merged commit b224935 into confirmation-bridge-verify-backend Jun 5, 2024
21 of 44 checks passed
@ejwessel ejwessel deleted the rekm/tx-verification-updates branch June 5, 2024 23:54
@github-actions github-actions bot locked and limited conversation to collaborators Jun 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
INVALID-PR-TEMPLATE PR's body doesn't match template
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants