-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix: replace legacy eth-json-rpc deps #11952
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
Merged
Merged
Changes from 55 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
a7afca6
chore: nodejs 20.18.0
legobeat 0e387a1
deps: json-rpc-engine@^6.1.0 -> @metamask/json-rpc-engine@^10.0.0
legobeat 3953116
Update JsonRpcRequest typings
legobeat c724393
chainId is now hex string, not number
legobeat 924f7f0
chore(test): eth_sendTransaction test type workarounds
legobeat d2d0588
fixup: console.error in test
legobeat d3e618d
fix(test): test for error cause message in RPCMethodMIddleware
legobeat 72a6f77
deps: @metamask/eth-json-rpc-filters@^8.0.0->^9.0.0
legobeat 69f7521
fix(deps): @metamask/eth-json-rpc-middleware@^11.0.2->^15.0.0
MarioAslau 3ece450
background bridge cleanup fix
tommasini 5d6b7c6
fix depcheck issues
tommasini 8e340c4
fix lint issues
tommasini 82b1ccc
fix lint and fix ts error
tommasini d1ea8dd
fix on snap bridge
tommasini 8216ff4
feat: update createLegacyMethodMiddleware tests
MarioAslau 04573b2
feat: remove type
MarioAslau b660823
feat: removed unused imports
MarioAslau 309439d
fix: revert `Internal JSON-RPC error` message change
legobeat 0bf3b62
deps: @metamask/rpc-errors@^6.2.1->^7.0.0
legobeat 977f2ad
chore: fixup test for @metamask/rpc-errors 7.0.0+
legobeat 07290cf
chore: migrate patch for @metamask/rpc-errors
legobeat 060db63
fix: revert changing chainId from number to Hex
legobeat 208b079
deps: @metamask/providers@^13.1.0->^16.1.0
legobeat d35ab75
deps: json-rpc-middleware-stream@^4.2.3 -> @metamask/json-rpc-middlew…
legobeat 69b8ddc
deps: @metamask/utils@^9.2.1->^10.0.0
legobeat 9a598c4
fix(deps): remove unused legacy eth-block-tracker
legobeat 3d0d3d7
fix: force @metamask/utils v8
legobeat 0739962
fix: transpile class syntax in @metamask/rpc-errors
legobeat 5185b4a
transpile all the errors
legobeat 5e36b03
Merge branch 'main' into chore/provider-middleware-filters-2
smilingkylan 7f3880b
addressed conflicts and downgraded node to 20.18.0
sethkfman fccb410
removed rpc-errors patch for 7.0.0 since latest version is 7.0.1
sethkfman 90ceb2c
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart 2cf7dc1
deduplicate
NicolasMassart ffc39c3
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart 9c134f4
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart c80d36e
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart 7aada0c
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart 494f5d3
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart ffd4fba
dedup
NicolasMassart 26e5e86
Merge branch 'chore/provider-middleware-filters-2' of github.com:Meta…
NicolasMassart d778bb0
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart efafe20
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart 1bba31d
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart 4070db8
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart 25a1d36
revert unwanted prettier formatting
NicolasMassart abce830
revert unwanted prettier formatting
NicolasMassart 48c9815
revert unwanted prettier formatting
NicolasMassart b7cb44f
revert unwanted prettier formatting
NicolasMassart dd1742f
revert unwanted prettier formatting
NicolasMassart c0173ba
revert unwanted prettier formatting
NicolasMassart 74506de
revert unwanted prettier formatting
NicolasMassart 1da2996
revert unwanted prettier formatting
NicolasMassart 270b787
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart 6bc0e0b
revert unwanted prettier formatting
NicolasMassart da493d3
update yarn lock
NicolasMassart c027ead
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart 0080a0f
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart 86b9fd7
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart c3db051
Merge branch 'main' into chore/provider-middleware-filters-2
NicolasMassart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
app/core/Engine/controllers/RemoteFeatureFlagController/index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1 @@ | ||
| export { createRemoteFeatureFlagController } from './utils'; | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -251,4 +251,3 @@ export const unlockLedgerWalletAccount = async (index: number) => { | |
| } | ||
| }; | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
app/core/RPCMethods/createUnsupportedMethodMiddleware/index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.