Skip to content

Releases: safe-global/safe-transaction-service

v3.1.11

15 Jul 12:00
Compare
Choose a tag to compare
  • Fix prices for curve, yearn and pooltogether tokens
  • Fix indexing issues
  • Minor optimizations

v3.1.9

05 Jul 18:05
Compare
Choose a tag to compare
  • Fix indexing issues on L2 networks

v3.1.8

05 Jul 10:07
Compare
Choose a tag to compare
  • Update dependencies
  • Refactor and optimize ERC20 indexer

v3.1.7

30 Jun 14:52
Compare
Choose a tag to compare
  • Fix indexing issues by improving web3 connection pooling and always closing http streams
  • Refactor erc20 events indexer
  • Improve logging
  • Fix arbitrum get_storage_at
  • Retry on index exceptions
  • Return price for yearn Ytokens

v3.1.2

22 Jun 12:46
Compare
Choose a tag to compare
  • Handle error when indexing erc20/721 transfers
  • Add usd prices for Binance network
  • Increase gunicorn worker timeout

v3.1.1

22 Jun 11:32
Compare
Choose a tag to compare
  • Fix EIP1271 signatures
  • Refactor abi indexing commands
  • Organize url files
  • Organize application layout
  • Remove tini from docker image
  • Add chainId to push notifications/webhooks
  • Add polygon/binance/arbitrum L2 support
  • Update dependencies

v3.0.1

03 Jun 11:55
Compare
Choose a tag to compare
  • Fix minor issues with L2 indexing
  • Improve README and refactor deployment configuration
  • Add export_multisig_tx_data command for analytics
  • Fix Confirmation response on swagger
  • Fix validation of signatures for delegates

v3.0.0 - Support indexing via events for L2 networks

31 May 14:56
Compare
Choose a tag to compare
  • Support v1.3.0 contracts. If L2 version of the contracts is used for a Safe, events indexing is possible and a tracing node is not required anymore (#255)
  • Fix S3 image uploading
  • Remove deprecated web3 methods
  • Update dependencies
  • Support polygon network (#264)
  • Remove new txs on master copy update (#262)
  • Fix admin search
  • Fix tx not found when indexing
  • Emulate ether transfers for Safe events indexer
  • Make gas error estimation more friendly for clients
  • Rename NodeConectionError -> NodeConectionException
  • Fix issue with duplicated contract abis
  • Search safe_tx_hash on MultisigTransaction admin
  • Update response for ethereum checksum validation errors
  • Fix firebase token invalidation
  • Fix infinite loop on process decoded transactions
  • Refactor reindex method
  • Add method to parse multisig transaction signatures
  • Optimize trace_block indexer
  • Add new filters to transfers endpoint
  • Fix sourcify issues
  • Add order by modified for multisig-transactions endpoint
  • Update Transaction modified when a confirmation is added

v2.11.6 - Optimize collectibles endpoint

26 Apr 11:03
Compare
Choose a tag to compare
  • Limit timeout to 5 seconds when retrieving metadata.
  • Cache invalid metadata uris exceptions.
  • Query 30 metadata content in parallel.
  • Query the node for just 50 collectibles uri every batch (before it was unlimited).

v2.11.4

19 Apr 15:43
Compare
Choose a tag to compare
  • Fix safeTxGas estimation on Geth
  • Support v1.3.0 contracts
  • Optimize collectibles get uris/metadata #240
  • Increase search again time for not found fiat prices
  • Support TurboGeth SELFDESTRUCT trace type (TurboGeth tracing is still not supported)