Releases: safe-global/safe-transaction-service
Releases · safe-global/safe-transaction-service
v5.15.0
What's Changed
🏕 Features
- Bump safe-eth-py by @Uxio0 in #2353
- Remove log for
Unexpected missing transaction
by @Uxio0 in #2355 - Asgiref was pinned due to a problem with drf-yasg by @Uxio0 in #2357
- Revert "Asgiref was pinned due to a problem with drf-yasg" by @Uxio0 in #2360
- Enable SafeMigration for trusted for delegates call by @moisses89 in #2362
- Bump safe-eth-py to v6.1.0 by @moisses89 in #2363
- Set version to 5.15.0 by @moisses89 in #2364
Full Changelog: v5.14.0...v5.15.0
v5.14.0
What's Changed
🏕 Features
- Increase logs for ethereum tx issue by @Uxio0 in #2337
- Revert "Increase logs for ethereum tx issue" by @Uxio0 in #2338
- Fix typo env var by @moisses89 in #2343
- Bump safe-eth-py by @Uxio0 in #2346
- Add endpoint
/tokens/lists
by @Uxio0 in #2345 - Fix SafeRelevantTransaction default timestamp by @falvaradorodriguez in #2347
- Only reindex singletons/events if service is synced by @Uxio0 in #2348
- Set version 5.14.0 by @Uxio0 in #2354
👒 Dependencies
- Bump mypy from 1.11.2 to 1.13.0 by @dependabot in #2332
- Bump django-db-geventpool from 4.0.6 to 4.0.7 by @dependabot in #2331
- Bump psycopg2 from 2.9.9 to 2.9.10 by @dependabot in #2340
- Bump django-stubs from 5.1.0 to 5.1.1 by @dependabot in #2339
- Bump drf-spectacular from 0.27.2 to 0.28.0 by @dependabot in #2351
- Bump django-cors-headers from 4.5.0 to 4.6.0 by @dependabot in #2352
Full Changelog: v5.13.1...v5.14.0
v5.13.1
What's Changed
🏕 Features
- Custom cache page by @moisses89 in #2311
- Fix race conditions when inserting tokens on
TokenNotValid
by @Uxio0 in #2336
Full Changelog: v5.13.0...v5.13.1
v5.13.0
What's Changed
🏕 Features
- Add Delegates events on creation/deletion/update by @falvaradorodriguez in #2310
- Fix delegates events payload attribute name by @falvaradorodriguez in #2320
- Add executed filter to SafeOperation by @Uxio0 in #2316
- Fix swagger for some views by @Uxio0 in #2325
- Optimize load of ERC20 addresses by @Uxio0 in #2324
- Store erc20 loaded addresses in cache by @Uxio0 in #2328
- Add a table for not valid tokens by @Uxio0 in #2326
- Fix get_safe_creation_info query by @falvaradorodriguez in #2329
- Add exception when deactivating a non-enabled module by @falvaradorodriguez in #2333
- Set version 5.13.0 by @Uxio0 in #2335
👒 Dependencies
- Bump pillow from 10.4.0 to 11.0.0 by @dependabot in #2303
- Bump pytest-env from 1.1.3 to 1.1.5 by @dependabot in #2269
- Bump django-celery-beat from 2.6.0 to 2.7.0 by @dependabot in #2322
- Bump coverage from 7.6.1 to 7.6.4 by @dependabot in #2321
Full Changelog: v5.12.0...v5.13.0
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