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

12.0.0

Choose a tag to compare

@github-actions github-actions released this 23 May 22:02
· 19 commits to main since this release
4972411

Changed

  • Errors that occur while polling are no longer wrapped (#310)

Removed

  • BREAKING: Remove SubscribeBlockTracker (#309)
    • Although we continue to maintain this, we have not used it internally for quite some time. In general we have found a polling-based approval to be reliable than a subscription-based approach. We recommend using PollingBlockTracker instead.

Fixed

  • Fix PollingBlockTracker.getLatestBlock so that it throws an error encountered while making the request instead of hanging, regardless of whether the request occurs inside or outside of a polling loop (#313)
  • Fix PollingBlockTracker.getLatestBlock so that if invoked while a previous invocation is pending, it will throw if that invocation also throws (#313)