ton-sdk-ruby 0.0.9 → 0.0.10

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: 5e451bf626b1b6ad24bb3e1b69c7ce5c55b8737a2de8264be614239f144edcb2
4
- data.tar.gz: 0e7fbf47a289b4b11d26b4a2c79ae67e3bc6d27ea8796ade95d4e9a773b57c41
3
+ metadata.gz: 68504e10900a26ccd5a6c524e2eac0cb454bd1f34c108f759697fcd84b357799
4
+ data.tar.gz: 6e77df109856cf14a81f2495dceb003ee6db0a95b3b5bce0159be8e6fb2a9fd9
5
5
  SHA512:
6
- metadata.gz: 93c114d9a8285ee958cb46d206e9566f2b7af01f94f47559c06fb7eb18e7a45c96ad4c257ddbe213324dac000b39f5850a1dba5a6248b845a4894f268ef0a907
7
- data.tar.gz: 3b3afc5d4f8c4331c8909156c939178670107a4198a2e51f76f07694fbb1264a52f12f0fb42ceac822ea8f362e35aae631f6aa81dbc05b591a2a32e988868194
6
+ metadata.gz: 6765370f7db2173007951e2e95f7095bfe42060a559ca20c586a74c278e734cce35373b49de7888a847496f6bdf0ecfdd40110dc0e7a9f13e8b123f37d312eae
7
+ data.tar.gz: 477c4277c23f4f4540f792e619ae59335c6f5e022ffcc02016b32c3ad9b629bf262fd443feb154a347f35da517436f1e2f882b5b06be12208852f8d9ae4c68a5
@@ -98,7 +98,7 @@ module TonSdkRuby
98
98
  "#{workchain}:#{bytes_to_hex(hash)}"
99
99
  else
100
100
  tag = Address.encode_tag(bounceable: bounceable, test_only: test_only)
101
- address = [tag, workchain] + hash
101
+ address = [tag, [workchain].pack("c*").unpack("C*").last] + hash
102
102
  checksum = crc16_bytes_be(address)
103
103
  base64 = bytes_to_base64(address + checksum)
104
104
 
@@ -1,4 +1,4 @@
1
1
  module TonSdkRuby
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ton-sdk-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - nerzh