ethereum 0.4.70 → 0.4.75

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: c3f1bbf060f4dd59a18c7ce09ed656dcb3047461
4
- data.tar.gz: 90c3959edd675c16ae4bd00ae63bd2f12359eead
3
+ metadata.gz: b6bb10ccfec4471254525b2538450d6492044de6
4
+ data.tar.gz: b6fef10e3dc5e5d9c17cf26159564fe958c573fd
5
5
  SHA512:
6
- metadata.gz: 90545639fd68159c5237b1f9ff4dc98bf2c9e0324641725879dc75a25824e0bc7bb5a7c81d7a0606e2161d7e33809ddedd856ba55b13a4b674a6b081c1b2efa6
7
- data.tar.gz: 27f484b9ee55b6c399093becd7d3596697ddd439ea8d5889ca3e4cb25870c74de39fc3b82b5ed0c62c957b69248e7e89b2b2fe15cbecb7f5d20e776a46d13efb
6
+ metadata.gz: ae2359b73d4d98165c24a8fedf46ada020fea6d052163359963f3b778ae6508401ee6314a308ebdbee6b33274a7a609ee6fd8fe2e7e5970f9153b2e4be56593a
7
+ data.tar.gz: 1a80d14ae38d9d835c9d77aa5669bc25d8aa4767570c1fbf3e23a0cc9f1f680e53190fc7c844cd5c3487aa36eb788d6a1d5b5b30e812ac45afd4fd1e55ada99e
@@ -1,7 +1,7 @@
1
1
  module Ethereum
2
2
  class Client
3
3
 
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)
4
+ RPC_COMMANDS = %w(personal_newAccount 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.70"
2
+ VERSION = "0.4.75"
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.70
4
+ version: 0.4.75
5
5
  platform: ruby
6
6
  authors:
7
7
  - DigixGlobal Pte Ltd (https://dgx.io)