Skip to content

v1.4.0 release

Compare
Choose a tag to compare
@azuchi azuchi released this 19 Dec 04:17
· 72 commits to master since this release

This release includes the following changes:

New Feature

  • Add Bitcoin::Script#p2pk? method to check whether script is P2PK or not.

Bug Fix

  • Fixed a bug where a Key object with a compressed public key was returned even if TYPES[:uncompressed] was specified for key_type in the Bitcoin::Key#generate method.
  • Fixed a bug where an error occurred in the Bitcoin::Script#multisig? method when the number of signatures was an invalid value.

Removed feature

We have deprecated support for the BIP-70 Payment Protocol, as it has also been removed from Bitcoin Core. Along with this, the dependency on activesupport is removed.

Full Changelog: v1.3.0...v1.4.0