-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Post-migration cleanup for @metamask/json-rpc-engine
#1981
Labels
Comments
This was referenced Nov 7, 2023
MajorLift
added a commit
that referenced
this issue
Nov 7, 2023
…onorepo subpackage (#1990) ## Explanation Adds an "Installation" and "Contributing" section to the `@metamask/json-rpc-engine` README, as it has been migrated into the monorepo. In future migrations, this step will be performed in "Phase B" (see #1551 (comment)), while the package is being staged in the `merged-packages/` temporary directory. ## References - Partially implements #1981. ## Changelog N/A
MajorLift
added a commit
that referenced
this issue
Nov 7, 2023
…middleware-stream}` (#1991) ## Explanation - Updating root README dependency graph to reflect `@metamask/json-rpc-engine` and `@metamask/json-rpc-middleware-stream` migrations. ## References - Partially implements #1981 - Partially implements #1982 ## Changelog N/A ## 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
6 tasks
@MajorLift This issue doesn't have an estimate. Is that on purpose? |
@desi Just added an estimate for all "post-migration cleanup" tickets! |
MajorLift
added a commit
that referenced
this issue
Nov 8, 2023
…stream}` migrations (#2003) ## Explanation Records CHANGELOG entries from `@metamask/json-rpc-engine` and `@metamask/json-rpc-middleware-stream` migrations under "Unreleased" headers for reference during the next version release. - [x] Records updates made to the `@metamask/json-rpc-engine` and `@metamask/json-rpc-middleware-stream` packages since its last release, and during the migration process. - [x] Lists these migrations as ADDED changes. - [x] Records version bumps of the migrated packages in downstream repos. - ~Records changes made to downstream repos.~ ## References - Partially implements #1981 - Partially implements #1982 ## Changelog N/A ## 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 --------- Co-authored-by: Elliot Winkler <[email protected]>
MajorLift
added a commit
that referenced
this issue
Nov 8, 2023
## 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
MajorLift
added a commit
that referenced
this issue
Nov 8, 2023
## 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tasks
@metamask/json-rpc-engine
README to reflect migration into monorepo subpackage #1990generate-dependency-graph
build script.@metamask/json-rpc-{engine,middleware-stream}
#1991Fix downstream errors that were marked with@ts-expect-error TODO:
during the migration process.@metamask/json-rpc-{engine,middleware-stream}
- Create tags for release commits that were untagged in the pre-migration repo #2002@metamask/json-rpc-{engine,middleware-stream}
migrations #2003yarn create-release-branch
tool to publish a release of core with a new version for the migrated package and any updated downstream packages.Publish typedocs with GitHub Pages.References
The text was updated successfully, but these errors were encountered: