v1.4.0 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 forkey_type
in theBitcoin::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