Releases: peercoin/coinlib
Releases · peercoin/coinlib
v2.2.0
v2.0.0
Final version 2.0.0 for coinlib
and coinlib_flutter
.
- Add support for Taproot with the
Taproot
class, Taproot addresses withP2TRAddress
, aP2TR
program and inputs withTaprootKeyInput
andTaprootScriptInput
. - Adds support for Windows.
- Adds
CoinSelection
class with coin selection algorithms. - Substantially reduce size of Javascript for web target.
- New
CoinUnit
class handles strings for coin amounts. - Various other breaking changes and improvements. Please see the full
coinlib/CHANGELOG.md
.