Skip to content

11.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 12:51
· 3 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.