Tonutils

Latest version: v0.2.4

Safety actively analyzes 702407 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.2.4

What's Changed

TonConnect:

* **WalletsListManager**: Added `wallets_order` parameter for better wallet list customization.
* **Refactoring**: Improved code structure and performance.
* **Bug Fixes**: Resolved minor issues.

**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.2.2...v0.2.4

0.2.2

What's Changed

Bug Fixes
- **TonConnect Storage Handling:** Fixed an issue where all users were treated as a single entity in storage, causing incorrect data handling. (32)
- **Transaction Repetition in TonConnect:** Resolved a problem where the system repeated the response of the previous transaction instead of processing a new one. Updated storage logic to correctly handle `last_event_id`. (32)
- **TonConnect Proof Verification:** Fixed an issue with wc conversion in proof verification.

**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.2.1...v0.2.2

0.2.1

What's Changed

- [Add dynamic extra attributes to TonConnect for use in event handlers.](https://github.com/nessshon/tonutils/commit/106645624f28b4d9667be7b9b205230ecd312f7b)

**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.2.0...v0.2.1

0.2.0

What's Changed

Added
- Integrated TON Connect SDK.
- Examples Available:
- [Wallet Connection](https://github.com/nessshon/tonutils/tree/main/examples/tonconnect/wallet_connection/)
- [Sending Transaction](https://github.com/nessshon/tonutils/tree/main/examples/tonconnect/sending_transaction/)
- [Telegram Bot Integration](https://github.com/nessshon/tonutils/tree/main/examples/tonconnect/telegram_bot/)

Fixed
- Fixed `INVALID_BAG_OF_CELLS` error. 27
- Made `api_key` optional in `TonCenterClient`.

Improved
- Handled all missing fields in `RawAccount` to prevent `KeyError`. 25

**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.1.8...v0.2.0

0.1.8

What's Changed

- **Code Refactoring:** Improved the overall structure and readability of the codebase.
- **Updated Docstrings:** Revised and standardized docstrings.
- **Added `jetton_decimals`:** Introduced the `jetton_decimals` parameter to handle Jetton decimal precision, enabling accurate conversion of `min_amount` to nano units specifically for swap operations.

**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.1.7...v0.1.8

0.1.7

What's Changed

- **Improved Error Handling Across Clients**:
Fix: improve error handling and support for missing fields across clients. 18

- **Fix Packaging**:
Included the `py.typed` file to enhance type hinting support for users. 13

- **Refactor Stonfi, Implement Stonfi Swap V2**:
Refactored Stonfi and introduced the second version of the Stonfi Swap. 11

- **Add Mnemonic Validation Decorator**:
Added a decorator for mnemonic validation in the `from_mnemonic` method.

- **Fix Subwallet ID Generation for WalletV5R1**:
Fixed an issue with subwallet ID generation for `WalletV5R1`, depending on the selected network (mainnet/testnet).

- **Add Wallet V2 Support**:
Added support for Wallet V2.

- **Update aiohttp Version**:
Updated `aiohttp` to version 3.10.11 for compatibility and performance improvements.

**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.1.5...v0.1.7

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.