-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix: eth-json-rpc-middleware@9 -> @metamask/eth-json-rpc-middleware@11 #12047
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
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/btoa@1.2.1, npm/eth-json-rpc-middleware@9.0.1, npm/json-stable-stringify@1.0.1, npm/jsonify@0.0.0, npm/safe-stable-stringify@2.4.3 |
|
887febd to
1a73659
Compare
7b2b592 to
6c0690a
Compare
5de4d65 to
91fbb80
Compare
6c0690a to
b6d0556
Compare
|
91fbb80 to
965efb0
Compare
b6d0556 to
ff38c03
Compare
…^8.0.0 (#12024) ## **Description** Replace deprecated `eth-json-rpc-filters` with `@metamask/eth-json-rpc-filters`. ## **Related issues** - Part of: #12047 - Broken out from: #9274, #11952 - Follow-up to: #11980 ## **Manual testing steps** ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [x] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
ff38c03 to
47d6dbd
Compare
|
|



Description
Migrate from legacy
eth-json-rpc-middlewareto@metamask/eth-json-rpc-middleware, holding at v11.Removes usage of
eth-block-trackerv5.Related issues
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist