Skip to content

v0.2.8

Compare
Choose a tag to compare
@nessshon nessshon released this 25 Apr 11:32
· 60 commits to main since this release

What's Changed

New Features

  • Added 'liteserver' module to the list of imported schemas in the __all__ variable.
  • Added liteserver.get_account_state tests.
  • Added py.typed to support type checkers by @vladimir-chernykh in #12

Fixes

  • Fixed TypeError: 'type' object is not subscriptable, updated type annotations to support Python versions below 3.10. #13
  • Updated BlockRaw.shard data type from int to str to resolve data inconsistency error. #11

Enhancements

  • Refactored test_get_all_jettons method.

New Contributors

Full Changelog: v0.2.6...v0.2.8