Releases: safe-global/safe-transaction-service
Releases · safe-global/safe-transaction-service
v2.3.4 - Outgoing transfers
- Add outgoing token transfers in
all-transactionsendpoint - Fix
get_balancefor problematic erc20
v2.3.3 - Optimize ERC20 Indexing
- Optimize ERC20 indexing to detect logs without
indexedtopics - Fix bug with some tokens not appearing when adding
exclude_spamflag - Don't index and process calls to a non existing function on the Safe contract
- Update dependencies
v2.3.1 - Volta/EWC support
- Add support for Safe contracts deployed on Volta/EWC
- Add support for Uniswap V2 oracle
- Sort tokens on
balancesendpoints ascending - Refactor contract addresses setup
v2.3.0
v2.1.2
v2.1.0 - Push Notifications
v2.0.2
- Add django static checks to CI
- Add flake8 checks and configuration
- Don't log errors getting collectible metadata
- Update swagger
- Cache swagger
- Fix 500 when retrieving information of an invalid Safe
- Add more tests for Safe Creation view
- Add tokenInfo to transfers
- Improve README, add admin information and support for configuring other networks
- Decode Request, Sablier, Idle and Compound data
- Update dependencies
- Support v1.2.0 version of the Safe contracts (rinkeby)
- Improve token admin
v2.0.0 - One for all update
- Add
/all-transactions/endpoint, one endpoint to retrieve all information:- Transactions
- ERC20/ERC721/Ether Transfers
- Module Transactions
- Add the new
/collectibles/endpoint, supporting ERC721 🐱 🌮 and ENS - Add
/tokensendpoint, same as the relay service - Difference
trustedtransactions - Decode
multisenddata. Also stringify integers ondataDecoded - Fix indexing not trusting indexed transactions 😅
- Improve Django admin
- Create database table for storing ERC20/ERC721 tokens and commands to auto fetch them
- Use always
nullfor empty data in transactions instead of0xsometimes
v1.8.0
v1.7.1
- Empty blocks will not raise a tracing error, they will just be logged
- Add owner delegates for proposing txs #62
- Update dependencies
- Add outgoing transfers endpoint (
/transfers/) - Rename
/incoming-transactions/endpoint to/incoming-transfers/ - Add
has_confirmationsparameter to tx list #83 - Decode dfusion, sight and erc20/721 txs on tx list

