Skip to content

Commit

Permalink
Bump to v2.0 RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Jan 9, 2024
1 parent 3b7af74 commit 76a541c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
10 changes: 10 additions & 0 deletions coinlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.0.0-rc.6

- `P2WSHAddress.fromScript` is now `P2WSHAddress.fromRedeemScript` and
`P2WSHAddress.fromScript` is now `P2WSHAddress.fromWitnessScript` to remove
ambiguity.
- `P2WSH.fromRedeemScript` is now `P2WSH.fromWitnessScript` in accordance with
usual naming for P2WSH.
- Added `MultisigProgram.sorted` to allow multisig programs with ordered public
keys.

## 2.0.0-rc.5

Reduce output size of JavaScript by encoding WASM as base64
Expand Down
2 changes: 1 addition & 1 deletion coinlib/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: coinlib
description:
A straight-forward, modular library for Peercoin and other Satoshi-based UTXO
blockchains
version: 2.0.0-rc.5
version: 2.0.0-rc.6
repository: https://github.com/peercoin/coinlib

environment:
Expand Down
4 changes: 4 additions & 0 deletions coinlib_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-rc.6

Update to underlying coinlib 2.0.0-rc.6

## 2.0.0-rc.5

Update to underlying coinlib 2.0.0-rc.5
Expand Down
2 changes: 1 addition & 1 deletion coinlib_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
coinlib_flutter: ^2.0.0-rc.5
coinlib_flutter: ^2.0.0-rc.6
cupertino_icons: ^1.0.2

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions coinlib_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: coinlib_flutter
description:
A flutter wrapper for coinlib, a straight-forward, modular library for
Peercoin and other Satoshi-based UTXO blockchains
version: 2.0.0-rc.5
version: 2.0.0-rc.6
repository: https://github.com/peercoin/coinlib

environment:
sdk: '>=3.2.0 <4.0.0'
flutter: ">=2.17.0"

dependencies:
coinlib: ^2.0.0-rc.5
coinlib: ^2.0.0-rc.6
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
Expand Down

0 comments on commit 76a541c

Please sign in to comment.