Skip to content

Commit 5a37804

Browse files
committed
Prepare 3.1.0
1 parent 2a0ea10 commit 5a37804

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

coinlib/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.1.0
2+
3+
- Add `.r` and `.s` getters to `SchnorrSignature` with a new `.fromRS`
4+
constructor. The underlying bytes for a BIP340 signature can be obtained via
5+
`.r.x` and `.s.data`.
6+
- Add `.xhex` convenience getter for `ECPublicKey`.
7+
18
## 3.0.1
29

310
Fix `SchnorrInputSignature` not using SIGHASH_DEFAULT.

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.0.1
5+
version: 3.1.0
66
repository: https://github.com/peercoin/coinlib
77

88
environment:

0 commit comments

Comments
 (0)