Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.15.0

Compare
Choose a tag to compare
@xssnick xssnick released this 17 Sep 08:47
· 11 commits to master since this release
1578768
  • Added Toncenter API client package
  • Added flexible wallet initialization methods with options (by @mikalsande)
  • Added support for Ledger compatible seed phrases. (by @mikalsande)
  • Added FromPubKeyWithOptions, for wallets with external signer
  • Added TL RegisterAllowedGroup method to group messages in a single alias name
  • RLDP Optimizations (by @andreypfau)
  • Removed api argument from FromPrivateKeyWithOptions, added option WithAPI(api)
  • Allowed address type as stack element for RunGetMethod (auto conversion to slice)
  • CRC16 internal implementation, to reduce dependencies
  • Coins math methods changed from pointers to struct for simpler usage
  • Fixed BlockBroadcast TL struct registration
  • Increased lite client max packet size to 16 mb
  • Wallet usage exmaple with Toncenter API
  • overlay package refactoring
  • BlockIDExt refactoring, removed deprecated BlockInfo
  • GetParentBlocks moved to ton package from tlb.BlockHeader method