What's Changed
- **Improved LiteserverClient Connection Handling**:
Refactored the client to maintain a persistent connection without reinitializing the LiteBalancer, ensuring better stability during operations.
- **STON.fy Swaps Integration**:
Introduced support for v1 swaps (TON to Jetton, Jetton to TON, Jetton to Jetton). 11
- **Enhanced Client Configuration**:
Added the `is_testnet` attribute to LiteserverClient, allowing easier identification of the network environment.
- **Fixed Wallet Deployment Issue**:
Resolved a bug that caused transactions to be sent to the zero address during Highload Wallet v3 deployments.
Added Examples
- Wallet Operations • DEX STON.fy
- [Swap TON to Jetton](https://github.com/nessshon/tonutils/tree/main/examples/wallet/common/dex/stonfi/swap_ton_to_jetton.py)
- [Swap Jetton to TON](https://github.com/nessshon/tonutils/tree/main/examples/wallet/common/dex/stonfi/swap_jetton_to_ton.py)
- [Swap Jetton to Jetton](https://github.com/nessshon/tonutils/tree/main/examples/wallet/common/dex/stonfi/swap_jetton_to_jetton.py)
- [Batch Swap TON to Jetton](https://github.com/nessshon/tonutils/tree/main/examples/wallet/common/dex/stonfi/batch_swap_ton_to_jetton.py)
- [Batch Swap Jetton to TON](https://github.com/nessshon/tonutils/tree/main/examples/wallet/common/dex/stonfi/batch_swap_jetton_to_ton.py)
- [Batch Swap Jetton to Jetton](https://github.com/nessshon/tonutils/tree/main/examples/wallet/common/dex/stonfi/batch_swap_jetton_to_jetton.py)
- Jetton Operations • DEX STON.fy
- [Swap TON to Jetton](https://github.com/nessshon/tonutils/tree/main/examples/jetton/dex/stonfi/swap_ton_to_jetton.py)
- [Swap Jetton to TON](https://github.com/nessshon/tonutils/tree/main/examples/jetton/dex/stonfi/swap_jetton_to_ton.py)
- [Swap Jetton to Jetton](https://github.com/nessshon/tonutils/tree/main/examples/jetton/dex/stonfi/swap_jetton_to_jetton.py)
**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.1.4...v0.1.5