Comparing version 1.1.5 to 1.1.6
@@ -9,3 +9,5 @@ | ||
var bitcoinAPI = { | ||
addMultiSigAddress: 'addmultisigaddress', | ||
backupWallet: 'backupwallet', | ||
dumpPrivKey: 'dumpprivkey', | ||
encryptWallet: 'encryptwallet', | ||
@@ -17,2 +19,3 @@ getAccount: 'getaccount', | ||
getBlockCount: 'getblockcount', | ||
getBlockHash: 'getblockhash', | ||
getBlockNumber: 'getblockcount', // getblocknumber deprecated since Bitcoin v0.5.1 | ||
@@ -27,2 +30,3 @@ getConnectionCount: 'getconnectioncount', | ||
getMemoryPool: 'getmemorypool', | ||
getMiningInfo: 'getmininginfo', | ||
getNewAddress: 'getnewaddress', | ||
@@ -34,2 +38,3 @@ getReceivedByAccount: 'getreceivedbyaccount', | ||
help: 'help', | ||
importPrivKey: 'importprivkey', | ||
keypoolRefill: 'keypoolrefill', | ||
@@ -55,3 +60,3 @@ keyPoolRefill: 'keypoolrefill', | ||
walletPassphrase: 'walletpassphrase', | ||
walletPassphraseChange: 'walletpassphrasechange', | ||
walletPassphraseChange: 'walletpassphrasechange' | ||
}; | ||
@@ -58,0 +63,0 @@ |
{ | ||
"name": "bitcoin", | ||
"description": "Communicate with bitcoind via JSON-RPC", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"main": "./lib/bitcoin", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
20174
13
515
65