Skip to content

Releases: xssnick/tonutils-go

v1.1.0

03 Aug 16:10
3d9ee05
Compare
Choose a tag to compare
  • NFT - set of methods for work with NFT and collections, it allows to get info, get content, mint, transfer, edi, etc.
    Send transfer/message with await of confirmation.

  • CurrentMasterChainInfo - self-cached concurrent safe GetMasterChainInfo with automatic check for block availability (to avoid 651 error). Its recommended to us it now.

  • Structs serializations to cell, now you can simply describe queries to contracts using go's structures + tags.

  • Adde Hash field to transaction object. (calculatable)

  • Added Highload wallet type.

  • Load/Store Snake of bytes and strings

v1.0.4

23 Jul 05:54
ff51f9c
Compare
Choose a tag to compare
  • Fast vanity tool by @TrueCarry
  • Fix coins formatting for some cases
  • Corrected tests

v1.0.3

20 Jul 11:10
b1c0a14
Compare
Choose a tag to compare
  • All address types support
  • GetAllShards true shards info, resolved todo

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