Skip to content

Commit 568e5c8

Browse files
committed
4.0.3
1 parent 74f492b commit 568e5c8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 4.0.3
2+
__fixed__
3+
- Fixed `TransactionBuilder` to require that the Transaction has outputs before signing (#1151)
4+
- Fixed `payments.p2sh`, which now takes the network from the redeem attribute if one is not given in the object argument (#1232)
5+
- Fixed `Block.calculateTarget` to allow for exponents up to 29 (#1285)
6+
- Fixed some low priority rarely occurring bugs with multisig payments and `TransactionBuilder` multisig processing (#1307)
7+
8+
__added__
9+
- Regtest network object to `networks` (#1261)
10+
111
# 4.0.2
212
__fixed__
313
- Fixed `TransactionBuilder` not throwing when payment type validation should fail (#1195)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)