New features and fixes:
- Additional overloads for
SmcRunGetMethod
for less boilerplate code; - Drop support unsupported anymore
net7
, updateSystem.Text.Json
to 8.0.4; StoreAddressIntStd
now accepts nulls and empty strings (and writes two zero bits);- New
CreateTransferCell
andCreateBurnCell
methods inTep74Jettons
recipe (to create cells instead of messages); - New
TryParseJettonTransferNotification
inTep74Jettons
recipe to work with incoming jetton transfers; - Remove obsolete
ISerializable
support fromTonClientException
; - Add CancellationTokens to
ITonClient
params (fix #8).