Skip to content

Releases: xssnick/tonutils-go

v1.0.2

18 Jul 19:43
1f63c11
Compare
Choose a tag to compare
  • Fixed state init fields order for loader

v1.0.1

18 Jul 18:47
08b36f0
Compare
Choose a tag to compare
  • Fixed store empty dict

v1.0.0

16 Jul 09:38
4a4adaa
Compare
Choose a tag to compare

Production ready version v1.0.0 released!


  • Big refactoring, better usage experience
  • More unit tests + e2e tests
  • Connect using config url (by @TrueCarry)
  • Better nods balancing in connection pool
  • Sticky context to bound requests to same node
  • Dictionary creation support
  • Load/store signed integers
  • Long comments support
  • TLB stack reimplemented in a better way
  • Sub-wallets support for v3 and v4
  • FIFT hex in dump cell method
  • Many minor improvements and fixes
  • Readme reworked a bit

v0.9.0

06 Jul 06:54
469af68
Compare
Choose a tag to compare
  • Added LookupBlock method
  • Added GetOneTransaction method
  • Added GetAllShardsInfo method
  • Block scan example
  • Renamed GetBlockInfo to GetMasterchainInfo, first still exists for backwards compatibility
  • Grams parse methods refactored
  • More code rewrited to TLB loader
  • Dict parser changed to include 'maybe ref' to fit FunC implementation
  • Added transformation functionality to TLB loader, parse dict values as array
  • Removed tlb.TxHash, replaced to simple []byte
  • Increased test coverage

v0.8.2

28 Jun 18:21
685631e
Compare
Choose a tag to compare
  • Address load support for TLB loader
  • Fix panic when querying with 0 active nodes, thanks to @hotid

v0.8.0

27 Jun 18:06
8677fb4
Compare
Choose a tag to compare
  • Get Block data liteclient method
  • Get Block transactions liteclient method
  • Implemented TLB autoloader by structure tags (similar to json)
  • BOC parser indexes+cached support
  • Grams string formatter without big.float usage
  • Dictionary key type changed to cell to be readable
  • StoreUint optimized, thanks to @TrueCarry
  • More tests

v0.7.3

17 Jun 18:31
281140f
Compare
Choose a tag to compare
  • Fixed multithreaded requests after refactor

v0.7.2

17 Jun 16:45
12a00d3
Compare
Choose a tag to compare
  • Better lite servers balancing and retry
  • Tests for wallet
  • Better errors for LS and contracts responses

v0.7.1

15 Jun 08:18
c2a6d00
Compare
Choose a tag to compare
  • Tests
  • Fixes

v0.7.0

15 Jun 04:39
b1d0f73
Compare
Choose a tag to compare
  • Deploy contract method
  • Fixes for big BOC
  • Improved grams parse method