File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: coinlib
22description :
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
66repository : https://github.com/peercoin/coinlib
77
88environment :
Original file line number Diff line number Diff line change 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
37Update to underlying coinlib 3.0.0. Contains breaking changes. Please see the
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: coinlib_flutter
22description :
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
66repository : https://github.com/peercoin/coinlib
77
88environment :
99 sdk : ' >=3.2.0 <4.0.0'
1010 flutter : " >=2.17.0"
1111
1212dependencies :
13- coinlib : ^3 .0.0
13+ coinlib : ^4 .0.0
1414 flutter :
1515 sdk : flutter
1616 plugin_platform_interface : ^2.0.2
You can’t perform that action at this time.
0 commit comments