ruby-ethereum 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ethereum/tester/state.rb +2 -2
- data/lib/ethereum/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5bb5984fa505665549b339e92d7101d0dfb7df6
|
4
|
+
data.tar.gz: 929f70cd50796bb629913c9c844d4485a1e1781d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d713f2fc56919c88bfbfe00fee13e04944b74d3a290ea6080a4b3cd71491498805f4a39f37c2730ed94670658158613c120b2c7a28543546903b8357140111e
|
7
|
+
data.tar.gz: 9d477e58606c86fbdd6d56e4b63ef0dcce0d59d80d7f1ce093c1e949689c77970d35ffe229cccc000cedd309ea9c49b2050262ffe7397bd9f00a3c8b9ad82326
|
@@ -107,8 +107,8 @@ module Ethereum
|
|
107
107
|
Opcodes::GTXDATAZERO * zero_bytes +
|
108
108
|
Opcodes::GTXDATANONZERO * none_zero_bytes
|
109
109
|
t2, g2 = Time.now, @block.gas_used
|
110
|
-
|
111
|
-
|
110
|
+
out[:time] = t2 - t1
|
111
|
+
out[:gas] = g2 - g1 - intrinsic_gas_used
|
112
112
|
end
|
113
113
|
|
114
114
|
if profiling > 1
|
data/lib/ethereum/version.rb
CHANGED