Releases: 5afe/safe-relay-service
Releases · 5afe/safe-relay-service
Version 3.6.10
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
- 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
- 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
- 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
- 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
- Fix pagination limit for private safes endpoint #131
v3.5.15
- Add feature and bug templates (#128)
- Fix problem paginating Safes (#131)
v3.5.14
- Patch
pending
txs problems #121
- Make multiple token estimation faster #123
v3.5.13
- 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
- Fix tasks redis locking
- Format ints as strings for tx estimation #108
- Increase soft time limit for indexing task
- Fix creating of SafeTxStatus