istox 0.1.43.8 → 0.1.43.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b6adf4f4cd81ea05078209085ff282a104ca256a195c7d62edf4b93426e2206
4
- data.tar.gz: a6a61794794811c14fcdb7e83d3a9d8bbf9c59d3d1b5ee9537a71d07e57b89b1
3
+ metadata.gz: bdb007f52556ff3889e3f400bd5c2505e60d9d05e22f552d9513a35be213bba5
4
+ data.tar.gz: 1c37a10e0b7fec6ea9a54401f3703235258237e21b2e73240ba8602964776030
5
5
  SHA512:
6
- metadata.gz: 8bf29b2086bde99c0cac28eca61e86d224852a574814188a673a83a2d99b5389abd54489996ad3bf479f7dbbc018f3b339c8f17047c0bf1b5157143918685a65
7
- data.tar.gz: c67f7c9831036e0ed7546f283655d7c7416e8f3a096425c86cb70a44bd72d0788969f836071cb606d681360fdc01e741cdbfe32b02dd71e4db35736bd6f33f60
6
+ metadata.gz: f8d10c08711b38dfcc6550aaaa8690eb6a26a7df322817df036b2b8ce69895fe778ea33effb593e47c038720619773eec43b67400bae542dbb47029c64e9465c
7
+ data.tar.gz: 39d3517309a7b2fd6ff349d3c1479497cca2ad6e75a969ca4d402cbf757ce7aa5dbe5a84b83213338e27c9ffdda04778847981036d853c03d0c47f2cfde3024a
@@ -82,6 +82,10 @@ module Istox
82
82
  ::Istox::BlockchainReceipt.where(resource_id: self.id, resource_name: self.class.name).all
83
83
  end
84
84
 
85
+ def set_transactions_store(store)
86
+ @transactions_store = store
87
+ end
88
+
85
89
  private
86
90
 
87
91
  def blocks_failed?
@@ -96,13 +100,9 @@ module Istox
96
100
  !@blocks.any? { |obj| obj.state == 'pending' } && !@blocks.any? { |obj| obj.state == 'failed' }
97
101
  end
98
102
 
99
- def set_transactions_store(store)
100
- @transactions_store = store
101
- end
102
-
103
103
  def get_block_transactions(txhashes)
104
104
  Istox::Interfaces::Chainhub::Transaction.get_block_transactions(txhashes)
105
105
  end
106
-
106
+
107
107
  end
108
108
  end
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = "0.1.43.8"
2
+ VERSION = "0.1.43.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.43.8
4
+ version: 0.1.43.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng