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

Skip to content

Releases: xssnick/tonutils-go

v1.9.5

20 Apr 08:08
db2bc98

Choose a tag to compare

  • DHT Improvements
  • Changed network config for tests

v1.9.4

12 Apr 14:39
0538358

Choose a tag to compare

  • Fixed RLDP Overlay disconnect loop overflow

v1.9.3

12 Apr 11:33
a1194b8

Choose a tag to compare

  • HighloadV3 wallet support
  • Better offline transaction building and signing support
  • Cleaner behaviour of RLDP OnDisconnect hook
  • Wallet package improvements

v1.9.2

26 Mar 14:24
f87553a

Choose a tag to compare

  • Added ParseRawAddr and MustParseRawAddr
  • Fixed dict replace for root key
  • BuildJettonTransferV2 method with response and custom payload params

v1.9.1

21 Mar 17:42
f8773e4

Choose a tag to compare

  • Support of new LS proof scheme of GetBlockShardsInfo

v1.9.0

18 Mar 11:55
d1d6074

Choose a tag to compare

  • Cell Dictionary reimplemented to read and update data in cell tree directly (same with ton node)
  • Cell proof creation rethought, added ProofSkeleton type for friendly and easy proofs creation
  • Precalculated cell hashes instead of lazy calculation (for parallel reads safety)
  • Serialization/Deserialization of registered tlb interface types
  • Added TL structures for the rest liteserver types
  • Liteclient connection pool better balancing
  • BoC serialization with cache flag support
  • Added cell builder direct ToSlice method
  • ADNL TCP Server implementation
  • ADNL TCP optimizations
  • RLDP optimizations
  • Address to json serialization
  • DHT Buckets implementation
  • Ext and Var address string serialization
  • tlb Stack tuple serialization support
  • tlb.Coins copy in Nano() return
  • Fixed 2nd and 3rd level proofs creation
  • Fixed BoC root index deserialization order
  • Other minor fixes
  • Test coverage increased

v1.8.9

14 Jan 07:39
8ce75d2

Choose a tag to compare

  • Fixed block header proof parse with pruned after merge part
  • IsSpecial method for slice added
  • Minor tlb stack parse fix

v1.8.8

06 Dec 07:21
426b2cd

Choose a tag to compare

  • Fixed account proof check error on splitted shards

v1.8.7

05 Dec 06:26
d7c16c3

Choose a tag to compare

  • Cell index serialization improved to visit only unique cells
  • Fixed no active connections panic in liteclient

v1.8.6

29 Nov 08:29
6f038ab

Choose a tag to compare

  • Fixed panic in SubscribeOnTransactions method (by @pr0n1x)