-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
deps: eth-block-tracker@^8.0.0 -> @metamask/eth-block-tracker@^9.0.2 #303
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
0d476b8
to
74f629e
Compare
This comment was marked as resolved.
This comment was marked as resolved.
test/util/helpers.ts
Outdated
@@ -145,7 +145,6 @@ export function buildStubForBlockNumberRequest( | |||
return { | |||
request: { | |||
method: 'eth_blockNumber', | |||
params: [], |
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.
Hmm, with v9.0.2 we should be able to restore this. Though I'm not sure whether it matters
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.
Good call. It looks like it shouldn't matter but I'm better safe than sorry here so putting it back here as well so we don't have some subtle regression not break tests down the line.
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.
At least it's good to see it work fine with both variants after 9.0.2
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.
LGTM!
The package
eth-block-tracker
has been renamed to@metamask/eth-block-tracker
.This upgrades to the latest v9, which contains no breaking changes beyond the rename.
Also contains a bugfix for an issue with multiple redundant polling loops.
https://github.com/MetaMask/eth-block-tracker/blob/main/CHANGELOG.md
Related