openassets-ruby 0.6.0 → 0.6.1

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: 6049263ed6d5a4b2352121798443348afcff0d32
4
- data.tar.gz: dc1a6b813c3b7c1680ba6812b14b9a1132c2aada
3
+ metadata.gz: 6b5679dc5dd4ae230e09b81012fe13e7db057548
4
+ data.tar.gz: c1796a40aa77821f6ae961202a0d4bcb9ebff79c
5
5
  SHA512:
6
- metadata.gz: b40d7c76bdfd510d9de15c7889269c8aa0792056f700bc721e7f4dced496f7ca4a02ccbc752998b7b75c0d8410c7881b22b0b9e4fa659424116848e9a05867fb
7
- data.tar.gz: 98057b6457902d560748f09476db474ba3c7c94aef422eac83fdc4a72576015abef9be942f980acd2762778cb4cf9ff419bb34fa8958efc6521fb1aa662c1834
6
+ metadata.gz: 7b6a6bd8a6c3f078d097d7f7c78a2f292ee55bc021f9576dc89c1a91981daf043a4b91302dd03fa10cf6885c63f64c95622018837c13122aba9c0362100317f1
7
+ data.tar.gz: 3037ef079b58c44834699f196fbd117374f8a4ff5b01dbbe09e28f3409b371886ff930767d6d8829d854519824cee83b90d4eb89c1a1fcd4cb7239036b6dfe51
@@ -10,16 +10,18 @@ module OpenAssets
10
10
  :addmultisigaddress, :addnode, :backupwallet, :createmultisig, :createrawtransaction, :decoderawtransaction,
11
11
  :decodescript, :dumpprivkey, :dumpwallet, :encryptwallet, :estimatefee, :estimatepriority, :generate,
12
12
  :getaccountaddress, :getaccount, :getaddednodeinfo, :getaddressesbyaccount, :getbalance, :getbestblockhash,
13
- :getblock, :getblockchaininfo, :getblockcount, :getblockhash, :getchaintips, :getconnectioncount, :getdifficulty,
13
+ :getblock, :getblockchaininfo, :getblockcount, :getblockhash, :getblockheader, :getchaintips, :getconnectioncount, :getdifficulty,
14
+ :getmempoolancestors, :getmempooldescendants, :getmempoolentry, :clearbanned, :disconnectnode,
14
15
  :getgenerate, :gethashespersec, :getinfo, :getmempoolinfo, :getmininginfo, :getnettotals, :getnetworkhashps,
15
16
  :getnetworkinfo, :getnewaddress, :getpeerinfo, :getrawchangeaddress, :getrawmempool, :getrawtransaction,
16
17
  :getreceivedbyaccount, :getreceivedbyaddress, :gettransaction, :gettxout, :gettxoutproof, :gettxoutsetinfo,
17
- :getunconfirmedbalance, :getwalletinfo, :getwork, :help, :importaddress, :importprivkey, :importwallet,
18
+ :getunconfirmedbalance, :getwalletinfo, :getwork, :help, :importaddress, :importprivkey, :importwallet, :importpubkey,
18
19
  :keypoolrefill, :listaccounts, :listaddressgroupings, :listlockunspent, :listreceivedbyaccount, :listreceivedbyaddress,
19
20
  :listsinceblock, :listtransactions, :listunspent, :lockunspent, :move, :ping, :prioritisetransaction, :sendfrom,
20
21
  :sendmany, :sendrawtransaction, :sendtoaddress, :setaccount, :setgenerate, :settxfee, :signmessage, :signrawtransaction,
21
22
  :stop, :submitblock, :validateaddress, :verifychain, :verifymessage, :verifytxoutproof, :walletlock, :walletpassphrase,
22
- :walletpassphrasechange
23
+ :walletpassphrasechange, :listbanned, :setban, :fundrawtransaction, :estimatesmartfee, :estimatesmartpriority,
24
+ :signmessagewithprivkey, :abandontransaction, :addwitnessaddress, :importprunedfunds, :importpubkey, :removeprunedfunds
23
25
  ]
24
26
 
25
27
  attr_reader :config
@@ -1,3 +1,3 @@
1
1
  module OpenAssets
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openassets-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - azuchi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-16 00:00:00.000000000 Z
11
+ date: 2017-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bitcoin-ruby