Skip to content

v1.3.0

Compare
Choose a tag to compare
@xssnick xssnick released this 19 Sep 17:08
· 526 commits to master since this release
4d01570
  1. WaitNextMasterBlock method added
  2. Cell builder optimized to work up to 4.5x faster
  3. RunGetMethod return changed to new structure
  4. Tuple support for stack and RunGetMethod
  5. Added GetWalletVersion method (by @iam047801)
  6. Added limit arg to FindTransactionByInMsgHash
  7. GetNFTContent changed arg to accept Content instead of cell
  8. Block scan example was updated to use new features
  9. Tests rewrote to use testnet instead of mainnet (by @SashaITx)
  10. NFT onchain content deserialization fix (by @igorsd)
  11. Fixed StoreSlice rare case of incorrect serialization in dictionary
  12. Fixed possible deadlock with StickyContext usage
  13. Liteclient internal improvements