Skip to content

Releases: 5afe/safe-relay-service

Version 3.6.10

19 Nov 12:23
Compare
Choose a tag to compare

This release just includes small fixes and maintenance:

  • Updated libraries and dependencies
  • Don't autodeploy Safes older than 10 days
  • Optimize ERC20/721 indexing
  • Include owners in safeCreation notification
  • Fix Celery duplicated logging
  • Run gunicorn using exec

v3.6.8

10 Sep 15:29
Compare
Choose a tag to compare
  • Update dependencies
  • Fix creating Safes with some tokens (#149)
  • Update swagger logos
  • Fix command to deploy contracts
  • Update new commands in .env

v3.6.7

07 Aug 11:02
Compare
Choose a tag to compare
  • Fix concurrency problems sending same txs fast
  • Catch more errors on the Safe contracts
  • Fix internal error when creating a Safe twice (CREATE2)
  • Document gas station endpoint
  • Fix some stats issues

v3.6.3

22 Jul 09:27
Compare
Choose a tag to compare
  • Fix calculation of token balances. Now everything is retrieved from blockchain #125
  • Fix exception handling for tx endpoint
  • Fix typo: rename median -> average on stats endpoint
  • Rename value -> balance in token endpoint

v3.6.2

18 Jul 16:27
Compare
Choose a tag to compare
  • Patch #136, so it doesn't return 500
  • Fix multiple auto token import when token already existed
  • Add cached single token view by address /tokens/<address:str>/
  • Implement token balances #116
  • Implement relay stats #86
  • Update Ganache-cli to v6.4.5

v3.5.16

15 Jul 14:54
Compare
Choose a tag to compare
  • Fix pagination limit for private safes endpoint #131

v3.5.15

15 Jul 12:19
Compare
Choose a tag to compare
  • Add feature and bug templates (#128)
  • Fix problem paginating Safes (#131)

v3.5.14

01 Jul 08:30
Compare
Choose a tag to compare
  • Patch pending txs problems #121
  • Make multiple token estimation faster #123

v3.5.13

21 Jun 11:31
Compare
Choose a tag to compare
  • Fix balance calculation #112
  • Index internal txs and tokens for old Safes
  • Update testing Ganache-cli to 6.4.4
  • Don't deploy not existing CREATE2 Safes: If a PUT was sent for signaling a Safe is funded, for CREATE2 Safes it was not checked that a creation was in process, so it threw an error.
  • Add timestamp for EthereumTx

Format ints as strings in new estimation endpoint

12 Jun 11:44
Compare
Choose a tag to compare
  • Fix tasks redis locking
  • Format ints as strings for tx estimation #108
  • Increase soft time limit for indexing task
  • Fix creating of SafeTxStatus