Skip to content

Commit

Permalink
[v1.26.1-rc] Add support for TON-SDK 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
risentveber committed Dec 5, 2021
1 parent 70d29a9 commit 311ed71
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TON SDK client Golang

[![TON-SDK](https://img.shields.io/badge/TON_SDK-1.26.0-green.svg)](https://github.com/tonlabs/TON-SDK/tree/1.26.0)
[![TON-SDK](https://img.shields.io/badge/TON_SDK-1.26.1-green.svg)](https://github.com/tonlabs/TON-SDK/tree/1.26.1)
[![TON local-node docker image](https://img.shields.io/badge/TON_local_node-0.28.11-green.svg)](https://hub.docker.com/layers/tonlabs/local-node/0.28.11/images/sha256-1fab553d08da65d84c8694c9ed6537c6e825220f179cd760414f2d8ca29443f6)
[![Chat Telegram](https://img.shields.io/badge/chat-Telegram-9cf.svg)](https://t.me/RADIANCE_TON_SDK)
[![Documentation](https://godoc.org/github.com/radianceteam/ton-client-go/client?status.svg)](https://godoc.org/github.com/radianceteam/ton-client-go/client)
Expand Down
2 changes: 1 addition & 1 deletion api-spec.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.26.0",
"version": "1.26.1",
"modules": [
{
"name": "client",
Expand Down
2 changes: 1 addition & 1 deletion client/mod_abi.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Nov 21 13:47 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 05 Dec 21 04:40 UTC
//
// Mod abi
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_boc.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Nov 21 13:47 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 05 Dec 21 04:40 UTC
//
// Mod boc
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_client.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Nov 21 13:47 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 05 Dec 21 04:40 UTC
//
// Mod client
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_crypto.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Nov 21 13:47 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 05 Dec 21 04:40 UTC
//
// Mod crypto
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_debot.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Nov 21 13:47 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 05 Dec 21 04:40 UTC
//
// Mod debot
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_net.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Nov 21 13:47 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 05 Dec 21 04:40 UTC
//
// Mod net
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_processing.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Nov 21 13:47 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 05 Dec 21 04:40 UTC
//
// Mod processing
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_proofs.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Nov 21 13:47 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 05 Dec 21 04:40 UTC
//
// Mod proofs
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_tvm.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Nov 21 13:47 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 05 Dec 21 04:40 UTC
//
// Mod tvm
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_utils.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Nov 21 13:47 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 05 Dec 21 04:40 UTC
//
// Mod utils
//
Expand Down

0 comments on commit 311ed71

Please sign in to comment.