istox 0.1.68 → 0.1.69

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45ce1d566ed6248aa5ce93677cc65c10c6daebfd0f4b168514cc38e268d53130
4
- data.tar.gz: fa148b1ecb82531f8773171436efcf427176b64509b2202cc37201d5e33d158a
3
+ metadata.gz: c0a1605ce516af6a72a8b8a38b874c5439e0105275ea4ed45eba776e39a6f7b9
4
+ data.tar.gz: 76152def28c709a7f791f6014805675309c8db0430ae88d65eca4bf61a1989d2
5
5
  SHA512:
6
- metadata.gz: 3825904cd3232d5db9e3e9760d0d29016be5381a0e2d3b319646eded1c0cb6f065b97b32c7e126c5fa6de422e7e81a91177eb10993405806c2b549d54a491bf3
7
- data.tar.gz: 3964cc194458dcbad28f0abea7faeaff7f281e23de55078adb5ba49fe7f996007012245918d18c5398f8f2c962dbd64531df8aa8cf34985dcc27cc7860a642f0
6
+ metadata.gz: ea5fa4fdc59c63dc41e499dc4881a59b3a16f1ce32b579e8d8d27131311f4b83c657064bf4d8a455375ccf26535aa11b4d921bd8aafc9076b05bb26744fd0378
7
+ data.tar.gz: 1865756b7146558a7b70f9979edaa9c38ba757ffa678a80b72371fc40aea325e761281d479e38f9c4126e7dbe7a1f8db9c227f3aa6404c74b3d95f23e239f204
@@ -18,6 +18,8 @@ module Istox
18
18
  found_txns.each do |transaction|
19
19
  receipt = ::Istox::BlockchainReceipt.where(txhash: transaction.id, txid: transaction.uuid).first
20
20
 
21
+ receipt.update!(status: "confirmed")
22
+
21
23
  resource = begin
22
24
  class_eval("::#{receipt.resource_name}").find(receipt.resource_id)
23
25
  rescue => e
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = "0.1.68"
2
+ VERSION = "0.1.69"
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.68
4
+ version: 0.1.69
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng