eth-block-tracker
eth-block-tracker copied to clipboard
A JS module for keeping track of the latest Ethereum block by polling an ethereum provider
Bumps [@metamask/json-rpc-engine](https://github.com/MetaMask/core) from 7.3.2 to 8.0.2. Commits 3227bd5 Release 147.0.0 (#4234) 109ebe0 Release 146.0.0 (#4232) 8c80ba4 chore: Export ETHERSCAN_SUPPORTED_CHAIN_IDS constant from Preferences Control... a04eeb6 Release/145.0.0 (#4229) ffd16d4 [keyring-controller] Add withKeyring...
Bumps [@metamask/eth-json-rpc-provider](https://github.com/MetaMask/core) from 2.3.2 to 3.0.2. Commits 3227bd5 Release 147.0.0 (#4234) 109ebe0 Release 146.0.0 (#4232) 8c80ba4 chore: Export ETHERSCAN_SUPPORTED_CHAIN_IDS constant from Preferences Control... a04eeb6 Release/145.0.0 (#4229) ffd16d4 [keyring-controller] Add withKeyring...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1. Changelog Sourced from tar's changelog. Changelog 7.0 Rewrite in TypeScript, provide ESM and CommonJS hybrid interface Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry')...
After [`SafeEventEmitterProvider` is updated to support EIP-1193](https://github.com/MetaMask/core/issues/4095) and a new version of `@metamask/eth-json-rpc-provider` is released, we should adapt to the changes: - We should bump `@metamask/eth-json-rpc-provider` to rely on the...
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 8.3.0 to 8.4.0. Release notes Sourced from @metamask/utils's releases. 8.4.0 Added Add toCaipChainId utility function (#175) Add KnownCaipNamespace enum (#175) Changed Update docs for createDeferredPromise to caution...
Bumps [@metamask/safe-event-emitter](https://github.com/MetaMask/safe-event-emitter) from 3.0.0 to 3.1.1. Release notes Sourced from @metamask/safe-event-emitter's releases. v3.1.1 Fixed Fix ESM module path (#143) Fix ESM source map paths (#146) v3.1.0 Added Add ESM build...
Bumps [@metamask/rpc-errors](https://github.com/MetaMask/rpc-errors) from 6.1.0 to 6.2.1. Release notes Sourced from @metamask/rpc-errors's releases. 6.2.1 Fixed Export OptionalDataWithOptionalCause type (#135) 6.2.0 Added Add ESM build (#133) Changed Update @metamask/utils from ^8.1.0 to...
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
The polling block tracker has been observed being stuck in an endless loop (e.g. https://github.com/MetaMask/metamask-extension/issues/17040). I was able to reproduce this scenario by using MetaMask extension to switch to a...
This package should be called `@metamask/eth-block-tracker` to fit our other libraries.