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.
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
Fixed query id auto param in bulk send, now you can send any amount of bulk transactions without any issues
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
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
For BTC/LTC
For ETH/MATIC/BSC/TRON
You also can install all of them by:
- 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.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
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.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
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