ethereum 0.4.65 → 0.4.66

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: dccc79e9ed08f479e0b29a23b118219cc6a4279e
4
- data.tar.gz: 6698a12c7b695fa55e5cbfef02cfe659e0bdf4a9
3
+ metadata.gz: ffb83312d1b010d2aec015ee3b64153c10a43794
4
+ data.tar.gz: 4641dcf5c926c1ecd8ae77e376ffed41e975ea4b
5
5
  SHA512:
6
- metadata.gz: dc37866485be2014731cc2e909c013a02f3c0f6765fb2a1650644f3c4062f998de0775e579278538e721d674a05d5129cb6ea9c238bb2f1ee97a31a2b87d928e
7
- data.tar.gz: 2a7370d6d0fba1ec25987e3dfb130dd081803b61b409cb207c7ca21c3d8720ec3cf1b5fd052ff3d0c1f0c1941f96190ea7d87a265773d34e574265df2043f9e1
6
+ metadata.gz: 2735a001d4d16f769b5532094396bbe334d9541c5316d5ad28501c8ead7843f075afbc3bb0534ccc8e2fc45027b95d73bf63fabd3f3e7dce8c6aee5c365ed5c4
7
+ data.tar.gz: bb2b6f588c8307ef8eab24bf2a1e90f1c0f69116366a689681887cfb2378f0f13f1ab81e96ba4c26d2b154748f9c346ceee9689f36318fe0711b69363007795d
@@ -42,7 +42,6 @@ module Ethereum
42
42
  end
43
43
  end
44
44
  deploy_payload = deploy_code + deploy_arguments
45
- puts "sending payload #{deploy_payload}"
46
45
  deploytx = connection.send_transaction({from: self.sender, gas: 2000000, gasPrice: 60000000000, data: deploy_payload})["result"]
47
46
  instance_variable_set("@deployment", Ethereum::Deployment.new(deploytx, connection))
48
47
  end
@@ -1,3 +1,3 @@
1
1
  module Ethereum
2
- VERSION = "0.4.65"
2
+ VERSION = "0.4.66"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethereum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.65
4
+ version: 0.4.66
5
5
  platform: ruby
6
6
  authors:
7
7
  - DigixGlobal Pte Ltd (https://dgx.io)