Skip to content

Commit f75aebc

Browse files
authored
Merge pull request bitcoinjs#1435 from bitcoinjs/bump510
Bump to v5.1.0
2 parents aca9766 + de20dce commit f75aebc

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 5.1.0
2+
__added__
3+
- A new `Psbt` class for creating, distributing, combining, signing, and compiling Transactions (#1425)
4+
- A `name` attribute to the Payment interface. P2SH and P2WSH are nested with `'-'` as separator, and p2ms is in the format of `'p2ms(m of n)''` all others are just hard coded. (#1433)
5+
6+
__changed__
7+
- `TransactionBuilder`: Migrate to stricter type checks during sign by switching to a single object parameter (#1416)
8+
- `tests`: Use regtest-client as separate library (#1421)
9+
10+
# 5.0.5
11+
__added__
12+
- Added `ECPairInterface` `Stack` and `StackElement` interfaces to the main index.ts export (TypeScript only affected)
13+
114
# 5.0.4
215
__added__
316
- low R value support for ECPair, bip32, and TransactionBuilder (default off) via `txb.setLowR()` (#1385)

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": "5.0.5",
3+
"version": "5.1.0",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)