Skip to content

pytoniq v0.1.38

Compare
Choose a tag to compare
@yungwine yungwine released this 16 May 06:12
· 5 commits to master since this release

What's Changed

  • Add new mainnet init block, since global config has been changed.

  • Add context managers for LiteClient and LiteBalancer so one can now do:

    async with LiteClient.from_mainnet_config(5, 2) as client:
        print(await client.get_config_params([1]))
  • Update pytoniq-core's version in requirements since there is fix for config params keys deserialising.