-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #351 from tonlabs/1.28.1-rc
Version 1.28.1
- Loading branch information
Showing
36 changed files
with
13,655 additions
and
9,696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[package] | ||
name = "ton_client_build" | ||
version = "1.2.0" | ||
description = "TON Client Build Library" | ||
license = "Apache-2.0" | ||
edition = "2018" | ||
name = 'ton_client_build' | ||
version = '1.2.0' | ||
description = 'TON Client Build Library' | ||
license = 'Apache-2.0' | ||
edition = '2018' | ||
|
||
[lib] | ||
name = "ton_client_build" | ||
name = 'ton_client_build' | ||
|
||
[dependencies] | ||
regex = "1.3.9" | ||
dirs = "3.0.1" | ||
flate2 = "1.0.19" | ||
serde = "1.0.117" | ||
serde_json = "1.0.59" | ||
regex = '1.3.9' | ||
dirs = '3.0.1' | ||
flate2 = '1.0.19' | ||
serde = '1.0.117' | ||
serde_json = '1.0.59' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[package] | ||
name = "ton_client_node_build" | ||
version = "1.2.0" | ||
description = "TON Client Build Tool" | ||
license = "Apache-2.0" | ||
edition = "2018" | ||
name = 'ton_client_node_build' | ||
version = '1.2.0' | ||
description = 'TON Client Build Tool' | ||
license = 'Apache-2.0' | ||
edition = '2018' | ||
|
||
[dependencies] | ||
ton_client_build = { path = "../../../build" } | ||
ton_client_build = { path = '../../../build' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[package] | ||
name = "ton_client_node_addon" | ||
version = "1.2.0" | ||
authors = ["TON Labs"] | ||
license = "Apache-2.0" | ||
name = 'ton_client_node_addon' | ||
version = '1.2.0' | ||
authors = [ 'TON Labs' ] | ||
license = 'Apache-2.0' | ||
|
||
[lib] | ||
name = "tonclient" | ||
crate-type = ["staticlib"] | ||
name = 'tonclient' | ||
crate-type = [ 'staticlib' ] | ||
|
||
[dependencies] | ||
libc = "0.2" | ||
ton_client = { git = "https://github.com/tonlabs/TON-SDK.git", tag = "1.27.1" } | ||
libc = '0.2' | ||
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.28.1' } | ||
|
||
[profile.release] | ||
lto = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[package] | ||
name = "ton_client_rn_android_build" | ||
version = "1.2.0" | ||
description = "TON Client Build Tool" | ||
license = "Apache-2.0" | ||
edition = "2018" | ||
name = 'ton_client_rn_android_build' | ||
version = '1.2.0' | ||
description = 'TON Client Build Tool' | ||
license = 'Apache-2.0' | ||
edition = '2018' | ||
|
||
[dependencies] | ||
ton_client_build = { path = "../../../../build" } | ||
ton_client_build = { path = '../../../../build' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[package] | ||
name = "ton_client_react_native_android" | ||
version = "1.2.0" | ||
authors = ["TON Labs"] | ||
license = "Apache-2.0" | ||
name = 'ton_client_react_native_android' | ||
version = '1.2.0' | ||
authors = [ 'TON Labs' ] | ||
license = 'Apache-2.0' | ||
|
||
[lib] | ||
name = "tonclient" | ||
crate-type = ["cdylib"] | ||
name = 'tonclient' | ||
crate-type = [ 'cdylib' ] | ||
|
||
[dependencies] | ||
lazy_static = "1.4.0" | ||
jni = { version = "0.12.0", default-features = false } | ||
ton_client = { git = "https://github.com/tonlabs/TON-SDK.git", tag = "1.27.1" } | ||
openssl = { version = "0.10", features = ["vendored"] } | ||
lazy_static = '1.4.0' | ||
jni = { default-features = false, version = '0.12.0' } | ||
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.28.1' } | ||
openssl = { features = [ 'vendored' ], version = '0.10' } | ||
|
||
[profile.release] | ||
lto = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[package] | ||
name = "ton_client_rn_ios_build" | ||
version = "1.2.0" | ||
description = "TON Client Build Tool" | ||
license = "Apache-2.0" | ||
edition = "2018" | ||
name = 'ton_client_rn_ios_build' | ||
version = '1.2.0' | ||
description = 'TON Client Build Tool' | ||
license = 'Apache-2.0' | ||
edition = '2018' | ||
|
||
[dependencies] | ||
ton_client_build = { path = "../../../../build" } | ||
ton_client_build = { path = '../../../../build' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[package] | ||
name = "ton_client_react_native_ios" | ||
version = "1.2.0" | ||
authors = ["TON Labs"] | ||
license = "Apache-2.0" | ||
name = 'ton_client_react_native_ios' | ||
version = '1.2.0' | ||
authors = [ 'TON Labs' ] | ||
license = 'Apache-2.0' | ||
|
||
[lib] | ||
name = "tonclient" | ||
crate-type = ["staticlib"] | ||
name = 'tonclient' | ||
crate-type = [ 'staticlib' ] | ||
|
||
[dependencies] | ||
libc = "0.2" | ||
ton_client = { git = "https://github.com/tonlabs/TON-SDK.git", tag = "1.27.1" } | ||
libc = '0.2' | ||
ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.28.1' } | ||
|
||
[profile.release] | ||
lto = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "ton_client_wasm_build" | ||
version = "1.2.0" | ||
description = "TON Client Build Tool" | ||
license = "Apache-2.0" | ||
edition = "2018" | ||
name = 'ton_client_wasm_build' | ||
version = '1.2.0' | ||
description = 'TON Client Build Tool' | ||
license = 'Apache-2.0' | ||
edition = '2018' | ||
|
||
[dependencies] | ||
regex = "1.3.9" | ||
dirs = "3.0.1" | ||
flate2 = "1.0.19" | ||
serde = "1.0.117" | ||
serde_json = "1.0.59" | ||
ton_client_build = { path = "../../../build" } | ||
regex = '1.3.9' | ||
dirs = '3.0.1' | ||
flate2 = '1.0.19' | ||
serde = '1.0.117' | ||
serde_json = '1.0.59' | ||
ton_client_build = { path = '../../../build' } |
Oops, something went wrong.