Skip to content

0.13.8

Compare
Choose a tag to compare
@nessshon nessshon released this 29 May 16:46
· 35 commits to main since this release

What's Changed

  • CHAIN Model Refactor: Updated the CHAIN class to inherit from str and Enum instead of IntEnum. This prevents the incorrect casting of string values to integers, ensuring compatibility with Tonkeeper wallet transactions.
  • ? Remove pause/unpause_connection: Removed the pause_connection and unpause_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