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

Version 3.24.0

Compare
Choose a tag to compare
@fmrsabino fmrsabino released this 25 May 14:54

What's Changed

Use config service to get safe app info

  • In addition to the manifest, the Safe Config Service is now used in order to retrieve data about a Safe App safe-global/safe-client-gateway#873
  • The url used for the Safe App needs to be an exact match of what the Safe Config Service is storing
  • If the filter doesn't provide any results, or the result is an error, fallback to get information from the manifest

executed query parameter was added to /safes/<safe_address>/multisig-transactions endpoint

  • The executed query param was added to MultisigFilters – which is used in the endpoint /v1/chains/<chain_id>/safes/<safe_address>/multisig-transactions safe-global/safe-client-gateway#880
  • It is therefore now possible to filter for multisig transactions already executed (executed=true) and the queued transactions (executed=false)

Other changes

Full Changelog: safe-global/safe-client-gateway@v3.23.0...v3.24.0