Releases: 5afe/safe-react
v3.16.2
v3.16.1
v3.16.0
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
v3.15.5 – hotfix
Hot fix: transaction history wasn't loading in some cases
v3.15.4
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
v3.15.3
Legacy release 3.14.6
- 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
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.