Skip to content

Releases: chaintope/tapyrusrb

v0.2.6 release

29 Dec 08:05
Compare
Choose a tag to compare

This release contains one bugfix(b68828b) and passed test with Ruby 3.0 environment.

v0.2.5 release

29 Dec 07:54
Compare
Choose a tag to compare

Add utility methods Script#color?, Script#color_id, Script#remove_color.

v0.2.4 release

28 Sep 07:02
Compare
Choose a tag to compare

Fix schnorr signature generation bug using libsecp256k1 which sometimes return invalid length signature.

v0.2.3 release

24 Sep 00:45
Compare
Choose a tag to compare

Release to improve performance for signature generation and verification.

  • Tapyrus::Key now supports fast public key verification using libsecp256k1
  • Supports Schnorr signature generation and validation using libsecp256k1