Skip to content

6.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 08:17
1168222

Added

  • New setProvider function allows atomically changing provider and blockTracker (#75)

Removed

  • BREAKING: These private properties are no longer accessible: (#75)
    • blockTracker
    • lockMap
    • provider
    • web3
  • BREAKING: These private functions are no longer accessible: (#75)
    • getConfirmedTransactions
    • getPendingTransactions

Fixed

  • Types: Allow blockTracker constructor option to be any BlockTracker instead of class PollingBlockTracker (#76)