ton_sdk_client 1.16.0 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/ton_sdk_client/net.rb +2 -2
- data/lib/ton_sdk_client/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 622e37887180cee84b905ded176e40e785e5cd776b57f5ca47190a16113e429b
|
4
|
+
data.tar.gz: af8e2218ea8112ac0133f36bb87a32a535c15192f86ef815d00cc1386eddf2e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e04c5d81a9aea2f7e7690f95fab69126fed54ae808ae7500d4504b7846adb7659047c8f092cbcdcc507ba49e256198b42ef4c2673b7dbc7e787dae334dd7036
|
7
|
+
data.tar.gz: ad6100613644e18d0c6ce35fbb88c05c0cacc72dde99454cb978cb5a5ef1a09663bc89702edd80f1e8610fb192c32d17a3bef8cc46843ba172e7d7e01ec22fe6
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# TON SDK client in Ruby and for Ruby
|
2
2
|
|
3
3
|
[](https://badge.fury.io/rb/ton_sdk_client)
|
4
|
-
[](https://github.com/tonlabs/TON-SDK/tree/1.16.1)
|
5
5
|
|
6
6
|
Ruby gem-client bindings for [TON SDK](https://github.com/tonlabs/TON-SDK) which allows one to communicate with [FreeTON](https://freeton.org) blockchain in Ruby.
|
7
7
|
|
data/lib/ton_sdk_client/net.rb
CHANGED
@@ -217,8 +217,8 @@ module TonSdk
|
|
217
217
|
end
|
218
218
|
end
|
219
219
|
|
220
|
-
ParamsOfQueryTransactionTree = Struct.new(:in_msg, :abi_registry, keyword_init: true) do
|
221
|
-
def initialize(in_msg:, abi_registry: [])
|
220
|
+
ParamsOfQueryTransactionTree = Struct.new(:in_msg, :abi_registry, :timeout, keyword_init: true) do
|
221
|
+
def initialize(in_msg:, abi_registry: [], timeout: nil)
|
222
222
|
super
|
223
223
|
end
|
224
224
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ton_sdk_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.16.
|
4
|
+
version: 1.16.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Maslakov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|