Skip to content

Commit 1bf5510

Browse files
committed
Prepare 4.0.0
1 parent 80792fc commit 1bf5510

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

coinlib/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 4.0.0
2+
3+
- The `TaprootKeyInput` will now write an empty witness stack element to
4+
represent a missing signature. These inputs without a signature will be
5+
recognised when matching an input or reading a transaction.
6+
- `TaprootSingleScriptSigInput.anyPrevOutAnyScript()` has been removed. All
7+
`TaprootSingleScriptSigInput` inputs now require the `Taproot` and
8+
`TapLeafChecksig`.
9+
- Fixes Windows build sometimes hanging
10+
111
## 3.1.0
212

313
- Add `.r` and `.s` getters to `SchnorrSignature` with a new `.fromRS`

coinlib/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: coinlib
22
description:
33
A straight-forward, modular library for Peercoin and other Satoshi-based UTXO
44
blockchains
5-
version: 3.1.0
5+
version: 4.0.0
66
repository: https://github.com/peercoin/coinlib
77

88
environment:

coinlib_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.0
2+
3+
Update to underlying coinlib 4.0.0. Please see the CHANGELOG of coinlib.
4+
15
## 3.0.0
26

37
Update to underlying coinlib 3.0.0. Contains breaking changes. Please see the

coinlib_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: coinlib_flutter
22
description:
33
A flutter wrapper for coinlib, a straight-forward, modular library for
44
Peercoin and other Satoshi-based UTXO blockchains
5-
version: 3.0.0
5+
version: 4.0.0
66
repository: https://github.com/peercoin/coinlib
77

88
environment:
99
sdk: '>=3.2.0 <4.0.0'
1010
flutter: ">=2.17.0"
1111

1212
dependencies:
13-
coinlib: ^3.0.0
13+
coinlib: ^4.0.0
1414
flutter:
1515
sdk: flutter
1616
plugin_platform_interface: ^2.0.2

0 commit comments

Comments
 (0)