-
-
Notifications
You must be signed in to change notification settings - Fork 268
deps(transaction-controller): @metamask/nonce-tracker@^5.0.0->^6.0.0 #4327
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
Closed
Conversation
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
0d0f46c to
3d59210
Compare
7 tasks
caa09ab to
2d19826
Compare
This was referenced Jun 6, 2024
31bf8ca to
5a7b861
Compare
5a7b861 to
962fc13
Compare
962fc13 to
c807342
Compare
mcmire
previously approved these changes
Jun 10, 2024
Contributor
mcmire
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
c807342 to
d4c8478
Compare
Contributor
Author
|
@metamaskbot publish-preview |
d4c8478 to
0f65e9e
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
Author
|
Prerelease builds:
|
kumavis
previously approved these changes
Jun 11, 2024
mikesposito
previously approved these changes
Jun 11, 2024
0f65e9e to
32a2f8e
Compare
7 tasks
3 tasks
shanejonas
added a commit
that referenced
this pull request
Jun 19, 2024
## Explanation Please see https://github.com/MetaMask/MetaMask-planning/issues/2668 ## References See: https://github.com/MetaMask/MetaMask-planning/issues/2668 Unblocks: #4327 ## Changelog No user facing changes ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've highlighted breaking changes using the "BREAKING" category above as appropriate --------- Co-authored-by: Jiexi Luan <jiexiluan@gmail.com> Co-authored-by: Derek Brans <dbrans@gmail.com>
mcmire
pushed a commit
that referenced
this pull request
Jun 20, 2024
## Explanation Please see MetaMask/MetaMask-planning#2668 ## References See: MetaMask/MetaMask-planning#2668 Unblocks: #4327 ## Changelog No user facing changes ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've highlighted breaking changes using the "BREAKING" category above as appropriate --------- Co-authored-by: Jiexi Luan <jiexiluan@gmail.com> Co-authored-by: Derek Brans <dbrans@gmail.com>
2682049
7 tasks
Contributor
Author
|
Superseded by #4591 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Explanation
Updates
@metamask/nonce-trackerto remove need for@ts-expect-erroraround theblockTrackertype.Also updatestransaction-controllertests to reset providers and block trackers between each test.!isMultichainEnabled#4390 and bug fixed in@metamask/nonce-tracker6. Merging fix(transaction-controller): Return global ethQuery when!isMultichainEnabled#4390 and testfix(transaction-controller): Refactor provider setup to provide correct providers and tracker #4391 will make tests pass here.References
!isMultichainEnabled#4390dependabot version: chore(deps): bump @metamask/nonce-tracker from 5.0.0 to 6.0.0 #4329Changelog
@metamask/network-controller@metamask/eth-block-trackerfrom^9.0.2to^9.0.3@metamask/transaction-controller@metamask/nonce-trackerfrom^5.0.0to^6.0.0Checklist