Skip to content

@cardano-sdk/web-extension@0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 10:00
· 2211 commits to master since this release
d825438

0.5.0 (2022-08-30)

⚠ BREAKING CHANGES

  • replace NetworkInfoProvider.timeSettings with eraSummaries
  • logger is now required
  • hoist stake$ and lovelaceSupply$ out of ObservableWallet
    • (web-extension) observableWalletProperties has new transactions.rollback$ property
  • (wallet) createAddressTransactionsProvider returns an object with two observables
    {rollback$, transactionsSource$}, instead of only the transactionsSource$ observable
  • (wallet) TransactionsTracker interface contains new rollback$ property
  • (wallet) TransactionsTracker interface $confirmed Observable emits NewTxAlonzoWithSlot
    object instead of NewTxAlonzo
  • update min utxo computation to be Babbage-compatible

Features

  • replace NetworkInfoProvider.timeSettings with eraSummaries (58f6fc7)
  • resubmit rollback transactions (2a4ccb0)
  • web-extension: add utils to expose/consume NetworkInfoStatsTracker (1598969)
  • web-extension: slightly improve messengers log output (baf7499)

Bug Fixes

  • update min utxo computation to be Babbage-compatible (51ca1d5)
  • web-extension: do not re-emit all messages upon new port connection (4b56cab)
  • web-extension: use ReplaySubject as a workaround to postMessage/subscribe race (ed294af)

Code Refactoring

  • hoist stake$ and lovelaceSupply$ out of ObservableWallet (3bf1720)
  • logger is now required (cc82bc2)