Skip to content

Releases: xssnick/tonutils-go

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

v0.6.4

06 Jun 04:45
0cf3cda
Compare
Choose a tag to compare

v0.6.3

03 Jun 17:20
d5fdcfd
Compare
Choose a tag to compare
  • BOC fixes and tests

v0.6.0

01 Jun 07:52
156e24c
Compare
Choose a tag to compare

By @xssnick:

  • Wallet operations
  • Cell signatures
  • Mnemonic generation/parsing
  • Store builder, cell conversions, new cell builder/loader methods
  • Grams and Message small refactoring, added support for JSON serialization (suggested by @hotid)
  • ADNL big bytes array fixed
  • Big BOC serialization fixed

By @mr-tron:

  • Added automatic TL [de]serializator

v0.5.0

24 May 14:19
939914f
Compare
Choose a tag to compare
  • Transactions list
  • Cell hash
  • Cell Dictionary load (Hashmap)
  • GetAccount extended, added account status
  • DumpBits method for cell
  • Messages TLB load and dump
  • Extended account state example
  • Improvements and fixes

v0.4.0

16 May 07:24
80d7fd2
Compare
Choose a tag to compare
  • External message support by @xssnick
  • Fix address bounce flag by @hotid
  • StoreAddr method for cell by @xssnick
  • Zero state error catch on get unexisting account by @xssnick
  • Account IsActive flag fix by @xssnick
  • External message use example by @xssnick

v0.3.0

12 May 19:29
951bea1
Compare
Choose a tag to compare

v0.2.0

11 May 08:14
59a0a62
Compare
Choose a tag to compare
  • Connection refactoring
  • Auto-reconnect on failure
  • OnDisconnect callback