MetaMask / eth-json-rpc-middleware

Ethereum middleware for composing an Ethereum provider using json-rpc-engine. Intended to replace provider-engine
ISC License
179 stars 88 forks source link

deps: eth-block-tracker@^8.0.0 -> @metamask/eth-block-tracker@^9.0.2 #303

Closed legobeat closed 4 months ago

legobeat commented 4 months ago

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

socket-security[bot] commented 4 months ago

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@metamask/eth-block-tracker@9.0.1 None 0 0 B

View full report↗︎

legobeat commented 4 months ago

It seems like there is a regression in @metamask/eth-block-tracker@9.0.1, separate from any of its associated dependency changes (determined by lockbumping all other deps before bumping the package itself).

Currently I don't have insights into why, how to fix, or what actual impact is.

EDIT: This has been resolved in @metamask/eth-block-tracker@9.0.2. This PR has been updated accordingly.