You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the process for migrating eth-json-rpc-provider into the packages/ directory of the core monorepo is completed, there are a few follow-up and clean-up tasks left to perform.
## Explanation
- Releases newly migrated packages:
- `@metamask/eth-json-rpc-provider`
- `@metamask/json-rpc-engine`
- `@metamask/json-rpc-middleware-stream`
- Includes patch releases for version bumps in downstream packages.
- Treated migration as minor version change.
## References
- Partially implements #1842
- Closes#1981
- Closes#1982
## Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
## Explanation
- Releases newly migrated packages:
- `@metamask/eth-json-rpc-provider`
- `@metamask/json-rpc-engine`
- `@metamask/json-rpc-middleware-stream`
- Includes patch releases for version bumps in downstream packages.
- Treated migration as minor version change.
## References
- Partially implements #1842
- Closes#1981
- Closes#1982
## Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
Overview
After the process for migrating
eth-json-rpc-provider
into thepackages/
directory of the core monorepo is completed, there are a few follow-up and clean-up tasks left to perform.Tasks
Core
eth-json-rpc-provider
README content that is out-of-date after migration. #1846generate-dependency-graph
build script.@ts-expect-error TODO:
during the migration process.NetworkController
and its downstream packages #1823yarn create-release-branch
tool to publish a release of core with a new version for the migrated package and any updated downstream packages.@metamask/eth-json-rpc-provider
#1849Publish typedocs with GitHub Pages.Source repo
Blocked by Explore solutions for transferring issues and PRs from other repos into the core monorepo #1835Replace GitHub Pages docs with links pointing to the migrated docs in core eth-json-rpc-provider#35References
eth-json-rpc-provider
migration - Integration intopackages/
#1738.eth-json-rpc-provider
into core monorepo #1551 (comment) for context on the migration process.The text was updated successfully, but these errors were encountered: