Skip to content

Releases: safe-global/safe-transaction-service

v3.3.5

21 Oct 16:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.4...v3.3.5

v3.3.4

21 Oct 13:03
Compare
Choose a tag to compare

What's Changed

  • Fix erc20/erc721 db index not hitting by @Uxio0 in #435

Full Changelog: v3.3.3...v3.3.4

v3.3.2

20 Oct 13:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.0

13 Oct 10:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.5...v3.3.0

v3.2.5

13 Oct 10:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.3...v3.2.5

v3.2.4

13 Oct 10:28
Compare
Choose a tag to compare
  • Add Enzyme oracle
  • Disable celery autoscale
  • Allow delegates to delete themselves
  • Add endpoint to revoke all delegates for a Safe
  • Create command to add webhook
  • Support Safe contracts on CELO network
  • Fix 500 when inserting duplicated notifications owner for device
  • Retry gas estimation if there's a node connection error
  • Fix internal server errors on node errors
  • Add support for native coin to /tokens/price/usd
  • Set low task priority for retrieving Smart Contracts ABIs

v3.2.3

21 Sep 11:25
Compare
Choose a tag to compare
  • Fix issues on /balances endpoint for networks without Multicall

v3.2.1

13 Sep 16:08
46ea9dd
Compare
Choose a tag to compare
  • Use MakerDAO's multicall contract when possible instead of batch_calls. This speeds up balances/ and safe information endpoints
  • Update dependencies
  • Add l2 attribute to master-copies/ endpoint
  • Add v1.3.0 Safe support for VOLTA
  • Fix processing of setup tx
  • Add master copy reindexing command
  • Support BSC and MATIC prices with coingecko

v3.1.25

01 Sep 09:52
Compare
Choose a tag to compare
  • Indexing fixes/optimizations
  • Dependencies update

v3.1.15

29 Jul 12:52
Compare
Choose a tag to compare
  • Refactor master copies. Now master-copies endpoint reports correct indexation information for L2 master copies.
  • Fix reorgs on L2 networks (more common than on mainnet/rinkeby)
  • Fix celery logging bug
  • Update dependencies