Skip to content

v1.9.6

Compare
Choose a tag to compare
@xssnick xssnick released this 08 May 17:23
· 105 commits to master since this release
1628740
  • RLDP Tunning
  • Added FindLastTransactionByInMsgHash + FindLastTransactionByOutMsgHash to ton package
  • Builtin Offline LiteClient impl for cold wallets
  • Proof generation of key absence in dictionary
  • Added methods ToRawUnsafe/FromRawUnsafe for manual low level cell construction
  • Added Preload methods to cell slice (can be used instead of copy + load now, more efficient)
  • Fixed WithRetry LS wrapper when using with timeout (by @klim0v)
  • Fixed transaction Dump method panic (when no outs)