Skip to content

v0.22

Latest
Compare
Choose a tag to compare
@justdmitry justdmitry released this 05 Aug 11:14
· 1 commit to master since this release
v0.22.0

New features and fixes:

  • Additional overloads for SmcRunGetMethod for less boilerplate code;
  • Drop support unsupported anymore net7, update System.Text.Json to 8.0.4;
  • StoreAddressIntStd now accepts nulls and empty strings (and writes two zero bits);
  • New CreateTransferCell and CreateBurnCell methods in Tep74Jettons recipe (to create cells instead of messages);
  • New TryParseJettonTransferNotification in Tep74Jettons recipe to work with incoming jetton transfers;
  • Remove obsolete ISerializable support from TonClientException;
  • Add CancellationTokens to ITonClient params (fix #8).