File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2.3.0
2+ __ added__
3+ - Added ` HDNode.prototype.isNeutered ` (#536 )
4+ - Added ` HDNode.prototype.derivePath ` (#538 )
5+ - Added typeforce checking for ` HDNode.prototype.derive* ` (#539 )
6+ - Added ` Transaction.prototype.isCoinbase ` (#578 )
7+ - Added ` Block.prototype.checkMerkleRoot ` (#580 )
8+ - Added ` Block.calculateMerkleRoot ` (#580 )
9+ - Added ` TransactionBuilder.prototype.setVersion ` (#599 )
10+ - Added ` script.isWitnessPubKeyHashOutput ` (#602 )
11+ - Added ` script.isWitnessScriptHashOutput ` (#602 )
12+ - Added ` script.witnessPubKeyHashOutput ` (#602 )
13+ - Added ` script.witnessScriptHashOutput ` (#602 )
14+ - Added ` script.witnessScriptHashInput ` (#602 )
15+
16+ __ fixed__
17+ - Fixed "BIP32 is undefined" when network list given to ` HDNode ` but no compatible version found (#550 )
18+ - Fixed ` writePushDataInt ` output to adhere to minimal data push policy (#617 )
19+
20+
121# 2.2.0
222__ added__
323- Added ` Block.calculateTarget ` for difficulty calculations (#509 )
Original file line number Diff line number Diff line change 11{
22 "name" : " bitcoinjs-lib" ,
3- "version" : " 2.2 .0" ,
3+ "version" : " 2.3 .0" ,
44 "description" : " Client-side Bitcoin JavaScript library" ,
55 "main" : " ./src/index.js" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments