0.13.8
What's Changed
- CHAIN Model Refactor: Updated the
CHAIN
class to inherit fromstr
andEnum
instead ofIntEnum
. This prevents the incorrect casting of string values to integers, ensuring compatibility with Tonkeeper wallet transactions. ?
Remove pause/unpause_connection: Removed thepause_connection
andunpause_connection
methods to streamline the connection management process.- Middleware Refactor: Refactored the middleware to handle only private chats, improving efficiency and reducing unnecessary processing for group chats.
- Bug Fixes: Fixed the issue causing "Wrong network" errors when performing transactions with the Tonkeeper wallet by ensuring correct network type handling. #1
Full Changelog: v0.13.6...0.13.8