This release includes the followings:
New feature
- Add
Bitcoin::Block#create_genesis
method to construct genesis block(433c238). - Add
rawtr()
descriptor(6f72a45). - Add
Bitcoin::SilentPayment::Addr
class to parase/acreate silent payment address.
Bug fix
- Fix an issue where passing an empty string to
Bitcoin::ScriptWitness#parse_from_payload
would cause an exception(6375c41). - Fix a bug in `Bitcoin::MessageSign#verify_messageI where the BIP322 check was always true(0223415).
Full Changelog: v1.6.0...v1.7.0