web3-eth 0.2.12 → 0.2.13

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
  SHA1:
3
- metadata.gz: d51f64a2a9113a2751bec07e5e0afb0053a2ac92
4
- data.tar.gz: 55787b4b32fc5732575f092f9ad2c43d18e004b3
3
+ metadata.gz: c1a1dffc7e7cb171bcd55633ad913b208abfa4c9
4
+ data.tar.gz: d80a5fd8df22cf65211d827a5b125e841274d9f4
5
5
  SHA512:
6
- metadata.gz: 15a6d22fd393c0fbc975d1bb0587df09056a55a30a503a7c9f8075334e8e9cdc4e16db7af27a05e65e355f19acfe2fb1f1caa15b0273fff6b37a2c2d33d64c31
7
- data.tar.gz: 482a0325c5db8075307f33e8c1449610229491164c19c3c5f85e7a6dd1aad49ca711242c2b2eaa690d260148f8450ad0f37698507d78c54e909c8ab44b1aefe1
6
+ metadata.gz: 26e26cca29110c636b17a05924fdacd9ff6a96950ca8c42da6d0128fc2d77d1a94de8b11519bf9abda66f4a7f0dd74850b4161298be6e508ba4388a275f2c13d
7
+ data.tar.gz: a6af3fd9cd9d3d33ffbf5504b73da451bf736be6784a19ccc155beb5f6b0fb1b568e276d3a9c7fba3698dcdd1063c7ec89f9f5d5df1b5dac7a37fe3ccff481c1
@@ -26,7 +26,7 @@ module Web3
26
26
  # suffix # 0xa1 0x65 'b' 'z' 'z' 'r' '0' 0x58 0x20 <32 bytes swarm hash> 0x00 0x29
27
27
  # look http://solidity.readthedocs.io/en/latest/metadata.html for details
28
28
  def call_input_data
29
- if creates && input
29
+ if raw_data['creates'] && input
30
30
  fetch_constructor_data input
31
31
  elsif input && input.length>10
32
32
  input[10..input.length]
@@ -1,5 +1,5 @@
1
1
  module Web3
2
2
  module Eth
3
- VERSION = "0.2.12"
3
+ VERSION = "0.2.13"
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.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - studnev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-03 00:00:00.000000000 Z
11
+ date: 2018-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rlp