Skip to content

Commit 9ab503e

Browse files
authored
Merge pull request bitcoinjs#614 from bitcoinjs/230
v2.3.0
2 parents b5d9a7d + 27e83a2 commit 9ab503e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)