web3-eth 0.2.7 → 0.2.8

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
  SHA1:
3
- metadata.gz: 768353e67a50b0aed401b6dd3655c44cf5457a30
4
- data.tar.gz: fab627d904166112031f5277c87ad07d408ba3d8
3
+ metadata.gz: a02fd1d6160631f2afe99f4ebcd5e132ec5e22c9
4
+ data.tar.gz: bfe9294d7e164f0e2a1be1168fde6c51e5624784
5
5
  SHA512:
6
- metadata.gz: c9c6f9fc3227753d6345677d45fff837f9daa5279478b217abbea3e02420cf0f651d91bf3ac51f09a429ff025aa84542573c443dcbc51a52f30122e3c9e2cf47
7
- data.tar.gz: f571b13be42386cdb46526f4e8f9cba8036bfd3fa0609be84e11a4cbfad8a06f35804a36f5dc79221dc92c8809a1fac58eaa8cf123befdd5594725380c477659
6
+ metadata.gz: d2309e56479bf855be1d5ae7aca05779aae6a6aff171edb1d07e22772b979d58736beb754a2186fd86f4373e0cdf28793b307a3092b559c7031dcb7734b8d533
7
+ data.tar.gz: 6b0e1d85de5f55ab3aa286d735af58e5bc9e95416b7420dfe1c4b29c55282febfcfca6460a7dd4eefe8e6e5cd254f608a7b1ec3adcd9356a5962664c24466a14
@@ -18,6 +18,8 @@ module Web3::Eth::Abi
18
18
  raise ParseError, "Unknown characters found in array declaration" if dims.join != dimension
19
19
 
20
20
  case base
21
+ when ''
22
+ return parse 'address'
21
23
  when 'string'
22
24
  raise ParseError, "String type must have no suffix or numerical suffix" unless sub.empty?
23
25
  when 'bytes'
@@ -1,5 +1,5 @@
1
1
  module Web3
2
2
  module Eth
3
- VERSION = "0.2.7"
3
+ VERSION = "0.2.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web3-eth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - studnev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-01 00:00:00.000000000 Z
11
+ date: 2018-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rlp