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.14.4

20 Oct 09:08
e582c19
Compare
Choose a tag to compare

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

12 Oct 07:23
Compare
Choose a tag to compare

Features

  • Arbitrum support (#2461)

Chores

  • Remove toString from gas params (#2798)

v3.14.2

06 Oct 06:18
Compare
Choose a tag to compare

Features

  • Safe apps search (#2718)
  • Remove the Footer on all pages except Welcome and Settings (#2766)

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

  • Only poll when tags change on relevant paths (#2726)
  • Fix warning of renamed prop type from MaterialUI (#2768)
  • Use safe core sdk for gas estimation (#2754)
  • Add iframe for later unified app migration (#2778)
  • Don't deploy Rinkeby on dev – will be replaced by unified app (#2791)

v3.14.1

21 Sep 11:23
933bb1d
Compare
Choose a tag to compare

Features

  • Display guard information in settings (#2662)
  • Use SignMessageLib for signing (#2701)

Fixes & Chores

  • Change baseGas and safeTxGas to string (#2710)
  • Upgrade bnc onboard (#2734)
  • Fix: wrap web3Provider.eth.getCode in a try-catch (#2715)
  • Removed act warnings in the unit tests console (#2700)
  • Fix BSC Gas price oracle (#2746 )

v3.14.0

07 Sep 08:15
Compare
Choose a tag to compare

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

31 Aug 13:17
Compare
Choose a tag to compare
  • A hot fix for the address book
  • Keystone wallet support
  • GnosisDAO module added to known modules
  • A fix for the router

v3.13.0

30 Aug 07:22
Compare
Choose a tag to compare

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

17 Aug 10:05
Compare
Choose a tag to compare

Fixes:

  • Selecting correct smart contract instance for xDai, EWC and Volta ( #2647 )

Gnosis Safe v3.12.0

16 Aug 09:54
bda87b0
Compare
Choose a tag to compare

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

03 Aug 12:28
7a23c01
Compare
Choose a tag to compare

Fixes:

  • Remove trailing slashes in safe apps RPC URL from config to fix RPC communication