Get Mystery Box with random crypto!

Release SDK 1.22.0 New - ABI v2.2 with fixed message body lay | Everscale Dev EN

Release SDK 1.22.0

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.

#SDK #Updates