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 +4 -4
- data/lib/web3/eth/transaction.rb +1 -1
- data/lib/web3/eth/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1a1dffc7e7cb171bcd55633ad913b208abfa4c9
|
|
4
|
+
data.tar.gz: d80a5fd8df22cf65211d827a5b125e841274d9f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26e26cca29110c636b17a05924fdacd9ff6a96950ca8c42da6d0128fc2d77d1a94de8b11519bf9abda66f4a7f0dd74850b4161298be6e508ba4388a275f2c13d
|
|
7
|
+
data.tar.gz: a6af3fd9cd9d3d33ffbf5504b73da451bf736be6784a19ccc155beb5f6b0fb1b568e276d3a9c7fba3698dcdd1063c7ec89f9f5d5df1b5dac7a37fe3ccff481c1
|
data/lib/web3/eth/transaction.rb
CHANGED
|
@@ -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]
|
data/lib/web3/eth/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2018-03-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rlp
|