Skip to content

Version: 1.22.0

Compare
Choose a tag to compare
@d3p d3p released this 23 Sep 07:09
· 1268 commits to master since this release
bb009d2

[1.22.0] – 2021-09-20

New

  • ABI v2.2 with fixed message body layout supported. See the specification.

    Now, for contracts with ABI version < 2.2 compact layout will still be used for compatibility, for contracts with ABI version 2.2 and more - fixed layout will be used.
    Please, make sure that you updated the ABI if you recompiled your contract with 2.2 ABI, or you may get an inconsistent contract behaviour.

  • Debot module:

    • added getEncryptionBoxInfo, getSigningBoxInfo functions to Sdk interface.
    • implemented Query DeBot interface in DEngine.