Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

7.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 22:55
· 100 commits to main since this release
3f23e4e

Changed

  • BREAKING: The type of the provider option for PollingBlockTracker and SubscribeBlockTracker has changed (#130)
    • The provider option must be compatible with the SafeEventEmitterProvider type from @metamask/eth-json-rpc-middleware.
    • The new provider type should be mostly equivalent, except that it's now expected to have a send method. We don't use that send method in this package though.

Removed

  • BREAKING: Remove the Provider exported type (#130)
    • We now use @metamask/eth-json-rpc-provider for this instead, so there was no need to re-export it.