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

Enhance transaction validation with standardized RPC errors #1690

Merged
merged 14 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert rpc-errors due constraint incompatibility
  • Loading branch information
vinistevam committed Sep 25, 2023
commit 919d77bdcd574385de273a7c7031596dfc392f13
2 changes: 1 addition & 1 deletion packages/transaction-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@metamask/eth-query": "^3.0.1",
"@metamask/metamask-eth-abis": "^3.0.0",
"@metamask/network-controller": "^12.2.0",
"@metamask/rpc-errors": "^6.0.0",
"@metamask/rpc-errors": "^5.1.1",
legobeat marked this conversation as resolved.
Show resolved Hide resolved
"@metamask/utils": "^6.2.0",
"async-mutex": "^0.2.6",
"eth-method-registry": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2562,7 +2562,7 @@ __metadata:
"@metamask/eth-query": ^3.0.1
"@metamask/metamask-eth-abis": ^3.0.0
"@metamask/network-controller": ^12.2.0
"@metamask/rpc-errors": ^6.0.0
"@metamask/rpc-errors": ^5.1.1
"@metamask/utils": ^6.2.0
"@types/jest": ^27.4.1
"@types/node": ^16.18.24
Expand Down