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

Gnosis Safe Multisig - Public Release v3.0.0

Compare
Choose a tag to compare
@dasanra dasanra released this 16 Feb 09:29
e4c122d

Added

  • New transaction list view (Transaction List V2) ( #820 )
  • Update Balancer pool manager Safe App ( #1869 )
  • BREAKING CHANGE for people forking, or running their own instances of this project. To add the new transaction list view some logic was moved to a new service that from this version we will rely on. If you are not running your own safe-transaction-service you shouldn't need to do anything. Check more information about the client-gateway here:
    https://github.com/gnosis/safe-client-gateway

Fixed

  • Fix deeplink to create a safe with the same configuration as a legacy multisig ( #1798 )
  • Restore avoid multisend for safe apps when a single transaction can be used ( #1848 )
  • When failing to estimate gas we are adding limits for the user to add a realistic value ( #1849 )
  • Fix issues when setting nonce and gas limit in Safe Apps transaction ( #1846 )
  • Update cookie banner to be more complete ( #1715 )
  • Fixed notifications to be less intrusive ( #1647 )

Chore

  • Bump dependencies ( #1850 )