Releases: safe-global/safe-transaction-service
Releases · safe-global/safe-transaction-service
v5.12.0
What's Changed
🏕 Features
- Denormalize InternalTxDecoded by @Uxio0 in #2304
- Make out of order check optional by @Uxio0 in #2312
- Revert "Denormalize InternalTxDecoded" by @Uxio0 in #2315
- Update to OpenApi3 by @moisses89 in #2280
- Enable Celery Heartbeat by default by @Uxio0 in #2319
- Set version 5.12.0 by @Uxio0 in #2318
Full Changelog: v5.11.1...v5.12.0
v5.11.1
What's Changed
🏕 Features
- Allow configuration for Celery Prefetch Multiplier by @Uxio0 in #2297
- Move process_decoded_internal_txs_for_safe_task to processing queue by @moisses89 in #2295
- Bump pytest to 8.3.3 by @Uxio0 in #2298
- Add support for delegates to delete transactions proposed by themselves by @falvaradorodriguez in #2294
- Set version 5.11.1 by @Uxio0 in #2300
Full Changelog: v5.11.0...v5.11.1
v5.11.0
What's Changed
🏕 Features
- Add configuration parameter to prevent building payloads for notifications/events by @Uxio0 in #2260
- Add decoding for fallback calls by @falvaradorodriguez in #2262
- Fix
null
confirmationsRequired by @Uxio0 in #2265 - Enable SignMessageLib as trusted for delegates by default by @moisses89 in #2272
- Add send reorg event by @moisses89 in #2264
- Decode creation data when using Gelato's relay by @Uxio0 in #2267
- Add expiry date to safe contract delegates by @falvaradorodriguez in #2273
- Add countdown to delay reindex contracts by @moisses89 in #2259
- Support multiple Proxy deployments in the same transaction by @Uxio0 in #2274
- Organize creation mocks by @Uxio0 in #2276
- Load logo URIs from lists by @Uxio0 in #2277
- Add
origin
field toSafeMessage
by @Uxio0 in #2278 - Fix
saltNonce
documentation for creation endpoint by @Uxio0 in #2279 - Add proposed by delegate field to MultisigTransaction by @falvaradorodriguez in #2281
- Fix indexing endpoint by @Uxio0 in #2282
- Revert "Bump python from 3.12-alpine to 3.13-alpine in /docker/web" by @Uxio0 in #2288
- Fix
update_token_info_from_token_list_task
by @Uxio0 in #2289 - Check
logoUri
size by @Uxio0 in #2291 - Log error getting block from RPC on Reorg checking by @Uxio0 in #2292
- Log error when retrieving EthereumTx by @Uxio0 in #2293
- Set version 5.11.0 by @Uxio0 in #2290
👒 Dependencies
- Bump django-cors-headers from 4.4.0 to 4.5.0 by @dependabot in #2270
- Bump factory-boy from 3.3.0 to 3.3.1 by @dependabot in #2285
- Bump python from 3.12-alpine to 3.13-alpine in /docker/web by @dependabot in #2255
Full Changelog: v5.10.0...v5.11.0
v5.10.0
What's Changed
🏕 Features
- Add block timestamp to indexing endpoint by @moisses89 in #2244
- Unpin asgiref by @Uxio0 in #2248
- Revert "Unpin asgiref" by @Uxio0 in #2249
- Decode creation data using MultiSend by @Uxio0 in #2233
- Add SafeToL2Migration contract abi by @falvaradorodriguez in #2246
- Update safe-eth-py version to 6.0.0b39 by @falvaradorodriguez in #2251
- Add custom timeout decorator by @moisses89 in #2252
- Bump safe-eth-py by @Uxio0 in #2257
- Fix caching issues on tx-processor by @Uxio0 in #2258
- Add more configurable log level by @moisses89 in #2241
- Improve _filter_addresses comment by @moisses89 in #2225
- Set version 5.10.0 by @Uxio0 in #2261
👒 Dependencies
- Bump django from 5.0.8 to 5.0.9 by @dependabot in #2245
- Bump faker from 24.11.0 to 30.1.0 by @dependabot in #2242
- Bump hiredis from 2.3.2 to 3.0.0 by @dependabot in #2235
- Bump cla-assistant/github-action from 2.5.2 to 2.6.1 by @dependabot in #2238
- Bump cachetools from 5.4.0 to 5.5.0 by @dependabot in #2253
- Bump django-stubs from 5.0.4 to 5.1.0 by @dependabot in #2254
Full Changelog: v5.9.2...v5.10.0
v5.9.2
What's Changed
🏕 Features
- Update deprecated firebase function by @moisses89 in #2231
- Refactor command name by @moisses89 in #2227
- Set version 5.9.2 by @Uxio0 in #2232
Full Changelog: v5.9.1...v5.9.2
v5.9.1
v5.9.0
What's Changed
🏕 Features
- Optimize safe events indexer by @moisses89 in #2194
- Fix swagger locally is not working by @moisses89 in #2208
- Add zlib compression for transactions cache by @moisses89 in #2210
- Rename gnosis -> safe_eth package by @Uxio0 in #2209
- Optimize queries for ERC20 balances by @Uxio0 in #2211
- Fix typo on deployments view by @Uxio0 in #2213
- Mark banned Safes InternalTxDecoded as processed by @Uxio0 in #2222
- Improve function documentation by @Uxio0 in #2215
- Use Safe version 1.3.0 as default by @Uxio0 in #2216
- Add banned filter to
SafeContract
admin by @Uxio0 in #2221 - Refactor processing of Internal Txs by @Uxio0 in #2220
- Add configurable compression level by @moisses89 in #2226
- Fix typo by @moisses89 in #2228
- Set version to v5.9.0 by @moisses89 in #2229
👒 Dependencies
- Bump mypy from 1.11.0 to 1.11.2 by @dependabot in #2200
- Bump cla-assistant/github-action from 2.4.0 to 2.5.1 by @dependabot in #2192
- Bump redis from 5.0.7 to 5.0.8 by @dependabot in #2206
- Bump cla-assistant/github-action from 2.5.1 to 2.5.2 by @dependabot in #2219
- Bump pytest-celery from 1.0.0 to 1.1.3 by @dependabot in #2217
- Bump coverage from 7.4.4 to 7.6.1 by @dependabot in #2169
- Bump django-test-migrations from 1.3.0 to 1.4.0 by @dependabot in #2155
- Bump django-model-utils from 4.5.1 to 5.0.0 by @dependabot in #2218
Full Changelog: v5.8.2...v5.9.0
v5.8.2
What's Changed
🏕 Features
- Revert "Add cache to all-transactions endpoint (#2190)" by @falvaradorodriguez in #2196
- Add configurable cache to all_transactions by @moisses89 in #2198
👒 Dependencies
- Bump django-stubs from 5.0.0 to 5.0.4 by @dependabot in #2160
Full Changelog: v5.8.1...v5.8.2
v5.8.1
What's Changed
🏕 Features
- Bump web3 from 6.20.0 to 6.20.2 by @falvaradorodriguez in #2193
- Add cache to all-transactions endpoint by @falvaradorodriguez in #2190
- Add log info to process_decoded_internal_txs_task by @moisses89 in #2186
- Set version v5.8.1 by @moisses89 in #2195
Full Changelog: v5.8.0...v5.8.1
v5.8.0
What's Changed
🏕 Features
- Add indexes for getting tokens used by an address by @Uxio0 in #2178
- Use cached EthereumBlock information for indexing Safe events by @Uxio0 in #2179
- Set version 5.8.0 by @moisses89 in #2183
👒 Dependencies
- Bump django from 5.0.7 to 5.0.8 by @dependabot in #2175
Full Changelog: v5.7.0...v5.8.0