Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #50 from Vesta-wallet/3.1.6
Browse files Browse the repository at this point in the history
changelog & version bump
  • Loading branch information
willyfromtheblock authored Dec 21, 2022
2 parents 15d233c + 31cc2d2 commit 9baa4c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# 3.1.5
- **(potentially) Breaking change**: Simplify P2WPKH and P2PKH classes. Add P2SH-P2PKH address generation.
- P2SH Multisig Input Signing and Output Address Generation

# 3.1.5
- P2WSH multisig inputs

# 3.1.4
- Fix message signing

## 3.1.3
**Breaking change**: - Change transaction builder addOutput argument to BigInt for better flutter web compatability
- **Breaking change**: Change transaction builder addOutput argument to BigInt for better flutter web compatability

## 3.1.2
- Produce fixed-size signatures with low r-values (no more inconsistent tx sizes)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: coinslib
description: A dart cryptocurrency library for Flutter, primarily build for Peercoin. BIP32, BIP39, P2PKH, bech32 integration.
version: 3.1.5
version: 3.1.6
homepage: https://github.com/Vesta-wallet/coinslib

environment:
Expand Down

0 comments on commit 9baa4c0

Please sign in to comment.