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 #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 toMultisigFilters
– which is used in the endpoint/v1/chains/<chain_id>/safes/<safe_address>/multisig-transactions
#880 - It is therefore now possible to filter for multisig transactions already executed (
executed=true
) and the queued transactions (executed=false
)
Other changes
- Bump rocket from 0.5.0-rc.1 to 0.5.0-rc.2 in #872
- Pin patch versions of serde and serde_json in #871
- Bump mockall from 0.11.0 to 0.11.1 in #875
- Bump rand from 0.8.4 to 0.8.5 in #878
- Use transaction hash for Transfer TxSummary in #881
- Bump itertools from 0.10.1 to 0.10.3 in #879
- Fix pagination default query in #883
Full Changelog: v3.23.0...v3.24.0