Skip to content

Commit

Permalink
Merge pull request #235 from tonlabs/1.19.0-rc
Browse files Browse the repository at this point in the history
Version 1.19.0
  • Loading branch information
d3p authored Jul 8, 2021
2 parents d22d853 + 6275983 commit da46f80
Show file tree
Hide file tree
Showing 49 changed files with 25,536 additions and 49 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [1.19.0] – 2021-07-07

### New
- `get_address_type` function in `utils` module, which validates address and returns its type. See the documentation.
- `decode_account_data` function in `abi` module that converts account data BOC into JSON representation according to ABI 2.1. See the documentation.
- Diagnostic fields `filter` and `timestamp` added to `wait_for_collection` error
- `main.ton.dev` and `net.ton.dev` endpoints that will be deprecated on 12.07.21 are now replaced with [proper endpoints list](https://docs.ton.dev/86757ecb2/p/85c869-networks), if they were specified in network `endpoints` config

### Fixed
- Search of the first master blocks during the network start period was fixed in blocks and transactions iterators

## [1.18.1] – 2021-07-01

### Improved
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><a href="https://github.com/tonlabs/ton-client-js/"><img src="assets/ton-sdk-blue.png" height="60"/></a></p>
<p align="center"><a href="https://github.com/tonlabs/ton-client-js/"><img src="media/ton-sdk-blue.png" height="60"/></a></p>
<h1 align="center">JavaScript TON OS SDK</h1>
<p align="center">Client Library built on the TON OS API</p>
<p align="center">for Web, Node.js and React Native platforms</p>
Expand All @@ -9,7 +9,7 @@

# Table of Content
- [Table of Content](#table-of-content)
- [Documentation](#documentation)
- [Useful links](#useful-links)
- [Library distribution](#library-distribution)
- [Installation](#installation)
- [Install core package](#install-core-package)
Expand All @@ -30,10 +30,15 @@
- [Download precompiled binaries](#download-precompiled-binaries)


# Documentation
# Useful links
- [Quick Start](https://docs.ton.dev/86757ecb2/p/33b76d-quick-start)
- [API reference](https://github.com/tonlabs/TON-SDK/blob/master/docs/modules.md)

- [Types and Methods (API Reference)](https://tonlabs.github.io/ton-client-js/)

- [AppKit](https://github.com/tonlabs/appkit-js) - JS package built on top of [@tonclient/core](https://www.npmjs.com/package/@tonclient/core) package which purpose is to simplify writing applications on Free TON. It helps to implement most common use-cases with less coding.

- [SDK guides](https://docs.ton.dev/86757ecb2/p/783f9d-about-sdk) - get a deeper understanding by diving into our guides where you can find extensive explanations of each step of DApp development on Free TON.

- [SDK Samples](https://github.com/tonlabs/sdk-samples) - a good place to get to practice with SDK asap:)

# Library distribution
Expand Down
Loading

0 comments on commit da46f80

Please sign in to comment.