Releases: safe-global/safe-transaction-service
Releases · safe-global/safe-transaction-service
v1.4.0
- 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
v1.3.0
- 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
andtransactions
endpoint - Update dependencies
- Use raw id fields to fix admin overloading
- Add webhooks
- Add more tests