Skip to content

Commit

Permalink
Merge pull request #525 from tonlabs/1.27.1-rc
Browse files Browse the repository at this point in the history
Update dependencies version
  • Loading branch information
d3p authored Dec 9, 2021
2 parents f604d22 + 9da46ee commit 5484c80
Show file tree
Hide file tree
Showing 192 changed files with 287 additions and 290 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

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

## [1.27.0] – 2021-12-03
## [1.27.1] – 2021-12-09
### Fixed
- Empty `function_name` field in the "create run message failed" error.

## [1.27.0] – 2021-12-06

### New
- Function [`abi.encode_initial_data`](./docs/reference/types-and-methods/mod_abi.md#encode_initial_data) which
Expand Down
12 changes: 2 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
[workspace]
members = [
"ton_sdk",
"ton_client",
"toncli",
"api/test",
"tools/update_trusted_blocks",
]
exclude = [ 'examples/rust' ]
members = [ 'ton_sdk', 'ton_client', 'toncli', 'api/test', 'tools/update_trusted_blocks' ]

exclude = [
"examples/rust"
]
20 changes: 10 additions & 10 deletions api/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "api_derive"
version = "1.27.0"
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"]
edition = "2018"
authors = [ 'TON Labs LTD <[email protected]>' ]
edition = '2018'
name = 'api_derive'
version = '1.27.1'

[dependencies]
quote = '1.0'
serde_json = '1.0.57'
api_info = { path = '../info' }
syn = { features = [ 'full' ], version = '1.0' }

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0", features = ["full"] }
serde_json = "1.0.57"
quote = "1.0"
api_info = { path = "../info" }

19 changes: 10 additions & 9 deletions api/info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "api_info"
version = "1.27.0"
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"]
edition = "2018"
authors = [ 'TON Labs LTD <[email protected]>' ]
edition = '2018'
name = 'api_info'
version = '1.27.1'

[dependencies]
serde = '1.0.115'
serde_derive = '1.0.104'
serde_json = '1.0.57'

[lib]
name = "api_info"
name = 'api_info'

[dependencies]
serde = "1.0.115"
serde_json = "1.0.57"
serde_derive = "1.0.104"
19 changes: 10 additions & 9 deletions api/test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "api_test"
version = "1.27.0"
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"]
edition = "2018"
authors = [ 'TON Labs LTD <[email protected]>' ]
edition = '2018'
name = 'api_test'
version = '1.27.1'

[dependencies]
api_info = { path = "../info" }
api_derive = { path = "../derive" }
serde = "1.0.115"
serde_json = "1.0.57"
serde_derive = "1.0.115"
serde = '1.0.115'
serde_derive = '1.0.115'
serde_json = '1.0.57'
api_derive = { path = '../derive' }
api_info = { path = '../info' }

2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/abi/mod.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<span id="115">115</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<span id="86">86</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/boc/cache.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
<span id="318">318</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/boc/errors.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<span id="86">86</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/boc/hash.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<span id="41">41</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<span id="176">176</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/boc/mod.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<span id="72">72</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/boc/parse.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<span id="209">209</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/boc/tvc.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<span id="44">44</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<span id="221">221</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<span id="74">74</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/client/mod.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<span id="156">156</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<span id="227">227</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<span id="52">52</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<span id="79">79</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/crypto/hash.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<span id="57">57</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
<span id="591">591</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/crypto/keys.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<span id="183">183</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/crypto/math.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<span id="249">249</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
<span id="669">669</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/crypto/mod.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<span id="151">151</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/crypto/nacl.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
<span id="418">418</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<span id="122">122</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/debot/mod.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
<span id="319">319</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rust-api/src/ton_client/encoding.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<span id="154">154</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<span id="187">187</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<span id="202">202</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
<span id="577">577</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<span id="237">237</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<span id="29">29</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
<span id="557">557</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<span id="80">80</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<span id="111">111</span>
</pre><div class="example-wrap"><pre class="rust ">
<span class="comment">/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 TON Labs LTD.
*
* Licensed under the SOFTWARE EVALUATION License (the &quot;License&quot;); you may not use
* this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 5484c80

Please sign in to comment.