Skip to content

@cardano-sdk/util-rxjs@0.9.0

Compare
Choose a tag to compare
@lace-bot lace-bot released this 20 Dec 12:27
51b6667

0.9.0 (2024-12-20)

⚠ BREAKING CHANGES

  • BaseWallet observables error instead of emitting fatalError$
  • remove ObservableError.fatalError$
  • 'poll' util observable errors instead of calling onFatalError
  • remove PollProps.onFatalError
  • 'poll' no longer checks for InvalidStringError, it's up to consumer
  • rename poll props 'provider' to 'sample'

Bug Fixes

  • retry all ProviderErrors except BadRequest and NotImplemented (bf4a8b9)

Code Refactoring

  • rename 'coldObservableProvider' util to 'poll' (9bad2df)