Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

v3.20.0

Compare
Choose a tag to compare
@katspaugh katspaugh released this 01 Mar 12:13
· 292 commits to dev since this release
9a04297

Features

  • feat: mobile<>desktop pairing (#3354)

Design

  • style: enhance multiple txs visualisation (#3538)

General bug fixes

  • fix: Only run createNewSafe if user wallet is connected (#3548)
  • Fix: use recommended nonce in the nonce warning (#3530)
  • Fix: throw when WC rejects a created tx + on-chain signing with a Safe signer via WC (#3546)
  • fix: use global replace instead of replaceAll (#3550)
  • fix: hash approval errors + return txHash (#3545)
  • fix: transaction remain pending (#3525)
  • fix: Remove defaultChecked attribute from exec tx checkbox (#3547)
  • fix: Link execute tx checkbox state to component (#3541)
  • fix: init Safe Apps providers per chainId (#3503)
  • fix: add redirection for settings section (#3533)
  • Fix: undefined address in reverse ENS lookup (#3512)
  • fix: Redirect user to next available safe after removing current safe (#3424)
  • fix: stringify parameter value arrays (#3549)
  • fix: always reset wallet on disconnect event (#3562)

Chores

  • Build(deps): Bump url-parse from 1.5.3 to 1.5.7 (#3536)
  • refactor: rely on Onboard for provider watching (#3364)
  • test: Create tests for TxSender class (#3544)
  • Update README.md (#3534)
  • refactor: useEstimateTransactionGas hook (#3500)