Releases: xssnick/tonutils-go
Releases · xssnick/tonutils-go
v1.0.2
v1.0.1
v1.0.0
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
- 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
v0.8.0
- 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