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

11.0.3

Choose a tag to compare

@github-actions github-actions released this 04 Dec 12:51
· 35 commits to main since this release
784421b

Fixed

  • Avoid risk of infinite retry loops when fetching new blocks (#284)
    • When the provider returns an error and PollingBlockTracker or SubscribeBlockTracker is destroyed, the promise returned by the getLatestBlock method will be rejected.