This repository was archived by the owner on Oct 16, 2025. It is now read-only.
12.2.0
Changed
PollingBlockTracker.getLatestBlock()
now accepts an optional parameteruseCache
(#340)- This option defaults to
true
, but whenfalse
, it ignores the cached block number and instead updates and returns a new block number, ensuring that the frequency of requests is limited to thepollingInterval
period
- This option defaults to