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

Releases: Vesta-wallet/coinslib

v3.1.8

21 Jun 09:20
aa69321
Compare
Choose a tag to compare

Final release of "coinslib", will be superseeded by a package "coinlib" in the near future, which will be a complete re-write.

Changes

v3.1.7

27 Dec 08:57
298b2e1
Compare
Choose a tag to compare

Changes

v3.1.6

21 Dec 14:04
9baa4c0
Compare
Choose a tag to compare

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

13 Dec 11:19
699b0bc
Compare
Choose a tag to compare

Changes

v3.1.3

29 Apr 21:43
0dbddcb
Compare
Choose a tag to compare

Changes

Breaking change:

  • Change transaction builder addOutput argument to BigInt for better flutter web compatability

v3.1.2

14 Apr 15:41
8b5e286
Compare
Choose a tag to compare

Changes

  • Produce fixed-size signatures with low r-values (no more inconsistent tx sizes) @MatthewLM (#30)

v3.1.1

17 Dec 15:07
bd00c10
Compare
Choose a tag to compare

Changes

v3.1.0

04 Dec 13:53
6db8bda
Compare
Choose a tag to compare

Changes

v3.0.3

20 Nov 15:23
8d1ee88
Compare
Choose a tag to compare

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

v3.0.2

25 Oct 12:05
9c9ccda
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix for incomplete entropy with RNG. 0xff bytes where not included @bananenwilly (#4)

🧰 Maintenance

  • Update CI @bananenwilly (#2)