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

Commit

Permalink
Merge branch 'main' into investigate-vsize
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy authored Dec 10, 2021
2 parents 6f95f62 + f345ca4 commit dce1557
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 3.1.1
- Add P2WSH outputs

## 3.1.0
- This release adds P2SH transaction building and address verification

## 3.0.3
- This release adds OP_RETURN to coinslib

Expand Down
4 changes: 2 additions & 2 deletions 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.0
version: 3.1.1
homepage: https://github.com/Vesta-wallet/coinslib
publish_to: https://pub.dev

Expand All @@ -17,4 +17,4 @@ dependencies:
collection: ^1.15.0

dev_dependencies:
test: ^1.17.5
test: ^1.17.5

0 comments on commit dce1557

Please sign in to comment.