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

12.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Oct 19:05
1129105

Changed

  • PollingBlockTracker.getLatestBlock() now accepts an optional parameter useCache (#340)
    • This option defaults to true, but when false, it ignores the cached block number and instead updates and returns a new block number, ensuring that the frequency of requests is limited to the pollingInterval period