This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
Releases: Vesta-wallet/coinslib
Releases · Vesta-wallet/coinslib
v3.1.8
Final release of "coinslib", will be superseeded by a package "coinlib" in the near future, which will be a complete re-write.
Changes
- Upgrade SDK constraint @willyfromtheblock (#57)
- Update pubspec.yaml @justinvforvendetta (#55)
- Update README.md @willyfromtheblock (#54)
v3.1.7
Changes
- Verify message signatures against addresses @MatthewLM (#52)
v3.1.6
Changes
- Simplify P2WPKH and P2PKH classes. Add P2SH-P2PKH address generation. @MatthewLM (#49)
- P2SH Multisig Input Signing and Output Address Generation @MatthewLM (#48)
- Trailing comma rule @MatthewLM (#47)
v3.1.5
Changes
- P2WSH multisig inputs @MatthewLM (#41)
- remove \x message prefixes @willyfromtheblock (#38)
- Fix message signing. @MatthewLM (#37)
v3.1.3
Changes
- Change Output values to BigInt @MatthewLM (#33)
Breaking change:
- Change transaction builder addOutput argument to BigInt for better flutter web compatability
v3.1.2
Changes
- Produce fixed-size signatures with low r-values (no more inconsistent tx sizes) @MatthewLM (#30)
v3.1.1
Changes
- Add transaction size tests. @MatthewLM (#25)
- Add P2WSH outputs @MatthewLM (#22)
v3.1.0
Changes
- P2SH Outputs @MatthewLM (#18)
- Update README and Changelog @bananenwilly (#15)
v3.0.3
This release adds OP_RETURN to coinslib.
The network model has been enhanced and it is mandatory to set an OP_RETURN size now for each network.
Changes
- OP_RETURN @lorenz10 @MatthewLM @bananenwilly (#9)
- peercoin testnet object @peerchemist (#8)
- peercoin network object @peerchemist (#7)