This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Releases: 5afe/safe-react
Releases · 5afe/safe-react
v3.14.4
Features
- Display readable names for known addresses
- Bookmarked Safe Apps
Bug fixes
- Fix gas price estimation – Gasnow API was shut down
- Fix the Polygon RPC
- Warn instead of crash when loading Safe app
- Safe app loading via URLs (without manifest)
- Fix the Intercom button overlapping pagination
Chores
- Badges and comments in PRs with Coveralls
v3.14.3
v3.14.2
Features
Bug fixes
- Fix the saving of selectedCurrency (#2742)
- Fix token fetching on currency switch (#2755)
- Fix amount validtion in Send Funds (#2758)
- Fix typo in error message (#2785)
- Add a warning in the Safe upgrade modal (#2788)
- Temporarily disable GridPlus (Lattice) (#2794)
Performance & stability improvements
v3.14.1
Features
Fixes & Chores
v3.14.0
A maintenance release.
Bug fixes
- Fix a security issue with Intercom
- Fix address book sync across multiple tabs
- Catch chunk loading error
- Fix the value type in Safe Apps
Improvements
- Dont make gas estimation if its only tx signature
- Remove redundant balances requests
Chores
- Update the gateway SDK and the propose call
- Setup React testing environment
v3.13.1
v3.13.0
Features
- A new safe list design
- Enable apps for non-owners
- Generate default random safe names
- Display all owned safes incl. added safes
Bugfixes
- Fix byte32[] decoding
- Fix: show QR code even if no safe name
- Automatically checksum valid eth addresses
- Delete empty csv empty rows
- Fix the gas price being fetched 5 times when creating a safe
- Fix direct Safe app links redirecting to balances
Chores
- Use a string for chainId
- Migrate to the unified gateway
- Sentry: ignore wallet errors; set sample rate to 0.1
- Replace coveralls with Jest result annotations
- Dockerize safe react project
- Update Electron to version 13
Gnosis Safe v3.12.1
Fixes:
- Selecting correct smart contract instance for xDai, EWC and Volta ( #2647 )
Gnosis Safe v3.12.0
Main features
- Set v1.3.0 as default version (#2608)
- Enable Walletconnect owners for polygon and BSC (#2589)
- Get gasprice from multiple oracles and edited config files (#2604)
Safe apps SDK
- Feature: Return threshold and safe owners in getSafeInfo for apps (#2583)
Chores
- Report the e2e tests' status in a PR comment
Gnosis Safe v3.11.1
Fixes:
- Remove trailing slashes in safe apps RPC URL from config to fix RPC communication