2.7.0 update pushed

TRON client added (monitoring, address generation, getting balance)

All read only function for TRON, send and send token will be added later

TRON docs added (not for all methods yet)

docs here
2.7.1 update pushed

Added memo option into TON client send method, so now you can add memo to your transactions
2.8.0 update pushed

Added TRX and TRC20 transactions sending

Docs
2.9.0 update pushedd

Bulk send added for TON network
Please note you should create and use different wallet for regular send and for bulk one, and it will be needed to create new client instance for it, please read the docs
2.10.1 update pushed

You can now choose the time interval before the library attempts to fetch new blocks during monitoring.
An optional 'headers' parameter has been added to all clients, primarily for API key support.)
The 'jsonRPC' segment is now automatically appended to TON URLs by default.
Version 3.0.0 pushed

Fixed query id auto param in bulk send, now you can send any amount of bulk transactions without any issues
3.0.1 and 3.0.2

UTXO client (BTC/LTC) bugs fixed
3.0.5 pushed

TON client monitoring fix
timeout_between_blocks is now working for shards also to prevent 429 error
You can read about timeout_between_blocks param here
4.0.0 pushed

- UTXO client get_raw_transaction and get transaction fee methods added
- Now you are able not install clients what you don't really need

for TON use
pip install aiotx

For BTC/LTC
pip install aiotx[utxo]

For ETH/MATIC/BSC/TRON
pip install aiotx[evm]

You also can install all of them by:
pip install aiotx[utxo,evm]
4.1.0-4.4.0 pushed

TRON client fixes, Utxo client typehints added
4.5.0 pushed

TON:
removed jsonRPC part from url (please remove it in your codebase)
added methods to getting jetton wallet address by user address and jetton master address and getting jetton balance
4.6.0 pushed

TON:
added transfer jettons method
4.6.1 and 4.7.0 pushed

TRON:
Fix decoding transaction with address what have 41 in hex representation

New 'on_block_transactions' handler added for monitoring.
- Processes all transactions in a block
- For TON: Multiple triggers per master block
- For EVM chains: Includes decoded transaction inputs
9.0.0 pushed

A lot of TON updates added in latest versions for improve monitoring, it's highly recommended to update

Will try to find time to add v5 TON wallet and make TON part of library better, also will try to add transactions message body decoding