Releases: safe-global/safe-transaction-service
Releases · safe-global/safe-transaction-service
v4.28.0
What's Changed
🏕 Features
- Use python 3.11 by @Uxio0 in #1147
- Add batch-size option by @moisses89 in #1735
- Add missing test for delegates by @Uxio0 in #1738
- Add missing indexes for SafeContractDelegate by @Uxio0 in #1748
- Set version to v4.28.0 by @moisses89 in #1749
👒 Dependencies
- Bump cachetools from 5.3.1 to 5.3.2 by @dependabot in #1733
- Bump pytest from 7.4.2 to 7.4.3 by @dependabot in #1732
- Bump pytest-env from 1.0.1 to 1.1.0 by @dependabot in #1730
- Bump faker from 19.11.0 to 19.12.0 by @dependabot in #1729
- Bump pytest-env from 1.1.0 to 1.1.1 by @dependabot in #1741
- Bump boto3 from 1.28.62 to 1.28.76 by @dependabot in #1740
- Bump faker from 19.11.0 to 19.13.0 by @dependabot in #1739
- Bump django from 4.2.6 to 4.2.7 by @dependabot in #1742
- Bump web3 from 6.11.1 to 6.11.2 by @dependabot in #1747
- Bump django-s3-storage from 0.14.0 to 0.15.0 by @dependabot in #1746
- Bump boto3 from 1.28.76 to 1.28.78 by @dependabot in #1745
- Bump pytest-django from 4.5.2 to 4.6.0 by @dependabot in #1744
Full Changelog: v4.27.4...v4.28.0
v4.27.4
v4.27.3
v4.27.2
What's Changed
🏕 Features
- Fix missing validator call by @moisses89 in #1724
Full Changelog: v4.27.1...v4.27.2
v4.27.1
What's Changed
🏕 Features
- Disable gas estimation in L2 networks by @Uxio0 in #1722
- Set version to v4.27.1 by @moisses89 in #1723
Full Changelog: v4.27.0...v4.27.1
v4.27.0
What's Changed
🏕 Features
- Support v1.4.1 contracts by @Uxio0 in #1664
- Set version v4.26.1 by @Uxio0 in #1686
- Ignore untrusted transactions for
get_unique_nonce
by @Uxio0 in #1693 - Fix random issues on events queue tests by @moisses89 in #1694
- Consider RPC connection errors as out of sync by @Uxio0 in #1696
- Add address that propose a transaction in transaction fields. by @moisses89 in #1695
- Update admin page for Master Copies by @Uxio0 in #1702
- Add command to update safe contract logos by @moisses89 in #1657
- Fix update_safe_contracts_logo command by @moisses89 in #1721
- Remove CONTRIBUTORS.txt by @Uxio0 in #1720
- Set version 4.27.0 by @Uxio0 in #1719
👒 Dependencies
- Bump boto3 from 1.28.44 to 1.28.53 by @dependabot in #1684
- Bump faker from 19.6.1 to 19.6.2 by @dependabot in #1683
- Bump django from 4.2.4 to 4.2.5 by @dependabot in #1682
- Bump web3 from 6.9.0 to 6.10.0 by @dependabot in #1681
- Bump redis from 5.0.0 to 5.0.1 by @dependabot in #1688
- Bump django-redis from 5.3.0 to 5.4.0 by @dependabot in #1687
- Bump psycopg2 from 2.9.7 to 2.9.8 by @dependabot in #1689
- Bump safe-eth-py[django] from 6.0.0b1 to 6.0.0b2 by @dependabot in #1690
- Bump boto3 from 1.28.53 to 1.28.57 by @dependabot in #1691
- Bump coverage from 7.3.1 to 7.3.2 by @dependabot in #1700
- Bump django from 4.2.5 to 4.2.6 by @dependabot in #1699
- Bump psycopg2 from 2.9.8 to 2.9.9 by @dependabot in #1701
- Bump boto3 from 1.28.57 to 1.28.62 by @dependabot in #1698
- Bump faker from 19.6.2 to 19.10.0 by @dependabot in #1704
- Bump mypy from 1.5.1 to 1.6.0 by @dependabot in #1706
- Bump pillow from 10.0.1 to 10.1.0 by @dependabot in #1708
- Bump web3 from 6.10.0 to 6.11.0 by @dependabot in #1705
- Bump django-cors-headers from 4.2.0 to 4.3.0 by @dependabot in #1707
- Bump faker from 19.10.0 to 19.11.0 by @dependabot in #1714
- Bump web3 from 6.11.0 to 6.11.1 by @dependabot in #1717
- Bump mypy from 1.6.0 to 1.6.1 by @dependabot in #1716
- Bump django-stubs from 4.2.4 to 4.2.5 by @dependabot in #1715
- Bump django-stubs from 4.2.5 to 4.2.6 by @dependabot in #1718
Full Changelog: v4.26.1...v4.27.0
v4.26.1
- Fix issue uploading logos in admin panel.
Full Changelog: v4.26.0...v4.26.1
v4.26.0
What's Changed
🏕 Features
- Add transferID and moduleTransactionId doc by @moisses89 in #1637
- Optimize reorg handling by @Uxio0 in #1603
- Deprecate master-copies endpoint and call it singletons by @Uxio0 in #1677
- Fix admin search for messages by @moisses89 in #1679
- Support EIP191 for notifications registration by @Uxio0 in #1680
- Set version 4.26.0 by @moisses89 in #1685
👒 Dependencies
- Bump actions/checkout from 3 to 4 by @dependabot in #1662
- Bump boto3 from 1.28.30 to 1.28.44 by @dependabot in #1661
- Bump coverage from 7.3.0 to 7.3.1 by @dependabot in #1660
- Bump django-timezone-field from 6.0 to 6.0.1 by @dependabot in #1659
- Bump pytest from 7.4.0 to 7.4.2 by @dependabot in #1658
- Bump django-environ from 0.10.0 to 0.11.2 by @dependabot in #1648
- Bump faker from 19.3.1 to 19.6.1 by @dependabot in #1666
- Bump pillow from 10.0.0 to 10.0.1 by @dependabot in #1668
- Bump django-filter from 23.2 to 23.3 by @dependabot in #1670
- Bump cla-assistant/github-action from 2.3.0 to 2.3.1 by @dependabot in #1672
- Bump django-stubs from 4.2.3 to 4.2.4 by @dependabot in #1669
- Bump docker/build-push-action from 4 to 5 by @dependabot in #1675
- Bump docker/login-action from 2 to 3 by @dependabot in #1674
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #1673
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #1671
- Bump django-cache-memoize from 0.1.10 to 0.2.0 by @dependabot in #1667
Full Changelog: v4.25.1...v4.26.0
v4.25.1
What's Changed
🏕 Features
- Fix wrong variable by @moisses89 in #1651
- Set version 4.25.1 by @moisses89 in #1654
👒 Dependencies
- Bump celery from 5.2.7 to 5.3.4 by @dependabot in #1645
- Bump faker from 19.3.0 to 19.3.1 by @dependabot in #1647
Full Changelog: v4.25.0...v4.25.1
v4.25.0
What's Changed
🏕 Features
- Add signal to trigger message webhook by @moisses89 in #1629
- Add Fantom network FTM-USD Kucoin client price by @HonzaDajc in #1634
- Messages webhook send bytes instead string by @moisses89 in #1640
- Catch ValueError for RPC Indexer errors by @moisses89 in #1615
- support meter network for token price fetching by @simonzg in #1617
- Fix empty data on Safe creation by @Uxio0 in #1643
- Remove all-transaction sorting options except execution_date by @moisses89 in #1627
- Set version 4.25.0 by @Uxio0 in #1644
👒 Dependencies
- Bump boto3 from 1.28.15 to 1.28.30 by @dependabot in #1631
- Bump web3 from 6.8.0 to 6.9.0 by @dependabot in #1639
- Bump pytest-env from 0.8.2 to 1.0.1 by @dependabot in #1638
- Bump redis from 4.6.0 to 5.0.0 by @dependabot in #1630
- Bump mypy from 1.0.1 to 1.5.1 by @dependabot in #1632
- Bump django-timezone-field from 5.1 to 6.0 by @dependabot in #1633
New Contributors
Full Changelog: v4.24.0...v4.25.0