Skip to content

Releases: safe-global/safe-transaction-service

v1.4.0

27 Feb 16:49
Compare
Choose a tag to compare
  • Optimize service start up
  • Add modified filter for multisig txs #63
  • Use IsoDateTimeFilter for every datetime
  • Update MultisigTx on new Confirmation (related to #63)
  • Start erc20 indexing one day before creation of Safe (Safes founded with token might be affected)
  • New endpoint to return creation info of Safes #65
  • Make webhooks independent from address #68
  • Fix 500 in filters using Ethereum addresses

v1.3.2

13 Feb 16:15
Compare
Choose a tag to compare
  • Improve admin to fix sync problems
  • Increase confirmations to 7 (according to Ethereum White paper)
  • Add count for unique nonce transactions #60
  • Add origin field to transactions #61

v1.3.0

12 Feb 10:42
Compare
Choose a tag to compare
  • Fix reorgs problems
  • Don't trace until the current block, use current block - 1
  • Refactor setup configuration and add documentation
  • Use weak Etag for incoming-transactions and transactions endpoint
  • Update dependencies
  • Use raw id fields to fix admin overloading
  • Add webhooks
  • Add more tests