Releases: xssnick/tonutils-go
Releases · xssnick/tonutils-go
v0.7.2
- Better lite servers balancing and retry
- Tests for wallet
- Better errors for LS and contracts responses
v0.7.0
- Deploy contract method
- Fixes for big BOC
- Improved grams parse method
v0.6.0
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
- 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
- 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.2.0
- Connection refactoring
- Auto-reconnect on failure
- OnDisconnect callback