Tonutils

Latest version: v0.1.8

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

Scan your dependencies

Page 2 of 3

0.1.0

What's Added

- **Enhanced precision in `to_nano` conversion**: Replaced `int` with `round` to improve accuracy.
- **Update version to `0.1.0`**: Improved `setup.py` metadata for better visibility and discoverability on PyPI. ([7](https://github.com/nessshon/tonutils/commit/commit_hash))

**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.0.9...v0.1.0

0.0.9

What's Added
- Add [Preprocessed Wallet](https://github.com/pyAndr3w/ton-preprocessed-wallet-v2) (v2, v2r1) Contract support.
- Add [Jetton Stablecoin](https://github.com/OpenBuilders/notcoin-contract) Contract support (by notcoin).
- Add `from_private_key` method to Wallets.
- Add `get_timeout`, `get_processed`, `get_last_cleaned` get methods to `HighloadWalletV3`.
- Add `get_raw_account` method to Contract.

Added Examples
- [Gasless Transaction (Wallet v5 only)](https://github.com/nessshon/tonutils/blob/main/examples/wallet/gasless_transaction.py)

- Reprocessed Wallet Operations
- [Transfer TON](https://github.com/nessshon/tonutils/blob/main/examples/wallet/preprocessed/transfer_ton.py)
- [Transfer NFT](https://github.com/nessshon/tonutils/blob/main/examples/wallet/preprocessed/transfer_nft.py)
- [Transfer Jetton](https://github.com/nessshon/tonutils/blob/main/examples/wallet/preprocessed/transfer_jetton.py)

- Standard Jetton Operations
- [Change Content](https://github.com/nessshon/tonutils/blob/main/examples/jetton/standard/change_content.py)

- Stablecoin Jetton Operations (by Notcoin)
- [Deploy Jetton Master](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/deploy_master.py)
- [Upgrade Contract](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/upgrade_contract.py)
- [Mint Jetton](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/mint_jetton.py)
- [Burn Jetton](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/burn_jetton.py)
- [Change Admin](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/change_admin.py)
- [Drop Admin](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/drop_admin.py)
- [Change Content](https://github.com/nessshon/tonutils/blob/main/examples/jetton/stablecoin/change_content.py)

**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.0.8...v0.0.9

0.0.8

What's Changed
- Fix: ensure kwargs are only passed to the Wallet transfer method, excluding body.

**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.0.7...v0.0.8

0.0.7

What's Added
- Add Vanity Deployer support.
- Add onchain content support for jetton and NFT.
- Add `get_jetton_data` method to `JettonMaster`.
- Add `get_wallet_data` method to `JettonWallet`.
- Add `balance` method to `Wallet`.


What's Changed
- Update NFT contracts (collection & items).
- Refactor codebase.

Added Examples
- NFT Operations
- [Deploy Onchain Collection](https://github.com/nessshon/tonutils/blob/main/examples/nft/deploy_onchain_collection.py)
- [Mint Onchain NFT](https://github.com/nessshon/tonutils/blob/main/examples/nft/mint_onchain_nft.py)
- [Return Collection Balance](https://github.com/nessshon/tonutils/blob/main/examples/nft/return_collection_balance.py)

- Jettons Operations
- [Deploy Jetton Master Onchain](https://github.com/nessshon/tonutils/blob/main/examples/jetton/deploy_master_onchain.py)
- [Get Jetton Wallet Balance](https://github.com/nessshon/tonutils/blob/main/examples/jetton/get_balance.py) (#4)

- Wallet Operations
- [Get Wallet Balance](https://github.com/nessshon/tonutils/blob/main/examples/wallet/get_balance.py) (#4)

- Vanity Operations
- [Deploy Contract](https://github.com/nessshon/tonutils/blob/main/examples/vanity/deploy_contract.py)


**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.0.6...v0.0.7

0.0.6

What's Added
- Add Highload Wallet V3 support.

What's Changed
* Fixed incorrect number of bits for op-code by coalus in https://github.com/nessshon/tonutils/pull/2

**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* Fix GetGems sale deployer addresses by coalus in https://github.com/nessshon/tonutils/pull/1

New Contributors
* coalus made their first contribution in https://github.com/nessshon/tonutils/pull/1

**Full Changelog**: https://github.com/nessshon/tonutils/compare/v0.0.4...v0.0.5

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.