Skip to content

v1.1.0 release

Compare
Choose a tag to compare
@azuchi azuchi released this 21 May 04:15
· 114 commits to master since this release

The following change are included in this release:

  • Compliant with the BIP-174 specification for PSBT:
    We have been providing PSBT feature for some time now, but several keys have since been added to BIP-174. This release supports the following keys that have been added:
    • PSBT_GLOBAL_PROPRIETARY
    • PSBT_IN_PROPRIETARY
    • PSBT_OUT_PROPRIETARY
    • PSBT_IN_RIPEMD160
    • PSBT_IN_SHA256
    • PSBT_IN_HASH160
    • PSBT_IN_HASH256
  • Replace extension of Object#build_json and to_h by open class with refinement(e4d4968).

Full Changelog: v1.0.0...v1.1.0