ethereum 0.4.66 → 0.4.70

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: ffb83312d1b010d2aec015ee3b64153c10a43794
4
- data.tar.gz: 4641dcf5c926c1ecd8ae77e376ffed41e975ea4b
3
+ metadata.gz: c3f1bbf060f4dd59a18c7ce09ed656dcb3047461
4
+ data.tar.gz: 90c3959edd675c16ae4bd00ae63bd2f12359eead
5
5
  SHA512:
6
- metadata.gz: 2735a001d4d16f769b5532094396bbe334d9541c5316d5ad28501c8ead7843f075afbc3bb0534ccc8e2fc45027b95d73bf63fabd3f3e7dce8c6aee5c365ed5c4
7
- data.tar.gz: bb2b6f588c8307ef8eab24bf2a1e90f1c0f69116366a689681887cfb2378f0f13f1ab81e96ba4c26d2b154748f9c346ceee9689f36318fe0711b69363007795d
6
+ metadata.gz: 90545639fd68159c5237b1f9ff4dc98bf2c9e0324641725879dc75a25824e0bc7bb5a7c81d7a0606e2161d7e33809ddedd856ba55b13a4b674a6b081c1b2efa6
7
+ data.tar.gz: 27f484b9ee55b6c399093becd7d3596697ddd439ea8d5889ca3e4cb25870c74de39fc3b82b5ed0c62c957b69248e7e89b2b2fe15cbecb7f5d20e776a46d13efb
@@ -1,7 +1,7 @@
1
1
  module Ethereum
2
2
  class Client
3
3
 
4
- RPC_COMMANDS = %w(eth_accounts eth_blockNumber eth_getBalance eth_protocolVersion eth_coinbase eth_mining eth_gasPrice eth_getStorage eth_storageAt eth_getStorageAt eth_getTransactionCount eth_getBlockTransactionCountByHash eth_getBlockTransactionCountByNumber eth_getUncleCountByBlockHash eth_getUncleCountByBlockNumber eth_getData eth_getCode eth_sign eth_sendRawTransaction eth_sendTransaction eth_transact eth_estimateGas eth_call eth_flush eth_getBlockByHash eth_getBlockByNumber eth_getTransactionByHash eth_getTransactionByBlockNumberAndIndex eth_getTransactionByBlockHashAndIndex eth_getUncleByBlockHashAndIndex eth_getUncleByBlockNumberAndIndex eth_getCompilers eth_compileSolidity eth_newFilter eth_newBlockFilter eth_newPendingTransactionFilter eth_uninstallFilter eth_getFilterChanges eth_getFilterLogs eth_getLogs eth_hashrate eth_getWork eth_submitWork eth_resend eth_pendingTransactions eth_getTransactionReceipt)
4
+ RPC_COMMANDS = %w(personal_unlockAccount eth_accounts eth_blockNumber eth_getBalance eth_protocolVersion eth_coinbase eth_mining eth_gasPrice eth_getStorage eth_storageAt eth_getStorageAt eth_getTransactionCount eth_getBlockTransactionCountByHash eth_getBlockTransactionCountByNumber eth_getUncleCountByBlockHash eth_getUncleCountByBlockNumber eth_getData eth_getCode eth_sign eth_sendRawTransaction eth_sendTransaction eth_transact eth_estimateGas eth_call eth_flush eth_getBlockByHash eth_getBlockByNumber eth_getTransactionByHash eth_getTransactionByBlockNumberAndIndex eth_getTransactionByBlockHashAndIndex eth_getUncleByBlockHashAndIndex eth_getUncleByBlockNumberAndIndex eth_getCompilers eth_compileSolidity eth_newFilter eth_newBlockFilter eth_newPendingTransactionFilter eth_uninstallFilter eth_getFilterChanges eth_getFilterLogs eth_getLogs eth_hashrate eth_getWork eth_submitWork eth_resend eth_pendingTransactions eth_getTransactionReceipt)
5
5
 
6
6
  def get_id
7
7
  @id = @id + 1
@@ -1,3 +1,3 @@
1
1
  module Ethereum
2
- VERSION = "0.4.66"
2
+ VERSION = "0.4.70"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethereum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.66
4
+ version: 0.4.70
5
5
  platform: ruby
6
6
  authors:
7
7
  - DigixGlobal Pte Ltd (https://dgx.io)
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-26 00:00:00.000000000 Z
11
+ date: 2015-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler