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

Releases: 5afe/safe-react

v3.16.2

21 Dec 12:44
Compare
Choose a tag to compare

3.16.0 introduced a bug in the Unified App migration.
This patch release fixes it, as well as fixes any corrupted data that may have been created in the meanwhile.

v3.16.1

14 Dec 10:25
Compare
Choose a tag to compare

Bug fix:

  • Trezor on mainnet wasn't connecting

v3.16.0

13 Dec 12:41
1f5d4b7
Compare
Choose a tag to compare

Features

  • EIP-3770 prefixes in the UI (#3015)
  • Remote chain configs (#3064)
  • Show the nonce out of order warning (#3021)
  • Add token address in asset list (#3096)

Improvements and fixes

  • Enhancement: cache owned Safes in localStorage (#3066)
  • Refactor: remove tx service call (#3080)
  • Fix: restore the fixed gas price option (#3128)
  • Add a wrong chain error message (#3105)
  • Use native token symbol and adjust transaction execution text (#3138)
  • Add nested delegate call warnings (#3122)

Hidden feature

  • Feature: deep-linking a single tx (#2974) – disabled on prod

v3.15.6

02 Dec 17:17
Compare
Choose a tag to compare
  • Add a warning for unexpected delegate calls

v3.15.5 – hotfix

01 Dec 14:37
Compare
Choose a tag to compare

Hot fix: transaction history wasn't loading in some cases

v3.15.4

01 Dec 11:06
Compare
Choose a tag to compare

Features

  • Use eth_getGasPrice on xDai and Arbitrum (#2997)
  • Enable allowance module for BSC (#2952)
  • Don't block UI when on a wrong chain (#2996)
  • Display readable Safe contract errors (#2911)
  • Safe Apps: Add get chain info method (#3062)
  • Warn about an out-of-order nonce (#2982)

Bug fixes

  • Fix: remove the redirect on failed safe load (#3027)
  • Fix: xDai – gas estimation; use EIP-1559; update RPC (#3018)
  • Fix: rm Multisig in copy (#3038)
  • Filter the AddressBook sorted entries before displaying them (#3014)
  • When cancelling the apps disclaimer, go back instead of showing assets (#3029)
  • Fix: don't crash on missing wallet icons (#3026)
  • init safeApp state variable with an empty safe app (#3006)
  • Fix: avoid loading safe multiple times
  • update web3 on ENS resolver fn using getWeb3ReadOnly (#3084)

Chores

  • Chore: don't use safeTxGas on Safes >=1.3.0 (#3052)
  • Remove deprecated info from .env.example and README (#3048)
  • Chore: use the main lodash package (#3040)
  • fix docker compose build (#3028)
  • Chore: add xDai to the PR link list (#3012)

v3.15.3

18 Nov 08:08
3bd9b66
Compare
Choose a tag to compare

Bug fixes

  • Fix: use eth_getGasPrice on xDai and Arbitrum (#2997)
  • Fix: checksum sidebar addresses (#3008)

Legacy release 3.14.6

17 Nov 10:28
Compare
Choose a tag to compare
  • Add soft redirects from the legacy subdomains (e.g. xdai.gnosis-safe.io) to the new unified app (gnosis-safe.io)

v3.15.2 – Unified App

15 Nov 07:17
b9be5e9
Compare
Choose a tag to compare

Version 3.15.2 marks a major update of the Safe web-app. We call it the Unified App.

Changes

  • You can now view your Safes on different networks (Mainnet, Polygon, BSC etc) in the same sidebar
  • We introduced EIP-3770-style addresses (for now, just in the URL)

Single domain for all chains

Previously, we had separate app builds running on separate subdomains for each network. E.g. polygon.gnosis-safe.io.
This is not the case anymore. There's just one single build on the unified domain – gnosis-safe.io. The legacy subdomains will be redirecting to the unified domain.

Migrating the localStorage

Since a lot of Safe data is stored locally on your computer (e.g. your Address Book, added Safes), it was important for us to migrate the data across subdomains. If you've used Safes on different networks and had separate Address Books and other data, this will be now automatically merged to the localStorage on the unified domain.

v3.14.5

20 Oct 16:04
Compare
Choose a tag to compare

Bug fixes

  • Rollback EIP-1559 type transaction used on all chains and ensure that is only used for mainnet network #2867