Comparing version 2.4.0 to 3.0.0
# node-bitcoin changelog | ||
## v3.0.0 (2015/10/18) | ||
* make public domain license explicit | ||
* remove commands dropped in bitcoind v0.11 | ||
* `getHashesPerSecond` | ||
* `getHashesPerSec` | ||
* add missing commands for bitcoind v0.11 | ||
* `generate` | ||
* `verifyTxOutProof` | ||
## v2.4.0 (2015/07/16) | ||
@@ -4,0 +13,0 @@ * don't lazy-load http/https modules |
@@ -14,2 +14,3 @@ module.exports = { | ||
estimatePriority: 'estimatepriority', // bitcoind v0.10.0+ | ||
generate: 'generate', // bitcoind v0.11.0+ | ||
getAccount: 'getaccount', | ||
@@ -30,4 +31,2 @@ getAccountAddress: 'getaccountaddress', | ||
getGenerate: 'getgenerate', | ||
getHashesPerSecond: 'gethashespersec', | ||
getHashesPerSec: 'gethashespersec', | ||
getInfo: 'getinfo', | ||
@@ -84,2 +83,3 @@ getMempoolInfo: 'getmempoolinfo', // bitcoind v0.10+ | ||
verifyMessage: 'verifymessage', | ||
verifyTxOutProof: 'verifytxoutproof', // bitcoind v0.11.0+ | ||
walletLock: 'walletlock', | ||
@@ -86,0 +86,0 @@ walletPassphrase: 'walletpassphrase', |
{ | ||
"name": "bitcoin", | ||
"description": "Communicate with bitcoind via JSON-RPC", | ||
"version": "2.4.0", | ||
"version": "3.0.0", | ||
"main": "lib/index.js", | ||
@@ -16,4 +16,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"clone": "^0.1.18", | ||
"mocha": "^2.1.0" | ||
"clone": "^1.0.2", | ||
"mocha": "^2.3.3" | ||
}, | ||
@@ -30,3 +30,11 @@ "optionalDependencies": {}, | ||
"test": "make test" | ||
} | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/freewil/node-bitcoin/issues" | ||
}, | ||
"homepage": "https://github.com/freewil/node-bitcoin#readme", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"license": "Unlicense" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
18184
9
0
0