What's Changed
- Refactored code structure and fixed type errors.
- Updated Pydantic model schemas from v1 to the latest version.
- Refactored `/v2/status` and `/v2/address/{account_id}/parse` methods into a separate `utilities` category.
- Renamed functions: `amount_to_nano` to `to_nano` and `nano_to_amount` to `to_amount`. Added `decimals` parameter for token conversion (e.g., USDT).
What's Added
- Added `/v2/gasless/*` methods.
- Added `/v2/rates/markets` method.
- Added `debug` option for debugging in `AsyncTonapi` and `Tonapi`.
- Added a new field `admin` to the `JettonInfo` schema. 23
- Added an [example](https://github.com/tonkeeper/pytonapi/blob/main/examples/gasless.py) for gasless transactions on Wallet V5.
**Full Changelog**: https://github.com/tonkeeper/pytonapi/compare/v0.3.6...v0.3.7